- Client-side Templates
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Client Side Templates/Client Side Templates.xml
There are a rich set of template directives that make templates both extremely powerful and also easy to use.
- Client Side Templating and HTML Templates
/documentation/pages/Guides/Mobile and Web Components/UX/Code/Client Side Templates/index.xml
Building client side templates for Lists, FormViews, and ViewBoxes. Also templates for Freeform controls.
- Client-side Templating Syntax
/documentation/pages/Ref/Client_Api/Client-side Templates/index.xml
The syntax used for client-side templates and examples. Templates can be used in Alpha Anywhere to merge JSON data into a desired format which then can be output in the form of HTML.
- Client API
/documentation/pages/Ref/Client_Api/index.xml
Classes as methods that run on the client (web browser of mobile device). This includes Client-side Templates and JavaScript libraries.
- Text
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/other/Form Properties/Form properties/Form Layout/StaticTextProperties/text.xml
The content of the Static Text control. The content can be static HTML or use Client-side templates and reference values in fields in the FormView control.
- How to Define a Hyperlink in a Client-side Template
/documentation/pages/HowTo/UX/Define Link in Client Side Template.xml
Client-side template syntax is used in Lists, FormView, and ViewBox controls to define the control's layout. If you want to include hyperlink in the template definition, you must stop the hyperlink HTML element's click event from bubbling up to the top-level control.
- Code
/documentation/pages/Guides/Mobile and Web Components/UX/Code/index.xml
The 'Code' section of the UX Builder is where you can define any Javascript
and Xbasic functions that are called inside of the component you are building. This section
of the UX documentation also includes an explanation of Client Side Templates.
- Reference
/documentation/pages/Ref/index.xml
API Reference.
- a5_merge_json_into_template Function
/documentation/pages/Ref/Api/Functions/Document Types/JSON Functions/a5_merge_json_into_template().xml
The template, defined using [Client-side Template syntax].
- Client Side Properties
/documentation/pages/Guides/Mobile and Web Components/UX/Controls/Props/Clientside/index.xml
Properties that use Javascript to evalute expressions, conditional styling, etc.