On Thursday, February 21, 2013 10:32:30 AM UTC+1, Philip Kilner wrote: > > Hi, > > I'm making a lot of use of SQLFORM.grid, which is a great tool, and has > saved me an enormous amount of time. > > Now that I have my application running, I'd like to customise some > aspects of it, and wondered if there was a "howto" somewhere, or if > anyone has any suggestions about the best way to approach specific > things I'd like to do: - > > - I'd like to move the pagination control to the top. >
Use css rules, or js. Let it be flexible, grid's markup is still experimental (i.e. could change in future versions) > > - I'd like some control over form layout, at least wrapping groups of > fields in field-sets, and ideally tweaking the layout where multiple > fields would be better on one line. I know I can do this by using > SQLFORM, just wondered if there was a batter way when working with the > grid - or can I modify SQLFORM.grid in the same way, perhaps? (Just need > to understand the naming convention in that case) > - the underneath form is a SQLFORM. formargs, createargs, editargs are your friends, and formstyle and ui too. Naming conventions are the same of a SQLFORM. That should not change at all. > - I'm using jQueryUI, and seem to have something odd going on with > buttons, which are just showing as links. I'd like to work out how to > either show the original style, or the jQueryUI style. > - did you try with ui = 'jquery-ui' ? - I'd like to write some documentation for the search functionality, > targeted at end users. If I write something, would somebody who knows > the deeper functionality be kind enough to proof-read it for me? > If it's good we can put it also in the book, so yes, someone looking at it will definitely be found :P -- --- You received this message because you are subscribed to the Google Groups "web2py-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.

