| Attribute
|
Description
|
More
|
Desktop |
Web |
Tablet |
Phone
|
| Hide header |
Hide section header at runtime(True | False) |
|
|
|
|
|
| Hide actionbar |
Hide actionbar buttons in the section header (True | False) |
|
|
|
|
|
| Header CSS style |
CSS style (separate attributes with ; or use app:/filename.css) |
|
|
|
|
|
| Header icon |
The image for the Header (png | jpg | gif). Use app:/imagename.ext for app specific images. |
|
|
|
|
|
| Gradient colors |
Render the Header background color as a gradient (True | False) |
|
|
|
|
|
| Gradient type |
Specify the gradient type: 0=none 1=Vertical spread 2=Left to right 3=Right to left 4=Vertical centered 5=iPad style |
|
|
|
|
|
| Gradient start color |
Gradient start color |
|
|
|
|
|
| Gradient end color |
Gradient end color |
|
|
|
|
|
| Show Print button |
Show Print button in the section header (True | False) |
|
|
|
|
|
| Hide custom search icon |
Hide the custom search icon (True | False) |
|
|
|
|
|
| Show info tips icon |
Show the info tips icon in the section header (True | False) |
|
|
|
|
|
| Show help icon |
Show the help icon in the section header (True | False) |
|
|
|
|
|
| Help topic |
Help topic to display when the help icon is clicked in the section header |
|
|
|
|
|
| Attribute
|
Description
|
More
|
Desktop |
Web |
Tablet |
Phone
|
| Heading |
The Catalogview heading. This defaults to none, which causes the heading to not be displayed |
|
|
|
|
|
| Cell width |
The width of each cell (this is a percentage that the cell will used in the display area). This defaults to 100% |
|
|
|
|
|
| Cell height |
The height of the cell in pixels. This defaults to just take up the space that is required to display the cell |
|
|
|
|
|
| Columns across |
The number of columns to display across the page |
|
|
|
|
|
| Image |
The name of the (blob/object) column in the table containing the image for each cell |
|
|
|
|
|
| Image width |
The width of the image in pixels |
|
|
|
|
|
| Image height |
The height of the image in pixels |
|
|
|
|
|
| Caption |
The name of the (character) column in the table containing the caption for each cell |
|
|
|
|
|
| Caption delegate |
The inline delegate to invoke when the caption is clicked |
|
|
|
|
|
| Caption link searchkey |
The search key expression to be postfixed to the caption delegate when it is invoked |
|
|
|
|
|
| Sub caption |
The name of the (character) column in the table containing the sub-caption for each cell |
|
|
|
|
|
| Details |
The name of the (memo/varchar) column in the table containing the details for each cell |
|
|
|
|
|
| Read more |
Show the 'Read more' link (True | False). |
|
|
|
|
|
| Details height |
Maximum height of details to display if 'Read more' is specified |
|
|
|
|
|
| Read more delegate |
The inline delegate to invoke when the 'Read more' link is clicked |
|
|
|
|
|
| Read more link searchkey |
The search key expression to be postfixed to the 'Read more' delegate when it is invoked |
|
|
|
|
|
| Order by |
The orderby expression for the data in the Catalogview |
|
|
|
|
|
| Filter |
The filter expression that restricts which records will be included in the Catalogview |
|
|
|
|
|
| Pagination |
Paginate the rows displayed (True | False). |
|
|
|
|
|
| Pagination size |
The number of rows to paginate |
|
|
|
|
|
| Show grid lines |
Show grid lines to separate each row (True | False). |
|
|
|
|
|
| CSS Stylesheet |
You can override the CSS style for the table containing the cells and the style of the cells themselves by specifying your own stylesheet. |
|
|
|
|
|
| Other options |
Other Catalogview options |
|
|
|
|
|
| Attribute
|
Description
|
More
|
Desktop |
Web |
Tablet |
Phone
|
| Scripting language |
The default scripting language for custom code in this section (Inherit | Recital | Visual FoxPro | Python | JavaScript | PHP) |
|
|
|
|
|
| Custom library |
The filename of the library containing code for event handlers and custom procedures/functions |
|
|
|
|
|
| Expanded |
The delegate for the Expanded event |
|
|
|
|
|
| Collapsed |
The delegate for the Collapsed event |
|
|
|
|
|
| Parent data changed |
The delegate for the ParentDataChanged event |
|
|
|
|
|
| Timer |
The delegate for the Timer event |
|
|
|
|
|
| Timer interval |
The timer interval in seconds that the Timer event will be called at runtime |
|
|
|
|
|
| Custom footer menu |
The delegate for the footer menu event |
|
|
|
|
|
| Custom search command |
The delegate for the search event |
|
|
|
|
|
| Custom section menu |
The delegate for the section menu event |
|
|
|
|
|
| Attribute
|
Description
|
More
|
Desktop |
Web |
Tablet |
Phone
|
| Desktop |
Include this section in a Desktop client (True | False) |
|
|
|
|
|
| Web |
Include this section in a Web client (True | False) |
|
|
|
|
|
| Tablet |
Include this section in a Tablet client (True | False) |
|
|
|
|
|
| Phone |
Include this section in a Phone client (True | False) |
|
|
|
|
|
| UI States |
UI states that affect this section. Specify multiple states as a comma separated list. |
|
|
|
|
|
| Initial UI state |
The initial UI state for this section. This will be applied to the Section and all its fields and gadgets. |
|
|
|
|
|
| Readonly when |
Section is readonly at runtime if specified expression evaluates to true. |
|
|
|
|
|
| Visible when |
Section is visible at runtime if specified expression evaluates to true. |
|
|
|
|
|
| Display orientation |
Display depending on mobile device orientation for Tablets and Phones. (Always | Portrait | Landscape) |
|
|
|
|
|
| Apply rules on change |
Apply Page UI presentation rules (Visible when and Readonly when) when data is changed interactively or when navigating records (True | False) |
|
|
|
|
|
| Apply rules on parent change |
Apply Page UI presentation rules (Visible when and Readonly when) when parent data is changed by navigating records (True | False) |
|
|
|
|
|