Values for Attribute 'Portal control'
The following is an overview of the possible values of the node and field attribute Portal control.
Note: Multiple values can be separated by commas, e.g. _hAlign_,_exportable_. However, there is no semantic check of the settings.
Portal-specific Values for Nodes
Name |
Description |
_editOnly_ |
All fields with attribute Show in list = true (and the possibly resulting list) and all its input fields are displayed. The existing field contents can be edited, but it is not possible to save new data. |
_exclude_ |
Setting is not relevant for Portal (applies only to WSDL). |
_exportable_ |
The data list that the node creates in the form can be saved as a CSV file with delimiter semicolon ; and encoding UTF-8 (with then displayed button Export). |
_hAlign_ |
The fields of this node are displayed next to each other in the form. |
_noDelete_ |
The button Delete is suppressed. |
_readOnly_ |
Only the title line of the overview list is displayed but no input fields. |
_subNodesAsTab_ |
Subnodes of this node are displayed as tabs. |
_viewOnly_ |
Like _editOnly_, but neither editing nor saving is possible. |
Portal-specific Values for Fields
Name |
Description |
_align:left_ |
Field content will be aligned left in an overview list. |
_align:center_ |
Field content will be aligned in the centre in an overview list. |
_align:right_ |
Field content will be aligned right in an overview list. |
_exclude_ |
Setting is not relevant for Portal (applies only to WSDL). |
_fileUpload_ |
Allows you to upload a file into a form field. If you save a record locally in the form, the data in the field will be displayed in the syntax <file name>: <file content BASE64-encoded>. So if you, for example, have uploaded file test.txt with content 777, you will see test.txt:Nzc3 as field content. When the form is uploaded to the main Portal profile, you can restore the original file content there by first removing the prefix test.tst, for example with function substring-after( a, b ), and then applying function decode Base64(a, b) to decode the Base64-encoded string Nzc3. |
_hidden_ |
The input field will not be displayed in the form. |
_htmlContent_ |
The field content is interpreted as an HTML statement in the form. Note: To do this, the Show in list attribute of the field must be set to Yes. The HTML output of the field is then displayed in the list. |
_keepInSession_ |
The field (and its content) is transferred to the data profile and can be used there, regardless of where in the Portal main profile it is located. |
_readOnly_ |
The field content cannot be edited. |
_submitButton_ |
Starts the assigned data profile. See section Dynamically Filling Form Fields. |
_height:<number>px_ |
Can be used to specify the height of the field. For example, _height:100px_ would define a height of 100 pixels. |
_width:<number>px_ |
Can be used to specify the width of the field. For example, _width:100px_ would define a height of 100 pixels. |