what about a little bit of javascript? $
('input[type="submit"]').hide();
On Jan 3, 10:10 pm, Stuart Zurcher <[email protected]> wrote:
> I have tried many different ways to remove the button on a form while using
> sprox on TG2 with tw2:
>
> Class userInfo(diabledForm):
>
> __model__ = User
>
> # following methods tried
>
> button = None
>
> class __sprox__(object):
>
> button = None
>
> __base_widget_args__ ={'button':None}
>
>
>
> I have also varied the name of button to submitButton, submit, Button, etc
> Any ideas?
--
You received this message because you are subscribed to the Google Groups
"TurboGears" 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/turbogears?hl=en.