Forum OpenACS Q&A: Re: How do I change text on submit button for ad_form

Collapse
Posted by Matthew Geddert on
template::element::create note-del-confirm submit \
        -label "My New Text On The Submit Button" \
        -datatype text \
        -widget submit
the best notes i have found on almost everything related to openacs is in the code itself... just grep for whatever you are looking for from withing the packages directory... you'll either find the proc itself or a way that some package uses the proc you are trying to understand.