Skip to end of banner
Go to start of banner

Text Area

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

Description

This element is used to display a text area on the page.

Attributes

NameDescriptionValue
id

Unique Identifier

any
nameA name that describes the Text Area.Any
visiblemodesThe modes the button should be visible.A comma-separated list of the modes read / new / edit
visibilityconditionsThe conditions that should be met in order to display the Text Area.'[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value'
datapathThe data path field nameNeeds to correspond to the CRMDO object field.
datatypeThe type of datapath fieldalias,java.lang.Integer, java.lang.String,...
refreshThe page parts that should be refreshed when the select box change.

page

mainmenu

main

details

tab,tabID

component,is_on_tab:is_on_menu:tabID:componentID

element,is_on_tab:is_on_menu:tabid:componentID:elementID

section,sectionID

area,areaID

rowshow many rows to display in text area1,2,3....
onchangeDefines the function call(s) triggered when select box value changed.<functions>…</functions>

Examples

Text Area

 

Text Area
<textarea>
          <id>ProdDesc_Value</id>
          <name>Description</name>
          <datapath>description</datapath>
          <rows>5</rows>
</textarea>

 

 

  • No labels