It would seem like a really simple thing. Use a filtering select
list. Or any select type with an object of the form
pageJSON = {
identifier : 'id',
items : [
{ id : 'a', label: "Letter A" },
{ id : 'b', label: "Letter B" },
{ id : 'c', label: "Letter C" },
{ id : 'd', label: "Letter D" }
]
}
and it is if I have that object serialized on a server as a text
file... but for the life of me I can not figure out how to do this
really simple thing without going through the process of writing my
own data store, which appears to be an long process for which I simply
do not have time at this juncture.
I've got to be missing something amazingly obvious. Please help.
Pretty please. ;)
Vance
--
To pretend, I actually do the thing: I have therefore only pretended to pretend.
- Jacques Derrida
_______________________________________________
FAQ:
http://dojotoolkit.org/support/faqBook:
http://dojotoolkit.org/docs/bookForums:
http://dojotoolkit.org/forumDojo-interest@...
http://dojotoolkit.org/mailman/listinfo/dojo-interest