editor variable "ask": list of values instead of default value

Are you missing a feature? Request its implementation here.
stdu
Posts: 81
Joined: Mon Mar 05, 2012 5:23 pm

editor variable "ask": list of values instead of default value

Post by stdu »

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

Code: Select all

${ask('Message', input_type, 'default_value')}
- 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?! :wink:
adrian
Posts: 2855
Joined: Tue May 17, 2005 4:01 pm

Re: editor variable "ask": list of values instead of default value

Post by adrian »

Hello,

Thank you for the feedback.

I have logged your request to our issue tracking tool. This will be analyzed and if found appropriate, it will be implemented in a future version of Oxygen.

Regards,
Adrian
Adrian Buza
<oXygen/> XML Editor, Schema Editor and XSLT Editor/Debugger
http://www.oxygenxml.com
Radu
Posts: 9053
Joined: Fri Jul 09, 2004 5:18 pm

Re: editor variable "ask": list of values instead of default value

Post by Radu »

Hi,

Oxygen 14.1 was released and the $ask editor variable should now allow editing values using a combo box:

http://www.oxygenxml.com/doc/ug-editor/ ... ables.html

Regards,
Radu
Radu Coravu
<oXygen/> XML Editor
http://www.oxygenxml.com
Post Reply