HTML Source

Components are written as standard HTML files.

The HTML file for a page is located as a peer to the page model, as name-page.html. This HTML source can be edited as a normal JET page.

There are currently two kinds of expressions, write-back and no write-back. This can be seen in the component properties.


<oj-input-text maxlength='30' placeholder="[[$variables.searchText]]"
               value="{{$variables.searchVariable}}"</oj-input-text>