On Mon, 2009-12-07 at 03:33 -0800, nunb wrote: > > A column/field based drill down would simplify "data based" navigation > > in a data hierarchy. If you click on the field value in the grid instead > > of opening the selected record you are taken to another grid based on > > the value of the field. > > Do you propose to add the onclick to the td instead of the tr? > > It should be possible to do this, but I doubt it's a general > requirement, a specific grid-widget would suffice. In fact, you don't > have to reuse grids (unless you want to use defviews to specify > presentations) -- you could create a custom :table based widget for > that.. >
Would a link presentation in the table view that "has access to"/"knows about the row data" not suffice? That should be generic enough? > > > 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). They should work like the current edit/delete buttons. If its too many buttons for your comfort maybe the "user defined actions" should be a drop down list with a single action button/link. > > -- > > 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. > > -- 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.
