Samples
These are the samples grouped by articles.
Basic Label-Code Resource Handler
Click to see the sample
It shows the basic functionality of the autocomplete widget, using different thresholds.
Spell Check
Click to see the sample
It shows how the spellcheck works with the autocomplete. It gives suggestions if the user makes errors, like doubling a letter in a word.
OnChange Action
Click to see the sample
It shows how the onchange callback works inside the autocomplete widget.
Style
Click to see the sample
It shows how Buttons with style look like.
User Action
Click to see the sample
It shows how the actions work with the Button Widget, managing specific callbacks.
Binding
Click to see the sample
It shows a Button Widget bound to other widgets.
Samples
Click to see the sample
It shows how the Calendar Widget looks like with different label format.
Binding
Click to see the sample
It shows two calendars bound to each other, so navigating inside one calendar changes the other.
Checkbox Widget
Click to see the sample
It shows a simple Checkbox Widget with the onchange event attached to it.
Styling
Click to see the sample
It shows different possible styles that can be applied to the Checkbox Widget.
Bindings
Click to see the sample
It shows different modes to bing a Checkbox Widget, using the data model for example.
Custom widgets
Click to see the sample
It shows a Slider Widget with different configurations.
Image Gallery
Click to see the sample
It shows an example of an image gallery.
Datefield Widget
Click to see the sample
It shows the Datefield Widget.
Sample
Click to see the sample
It shows two Datefield Widgets bound to the data model.
Sample
Click to see the sample
It shows the default DatePicker Widget.
Sample
Click to see the sample
It shows a DatePicker Widget with a customized layout.
Sample
Click to see the sample
It shows a DatePicker Widget with date reference.
Dialog sample usage
Click to see the sample
It shows the default Dialog popping out after a mouse click.
Dialog sample usage
Click to see the sample
It shows how the actions work with the Dialog.
Dialog sample usage
Click to see the sample
It shows which properties are bindable and how they work for the Dialog.
Movable dialog
Click to see the sample
It shows a Movable Dialog.
Sample usage
Click to see the sample
It shows how a Div Widget look like.
Styling usage
Click to see the sample
It shows different uses of the 'sclass' property with the Div Widget.
Binding usage
Click to see the sample
It shows how the tooltip property works when is bound to another element.
Sample usage
Click to see the sample
It shows how the ErrorList Widget looks like, showing the information layout.
Sample usage
Click to see the sample
It shows the different message layouts for the ErrorList Widget (Information, Success, Error, Warning).
Binding usage
Click to see the sample
It shows how the ErrorList Widget works when is bound to something.
Customized template usage
Click to see the sample
It shows a customized ErrorList Widget.
Sample usage
Click to see the sample
It shows two Fieldset Widgets with the default configuration.
Nested Sample usage
Click to see the sample
It shows a nested Fieldset Widget with the default configuration.
Sample usage
Click to see the sample
It shows Fieldset Widgets executing callback actions.
Sample usage
Click to see the sample
It shows a Fieldset Widget with the property tooltip bound to the data model.
Sample usage
Click to see the sample
It shows different layouts for the Icon Widget, with Inline style, tooltip and margin.
RadioButton Widget - Styling usage
Click to see the sample
It shows some different icons for many uses, like info, error, undo, redo, help, arrows, etc.
Sample usage
Click to see the sample
It shows an IconButton Widget in normal mode and disabled.
Sample usage
Click to see the sample
It shows some IconButton Widgets with different styles.
Sample usage
Click to see the sample
It shows an IconButton Widget bound to a checkbox that manage the icon button enabled state.
Focus handling
Click to see the sample
It shows how the focus handling works, using two different subtemplates.
Processing indicators
Click to see the sample
It shows how the processing indicator works, using it with different sections and with the whole page.
Dragging elements
Click to see the sample
It shows how an element could be dragged in different modes in aria templates.
Tab Navigation
Click to see the sample
It shows how the Tab Navigation works in aria templates.
Tab Navigation demo in mutliple Template
Click to see the sample
It shows how Tab Navigation works in a template with subtemplates.
Keymaps at section level
Click to see the sample
It shows the KeyMap functionality with a section, mapping the F3 key.
Keyboard event bubble sample
Click to see the sample
It shows how to propagate a Key Map between sections.
Wildcard character in a keymap
Click to see the sample
It shows how to use the wildcard character in a Key Map with different sections.
Keymaps assigned at application level
Click to see the sample
It shows how a Key Map defined at global level works, using different sections.
Table Navigation
Click to see the sample
It shows a Table Navigation using a table and some widgets.
Table Navigation with multiple focusable item
Click to see the sample
It shows a Table Navigation using a table with multiple focusable items.
Subsections inherit the behavior of their parent section
Click to see the sample
It shows a Table Navigation with focusable items and a subsection that inherits the tab navigation.
Sample
Click to see the sample
It shows a List Widget in normal mode and disabled.
Styling sample
Click to see the sample
It shows a List Widget with different styles applied.
Action sample
Click to see the sample
It shows a List Widget with different action linked, like onMouseOver, onClick, onKeyevent and onChange.
Binding sample
Click to see the sample
It shows a List Widget bound to another list and to a checkbox.
Basic Prefill Feature
Click to see the sample
It shows the basic prefill feature applied to TextInput-based widgets.
Basic Prefill Feature
Click to see the sample
It shows the basic prefill feature used in a specific use case like the reservation of a multiple segment trip.
Sample usage
Click to see the sample
It shows the default RadioButton widget.
Styling usage
Click to see the sample
It shows the RadioButton Widget with different styles applied.
Binding usage
Click to see the sample
It shows RadioButton Widgets bound to the data model.
Automatic Refresh
Click to see the sample
It shows how the Automatic Refresh works in aria templates.
Repeater
Click to see the sample
It shows how the Repeater statement works, creating refreshable sections.
Full Refresh
Click to see the sample
It shows the manual full template refresh in aria templates.
Partial Refresh
Click to see the sample
It shows the manual partial template refresh in aria templates
Stop/Resume refreshes
Click to see the sample
It shows how the stop and resume refresh works in aria templates.
Sample
Click to see the sample
It shows how the SortIndicator Widget works in aria templates.
Binding Sample
Click to see the sample
It shows how the SortIndicator with the tooltip property bound to the data model works.
Sample
Click to see the sample
It shows the Tab Widget.
Styling Sample
Click to see the sample
It shows the Tab Widget with style applied.
Binding Sample
Click to see the sample
It shows the Tab Widget with the selectedTab property bound to the data model.
Macro inheritance
Click to see the sample
This sample shows the inheritance between macros.
Script methods inheritance
Click to see the sample
This sample shows the inheritance between script methods.
Macro libraries inheritance
Click to see the sample
This sample shows the inheritance between macro libraries.
CSS inheritance
Click to see the sample
This sample shows the CSS inheritance.
Overriding CSS
Click to see the sample
This sample shows how to override the CSS in a child template.
Sample
Click to see the sample
It shows the Text Widget with different properties set.
Binding Sample
Click to see the sample
It shows the Text Widget with properties bound to another element.
Validators
Click to see the sample
It shows the default aria templates Validator.
Validators Event
Click to see the sample
It shows the Validator used with the events.
Validators Groups
Click to see the sample
It shows how to group the Validators.
Filtering data with views
Click to see the sample
It shows how the View class handle the filtering operation.
Sorting data with views
Click to see the sample
It shows how the View class handle the sorting operation.
Paginating data with views
Click to see the sample
It shows how the View class handle the paginating operation.
Sorting, filtering & paginating data with views
Click to see the sample
It shows all the different operations (filtering, sorting and paginating) applied to the View class.
