[web2py] Re: grid custom button icons

2011-10-23 Thread ニコノコ
I create new buttons like this in the grid: links = [lambda row: A('X', _href=URL(args=["view", db.person, row.id] ))] How should I specify an icon for the new button? On Oct 19, 10:04 pm, Bruno Rocha wrote: > Herehttps://github.com/michenriksen/css3buttonsyou can find a list of all > suported

Re: [web2py] Re: grid custom button icons

2011-10-19 Thread Bruno Rocha
Here https://github.com/michenriksen/css3buttons you can find a list of all suported classes for standard style, for the ui-icon option take a look at jquery-ui theme roller page

Re: [web2py] Re: grid custom button icons

2011-10-19 Thread Martín Mulone
ui = dict(widget='ui-widget', header='ui-widget-header', content='ui-widget-content', default='ui-state-default', cornerall='ui-corner-all', cornertop='ui-corner-top',

[web2py] Re: grid custom button icons

2011-10-19 Thread Nik Go
*bump* On Tuesday, October 18, 2011, Nik Go wrote: > > how do I specify the other icons available from the default icon sprite? > > >