Hi folks,
for more sophisticated admin user interfaces, I use w2ui <http://w2ui.com/web/> these days (+ fancytree for trees + JQuery UI for drag and drop). Is use it for interfaces like the one in <https://lh6.googleusercontent.com/-QCFclstNhYE/VEkpyM_ITcI/AAAAAAAAAVA/doPhWAxqPPU/s1600/screenshot.png> I like w2ui so much, that I created a gem for using it with Hobo: https://github.com/informatom/hobo_w2ui or https://rubygems.org/gems/hobo_w2ui Up to now this does not do a lot more than loading the assets, I just started using Dryml for embarcing it, e.g. for the standard index view. I created at tag <page> > > <content-body: replace> > > <w2ui-index-table model="Value" > > columns="title_de, title_en, product_number, >> property, property_group, amount, unit_de, unit_en, flag, created_at, >> updated_at" > > sizes ="50, 50, 50, 50, 50,20, 30, 30, 20, 80, 80" > > searches="title_de, title_en" > > sort="title_de" > > subsite="admin" > > async /> > > </content-body:> > > </page> > > to display a grid like this <https://lh6.googleusercontent.com/-IQhOR-wSQx4/VGPXHmUoEUI/AAAAAAAAAVg/T7p31ZHwWGs/s1600/grid.png> If you ate teased now: I put together slides for a local Ruby user group meeting and published them at http://at.mittenin.at/38. The slides include a step by step example to create the explorer like interface shown in http://informatom.com/presentations/hobo_w2ui/hobo_w2ui.html#56 Please don't be puzzled by slides 3 to 10, the story is just, that the admin views there were unusable for my customers. Any questions are welcome! Ciao, Stefan -- You received this message because you are subscribed to the Google Groups "Hobo Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/hobousers. For more options, visit https://groups.google.com/d/optout.
