Contents
Can a boolean field be a true Boolean?
The Boolean field on the page can be either a true/false Boolean or a Boolean expression, such as “Credit Limit > Sales YTD”. The dynamic options are only possible for group and part controls. Using a variable for field and action controls requires that the variable be resolved by the OnInit Trigger or OnOpenPage Trigger.
How to block a field in Google Blockly?
The size of the area rendered by the field. Block this field is attached to. Starts as null, then set in init. The rendered field’s text content element. The rendered field’s SVG text element. Validation function called when user edits an editable field. A generic value possessed by the field.
Are there any non serializable fields in Blockly?
Static labels are usually unnamed. Serializable fields are saved by the XML renderer, non-serializable fields are not. Editable fields should also be serializable. This is not the case by default so that SERIALIZABLE is backwards compatible.
How to set a field as clickable in Blockly?
An optional method that can be defined to show an editor when the field is clicked. Blockly will automatically set the field as clickable if this method is defined. Optional mouse event that triggered the field to open, or undefined if triggered programmatically.
Is the boolean field on a page editable?
The Boolean field on the page can be either a true/false Boolean or a Boolean expression, such as “Credit Limit > Sales YTD”. Do not use CurrPage.Editable to prevent users from deleting entries.
Is there a way to make a boolean property editable?
You can make them editable or non-editable either statically by setting the property to true or false, or dynamically by using a Boolean variable or a Boolean field on the page. The Boolean field on the page can be either a true/false Boolean or a Boolean expression, such as “Credit Limit > Sales YTD”.