Home
The Toolkit for Online Communities
15889 Community Members, 2 members online, 1819 visitors today
Log In Register

Forum OpenACS Development: Re: Form-builder display/edit modes

OpenACS Home : Forums : OpenACS Development : Re: Form-builder display/edit modes : One Message

+
Posted by Lars Pind on
Tilmann,

I've implemented your suggestion now:

Added -cancel_url and -cancel_label switches to form::create.

If you supply cancel_url but no cancel_label, the default of "Cancel" will be used. (That should be internationalized, I know).

So now the form builder can handle the cancel button for you automatically.

/Lars