> > Being able to add additional (to edit/delete) actions to a record in a > > grid to kick of record based actions and/or navigation. > > How would these be triggered? The current system adds a select > checkbox to the first td in each row, and then the common-ops can > refer to those using dataedit-get-selected-items or similar (which > implies you need a button for each type of action, in the absence of > js I believe links are rendered within each row).
Another refinement (don't know how if others would like it) is to have specific actions for specific rows in the grid. Is that what you meant by record-based? Currently the way it works is that if a record/row is checked, and you click on the common-ops button, the responding function can make its own decision as to whether or not to apply the operation to that row. If we tie specific actions to each row, then where would we specify these and what would the UI look like? In the non-js case it could degrade similarly to what drilldown now does: display a href with the operation name as the last column in that row. But this is uglier than the checkbox/single-button UI, imho. -- You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/weblocks?hl=en.
