ZML Guide
text tag
<text> The <text> tag defines a text area, that can hold multiline characters. The contents entered here, can be customized using the text attributes. Parent tag : <pc> Child tag : <prefix>, <suffix> Note: You'll have to encode the following ...
Image tag
<image> The <image> tag defines an image. Parent tag : <pc> Child tag : -- Attributes 1. Type The type attribute specifies the type of image to be added. Possible Values icon computer weburl Default Values weburl 2. value The value attribute ...
pc tag
<pc> The <pc> tag defines a column within a panel row. Parent tag : <pr> Child tag : <pr>, <text>, <image>, <button> Attributes 1. width The width attribute defines a width for the <pc>. Example Syntax <pr width='fill'> <pc width='50%' ...
suffix tag
<suffix> The <suffix> tag defines an affix content that can be added at the end of a primary text content. Note: It is similar to the text tag and can be defined within a <text> tag only. <suffix> is applicable only when <text type='Form Data'> ...
Prefix tag
<prefix> The <prefix> tag defines an affix content that can be added in the front of a primary text content. Note : It is similar to the text tag and can be defined within a <text> tag only. <prefix> is applicable only when <text type ='Form Data'> ...
button tag
<button> The <button> tag defines a button. Parent tag : <pc> Child tag : -- Attributes 1. text The text attribute defines a label for the button. Possible Values A string Example Syntax <button text='Know More'/> Output Note: text attribute is ...
pr tag
<pr> The <pr> tag defines a row within a panel. Parent tag : <pc>, <panel> Child tag : <pc> Attributes 1. width The width attribute defines a width for the <pr>. Possible Values auto fill Value Description auto Auto-adjusts width of <pr> based on the ...
panel tag
<panel> The <panel> tag defines a generic container for adding content. Parent tag : <column> Child tag : <pr> Attributes 1. Title The title attribute specifies a title for the <panel> element. This can be used to describe the contents of the panel. ...
Getting started with ZML
Being new to ZML, it can be hard for any user to know where and how to start. It's easy to get stuck somewhere wasting a lot of your time and efforts (and of course, Money!). The aim of this guide is to show you ‘how’ to create your first panel ...
ZML - An Overview
ZML or Zoho Markup Language is a simple markup language used to create pages in your Zoho Creator Application. Using ZML, you can build various elements of your page, create a display structure to arrange these elements on the page, add descriptive ...