shawn47 / oryx-editor

Automatically exported from code.google.com/p/oryx-editor
Other
0 stars 0 forks source link

new property types such as a 'Searcher' #446

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
sometimes there are large numbers of possible values of a property - which are 
a dynamic set of values. Regenerating the whole stencil whenever a value 
changes is sub-optimal.

It would be nice to support an ajax searching combo box property such that the 
list of values can be searched dynamically as they are edited (allowing 
filtering).

e.g. if the user hits "a" - all the values which start with "a" could be 
returned in a drop down pick list.

for example here are some samples from ExtJS...

http://www.sencha.com/deploy/dev/examples/form/combos.html
http://www.sencha.com/deploy/dev/examples/form/forum-search.html

Original issue reported on code.google.com by james.st...@gmail.com on 8 Jul 2010 at 4:30

GoogleCodeExporter commented 9 years ago
Would be an enhancement of the propertywindow plugin.

Original comment by philipp....@student.hpi.uni-potsdam.de on 10 Jun 2011 at 11:24