Page tree
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »


In the MenuStructure, additional parameters can be given for objects that start masks.

It means that the underlying MenuFunction must have the "lunch" value for the actionType atrribute.

For the actionOptions a JSON string can now be provided.

"autoAdd" ensures that a new data record is created.

With "pages" you can specify which pages of a tab are to be loaded at startup.

Example
{ 'autoAdd': true, 'pages': '0,1' }

 

This makes it possible, e.g. also to call a new Installation-Dialog via MenuFunction, without having to write additional JavaScript.


  • No labels