lineedit page
Your advantages by the detail page
- the HTML plugin loads your records
- easy placement of placeholders in the html template
- controls New, Edit, Delete, Cancel Save are ready to use
- automatic formatting of numbers and dates thanks to tabulator formats
Parameters:
- page
- datadefID
Datadefinition
This are special parameters for the detail example:
html (edittype=6)
- container: header, records and footer
- record: contains the form elements like <input>. For display the tags are automatically changed to <div>
- recdisp: if 'record' contains other html-elements than the form elements the automatic conversion to <div> is not working well, so you have to define this template for displaying the record.
html (edittype=7)
- container: header, records and footer
- record: contains the the HTML for displaying the record.
- recinput: contains the HTML to edit the record.
container
filename: masterdata/templates/lineedit_container.html
record
filename: masterdata/templates/lineedit_record.html
recdisp
used for edittype=6
recdisp contains the elements to display the record.
recinput
used for edittype=7
recinput contains the HTML to edit the record.