Project

Contents

Issue #00005599

<tml:button>: added attribute "type"
Feature/Improvement

<tml:button> generates HTML code like this:

<button type="button" onclick="...">

Until now there is now possibility to change this type attribute f. e. to type="submit". This has been changed now.

We introduced a new attribute "type" to <tml:button>:

<tml:button type="button|submit|reset">

The default type is "button" to stay upwards compatible.