editor variable "ask": list of values instead of default value
Posted: Fri Apr 20, 2012 5:11 pm
We have recently launched a new custom oxygen framework for a project. Oxygen's frameworks are a great instrument to provide custom xml-actions and toolbars to the user! Thank you for providing this amazing tool!
Thereby we often used the editor variable
- this is a very useful function in building actions! But often we would have loved to have the possibility to define a list auf values (instead of only one default value) and presenting these values in a selectbox in the dialogbox. We think that would be nice feature?! 
Thereby we often used the editor variable
Code: Select all
${ask('Message', input_type, 'default_value')}
