...
Name | Description | Value |
---|---|---|
id | Unique Identifier. | Any |
nameA | name that describes the The search textbox name. | Any |
visiblemodes | The modes the search textbox should be visible. | A comma-separated list of the modes (read / , new / , edit) |
visibilityconditions | The conditions that should be met in order to display the search textbox. | '[[pagefunction, datatype, datapath ]]' operator(==,!=) 'value' |
readonly | If is true then then the search textbox value cannot change valuebe changed. | true ,or false |
readonlyconditions | The conditions that should be met in order to display the text box search textbox in read only mode. | '[[pagefunction, datatype, datapath ]]' |
datapath | The data path field name. | Needs to correspond to the CRMDO object field. |
datatype | The type of datapath field. | alias, java.lang.Integer, java.lang.String, ... |
refresh | The parts of the page parts that should be refreshed when the search textbox changeis changed. | 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 |
value | The value to showof the search textbox. | '[[pagefunction, datatype, datapath ]]' |
disabletimer | If its true then quick search starts when the user press presses 'enter'. | true , or false |
modalref | If no modal is specify in Search Textbox specified in the search textbox then modalref is mandatory. | modal name, component id example: <modalref>AccountQuickSearch,false:false:null:toAccount</modalref> |
modal | the The modal to start searching for. | as specify As specified in modal |
dataformatting | Specific formatting of data. | MINIMUMDIGITS:6 |
url | if url is specify If the URL is specified the text in read mode is a link. | Any |
Example
Expand | |||||||||
---|---|---|---|---|---|---|---|---|---|
| |||||||||
|
...