trongate / trongate-framework

The Trongate PHP framework
https://trongate.io
Other
1.12k stars 100 forks source link

patch form helpers #106

Closed ReDeLe-design closed 2 years ago

ReDeLe-design commented 2 years ago

give form_submit and form_button a parameter $included_html With this additional parameter it is possible to have an other label than the $value parameter. Also we can include Icons for the Buttons like here: echo form_submit('submit', 'Submit', null, null, "<i class='fa fa-save' style='margin-right: 5px;'></i>Speichern");