| Attribute
|
Description
|
More
|
Desktop |
Web |
Tablet |
Phone
|
| Name |
The name for this section (unique to the page) |
|
|
|
|
|
| Type |
The type of section: timeline (readonly) |
|
|
|
|
|
| Caption |
The section caption displayed in the section header |
|
|
|
|
|
| Database |
The database for this section |
|
|
|
|
|
| Table |
The table for this section |
|
|
|
|
|
| SQL statement |
The SQL statement used to populate a Virtual Table. Use {} macros in the WHERE condition to relate parent-->child sections and ORDER BY to order the display of records. This is native SQL for the target SQL database and may call stored procedures as well as SQL Select. |
|
|
|
|
|
| Filter |
The filter expression that restricts the records that will be included in the data |
|
|
|
|
|
| Where condition |
The dynamic WHERE condition for a Virtual Table that restricts which records will be retrieved |
|
|
|
|
|
| Search field |
The search field for the section |
|
|
|
|
|
| Height |
The section height |
|
|
|
|
|
| Fixed height |
Fix the section height (True|False) |
|
|
|
|
|
| Readonly |
Section is readonly (True|False) |
|
|
|
|
|
| Attribute
|
Description
|
More
|
Desktop |
Web |
Tablet |
Phone
|
| Background color |
Section background color |
|
|
|
|
|
| Foreground color |
Section foreground color |
|
|
|
|
|
| CSS style |
CSS style (separate attributes with ; or use app:/filename.css) |
|
|
|
|
|
| Transparency |
Specify a transparency percentage from 0 to 100 |
|
|
|
|
|
| Background image |
The background image for the section (png|jpg|gif). Use app:/imagename.ext for app specific images. |
|
|
|
|
|
| Stretch image |
Stretch the background image to fill the section (True|False) |
|
|
|
|
|
| Margin |
Margin size around the section |
|
|
|
|
|
| Spacing |
Spacing between items in the section |
|
|
|
|
|
| Border-radius |
Border radius of items in the section |
|
|
|
|
|
| Add spacer at bottom |
Add spacer at bottom of section (True|False) |
|
|
|
|
|
| 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) |
|
|
|
|
|
| Hide navigation buttons |
Hide actionbar navigation buttons in the section header (True|False) |
|
|
|
|
|
| Hide editing buttons |
Hide the Save/Cancel editing buttons in the section header (True|False). Don't change this unless you are handling these operations programatically. |
|
|
|
|
|
| Header CSS style |
CSS style (separate attributes with ; or use app:/filename.css) |
|
|
|
|
|
| Background color |
Header background color |
|
|
|
|
|
| Foreground color |
Header foreground color |
|
|
|
|
|
| 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 OK/Cancel buttons |
Show OK/Cancel buttons in the section header (True|False) |
|
|
|
|
|
| Show Add/Delete buttons |
Show Add/Delete buttons in the section header (True|False) |
|
|
|
|
|
| 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
|
| 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 |
|
|
|
|
|
| Enabled When |
The delegate for the EnabledWhen event |
|
|
|
|
|
| Visible When |
The delegate for the VisibleWhen event |
|
|
|
|
|
| Valid When |
The delegate for the ValidWhen event |
|
|
|
|
|
| Activate |
The delegate for the Activate event |
|
|
|
|
|
| Deactivate |
The delegate for the Deactivate event |
|
|
|
|
|
| Init |
The delegate for the Init event |
|
|
|
|
|
| Destroy |
The delegate for the Destroy event |
|
|
|
|
|
| Load |
The delegate for the Load event |
|
|
|
|
|
| Ready |
The delegate for the Ready event |
|
|
|
|
|
| Unload |
The delegate for the Unload event |
|
|
|
|
|
| Change |
The delegate for the Change event |
|
|
|
|
|
| Link Click |
The delegate for the Hyperlink/Button Click event. This is called with two arguments: functionname(controlsource,text) |
|
|
|
|
|
| Before Data Create |
The delegate for the BeforeCreated event |
|
|
|
|
|
| After Data Create |
The delegate for the AfterCreated event |
|
|
|
|
|
| After Data Changed |
The delegate for the Changed event (after data is read) |
|
|
|
|
|
| Before Data Update |
The delegate for the BeforeUpdate event |
|
|
|
|
|
| After Data Update |
The delegate for the AfterUpdate event |
|
|
|
|
|
| Before Data Delete |
The delegate for the BeforeDelete event |
|
|
|
|
|
| After Data Delete |
The delegate for the AfterDelete event |
|
|
|
|
|
| Refresh |
The delegate for the Refresh event |
|
|
|
|
|
| Parent data changed |
The delegate for the ParentDataChanged event |
|
|
|
|
|
| Dialog button delegate |
The delegate for the DialogButtonClicked event. If a dialogbutton on a Field has no delegate, the Section delegate will be called. If the section has no delegate, then the Page delegate will be called. |
|
|
|
|
|
| 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
|
| Gestures enabled |
Enable gestures for this section: swipe, pan, pinch, tap and tapandhold (True|False). If enabled, then the Gestures delegate will be called with two arguments, e.g. 'swipe','left' or 'swipe','right' |
|
|
|
|
|
| Swipe left gesture |
The Swipe Left gesture delegate |
|
|
|
|
|
| Swipe right gesture |
The Swipe Right gesture delegate |
|
|
|
|
|
| Swipe up gesture |
The Swipe Up gesture delegate |
|
|
|
|
|
| Swipe down gesture |
The Swipe Down gesture delegate |
|
|
|
|
|
| Pan gesture |
The Pan gesture delegate |
|
|
|
|
|
| Pinch gesture |
The Pinch gesture delegate |
|
|
|
|
|
| Tap gesture |
The Tap gesture delegate |
|
|
|
|
|
| Tap and hold gesture |
The Tap and Hold gesture delegate |
|
|
|
|
|
| Gestures |
The catch all delegate for the Gestures 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 section 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 section UI presentation rules (Visible when and Readonly when) when parent data is changed by navigating records (True|False) |
|
|
|
|
|