Child pages
  • Specification (.spec file)

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

This tag can define if an edit (sent from browser to server) of this property is allowed even if the properties such as "visible" or the "enable" properties enabled" (of the component or parent form) are false. By default, if the visiblity visibility of a component or its parent form is false, Servoy doesn't allow the modification (coming from browser) of any other property (it blocks it and logs it on server). With this tag you can say : for "visible" for a property that changing it should be allowed even in these situations; for example on "size" property you could say: I allow it for "visible"; or for both: ["visible", "enable"]

...