OpenWGA 7.6 - WebTML reference
WebTML tags » form<tml:form editable ="false | true">
Purpose:
Determines if form data is only displayed or if it can be edited.
Description:
This attribute chooses between the modes "view" and "edit". It is outdated. Now you can use the attribute mode to set the mode
Value(s):
Determines the performance of <tml:input> within the form.
When editable="true", <tml:input> displays input fields.
When editable="false", <tml:input> is equal to <tml:item>, i.e. displays the content as string and not in form of an input field.