Menu

checked

An HTML content command for setting or removing the "checked" attribute on an HTML element. ...

class

An HTML content command for setting the "class" attribute on an element. The host element's "...

content

An HTML content command that brings text or document content into its host element. The resol...

contenteditable

An HTML content command that can make the contents of its host element editable. If the value...

href

An HTML content command for creating download links to files in the variable context, or just...

id

An HTML content command for setting the "id" attribute on an element. The host element's "id"...

if

An HTML content command that makes its host element conditional. If this command's primary at...

model

An HTML content command that is basically a combination of content and contenteditable. It ha...

next

An HTML content command that defines the Step to which the currently active Flow proceeds to ...

repeat

An HTML content command that iterates through all items of a Collection and produces a copy o...

submit

A logic attribute that defines if any data in the currently displayed Form is submitted to be...

src

An HTML content command for setting the "src" attribute on an element. The value of the ...

value

An HTML content command for setting the initial value and type of an input element. The ...

report-table

An HTML content command that modifies the table it is set on so that it can display the conte...

INTRODUCTION

Logic attributes are used to add dynamic content for documents, emails and screens. Content i...

selected

An HTML content command for setting or removing the "selected" attribute on an HTML element. ...

toggle & toggle-control

The HTML content commands toggle and toggle-control work as a pair to allow the visibility of...