width attribute is applicable to <pc> only when <pr width='fill'>
Possible Values
A numeric value in pixels
Example
Syntax
<pr width='fill'>
<pc width='100%' padding='20px'></pc>
</pr>
Output
Note:
padding attribute is optional.
Possible Values
A numeric value in pixels
Example
Syntax
<pr width='fill'>
<pc width='100%' paddingTop='50px'></pc>
</pr>
Output
Note:
paddingTop attribute is optional
Possible Values
A numeric value in pixels
Example
Syntax
<pr width='fill'>
<pc width='100%'>
<pr>
<pc>
<text value='Zoho AppCreator'/></pc>
<pc paddingRight='25px' bgColor='#00D9B1'>
<text value='Zoho AppCreator'/></pc>
</pr>
</pc>
</pr>
Note:
paddingRight attribute is optional
Possible Values
A numeric value in pixels
Example
Syntax
<pr width='fill'>
<pc width='100%' paddingBottom='50px'></pc>
</pr>
Output
Note:
paddingBottom attribute is optional
Possible Values
A numeric value in pixels
Example
Syntax
<pr width='fill'>
<pc width='100%'>
<pr>
<pc>
<text value='Zoho AppCreator'/></pc>
<pc paddingLeft='25px' bgColor='#00D9B1'>
<text value='Zoho AppCreator'/></pc>
</pr>
</pc>
</pr>
Note:
paddingLeft attribute is optional
Possible Values
A hexadecimal color value. Refer this link for hexadecimal color codes.
Default Value
#FFFFFF
Example
Syntax
<pc bgColor='#2A70E7'>
Output
Possible Values
left
center
right
Default Value
center
Example
Syntax
<pc hAlign='left'>
<text type='Text' value='Zoho AppCreator'/>
</pc>
Possible Values
top
middle
bottom
Default Value
middle
Example
Syntax
<pc vAlign='top'>
<text type='Text' value='Zoho AppCreator'/>
</pc>
Possible Values
Link
Form
Report
Page
Function
Example
action
Syntax
Link
<pc action='Link' url='A URL to be opened '></pc>*
Form
<pc action='Form' componentLinkName='linkname of the ManageEngine AppCreator form to be opened' appLinkName='linkname of the ManageEngine AppCreator application to which the form belongs' /></pc>*
Report
<pc action='Report' componentLinkName='linkname of the ManageEngine AppCreator report to be opened' appLinkName='linkname of the ManageEngine AppCreator application to which the report belongs' /></pc>*
Page
<pc action='Page' componentLinkName='linkname of the ManageEngine AppCreator page to be opened' appLinkName='linkname of the ManageEngine AppCreator application to which the page belongs' /></pc>*
Function
<pc action='Function' functionName='Name of the custom function to be triggered' /></pc>*
* Learn in detail about each of the action types in the following sections.
Note:
action attribute is optional.
The action attribute acts as a source attribute. i.e: One or more of the following attributes viz: url, componentLinkName, appLinkName, functionName, parameters, successMessage, target, popupWidth and popupHeight will be applicable only when an action is specified.
Possible Values
A url pointing to another website
A url pointing to a component within your ManageEngine AppCreator Account
Linkname of the ManageEngine AppCreator Application component to be opened. Refer to this page for the link names of all the components across all applications in your ManageEngine AppCreator Account.
It is applicable only when <action='Form'/'Report'/'Page'>
Possible Values
Linkname of the ManageEngine AppCreator Application to be opened. Refer to this page for the link names of all the applications in your ManageEngine AppCreator Account.
appLinkName attribute is optional. You do not need to specify appLinkName if the component you are associating to the action, belongs to the same application you are currently in.
It is applicable only when <action='Form'/'Report'/'Page'/'Function'>
Possible Values
A custom function defined in any of your ManageEngine AppCreator Applications. To get the list of custom functions in your application: Go to Settings -> Extensions -> Custom Functions
Example
<pc action='Function' functionName='send_email'/>
Note:
The functionName can belong to a default namespace or a custom namespace.
If the function belongs to a custom namespace : <functionName='namespace_name.function_name'>
functionName attribute is optional.
It is applicable only when <action='Function'> and a function name must be specified.
Possible Values
When <action='Form' / 'Report' / 'Page'>, parameters refers to the query string that will be appended to the corresponding component's permalink. Refer to this page to learn about using query strings in permalinks of forms, reports and pages.
When <action='Function'>, parameters refers to an argument of the selected custom function.
<pc action='Page' componentLinkName='linkname of the ManageEngine AppCreator page to be opened' appLinkName='linkname of the ManageEngine AppCreator application to which the page belongs' parameters='App_name=${name}'></pc>*
Note:
parameter attribute is optional.
It is applicable only when <action='Form'/'Report'/'Page'/'Function'>
parameters can either be a static value like: Name='Rob' or a page parameter.
Page parameter must be specified as : App_name=${name}, where name is the page parameter.