Select list for inline editing with Ruby on Rails
Jed:
It's pretty simple to create a select list for inline edits similar to the text field provided by the Rails plugin InPlaceMacrosHelper.in_place_editor().
Jed:
It's pretty simple to create a select list for inline edits similar to the text field provided by the Rails plugin InPlaceMacrosHelper.in_place_editor().
Jed:
Making use of the code from Part One
Jed:
It is pretty easy construct a JQuery-based event trigger result analogous to the dojo stuff that comes with Struts2 /WebWork 2.2.x
Mike:
Did you know AJAX can be used as an adjective? I do, because I hear it a lot. Here are some typical comments from my clients and associates.
Frank:
Drupal Views are a fairly wonderful creation. They allow all kinds of usable, well….VIEWS, of your data in a Drupal site. They allow you to view your data either as a page or a block (or an RSS feed, etc), however one thing was was lacking was the ability to page content within a view block. The default view blocks provide you simply with a “more” link that will take you to the full blown page view. That was not working for us, or one of our clients and something has to give.