Page 1 of 1

flags for editorgadget

Posted: Tue Jan 03, 2006 10:51 pm
by blueznl
simple flags to control editor gadget behaviour:

#pb_editorgadget_grabenterkey

will not allow a 'shortcutkey' when pressing the 'enter' key, this way default button can stay default and react on enter whilst editor / string gadget fields with this flag can contain multi lined texts

#pb_editorgadget_tabtonext

allows jumping to the next gadget instead of inserting a tab char in the editor or string gadget

Re: flags for editorgadget

Posted: Tue Jan 03, 2006 11:20 pm
by Straker
blueznl wrote:simple flags to control editor gadget behaviour:

#pb_editorgadget_grabenterkey

will not allow a 'shortcutkey' when pressing the 'enter' key, this way default button can stay default and react on enter whilst editor / string gadget fields with this flag can contain multi lined texts

#pb_editorgadget_tabtonext

allows jumping to the next gadget instead of inserting a tab char in the editor or string gadget
Yep. Would also like to see:

#pb_editorgadget_displayonly

Does not allowing editing.

Posted: Wed Jan 04, 2006 1:03 am
by Dare2
Yes.