atk4 / atk4

PHP framework for developing powerful web applications. Inspired by desktop toolkits (QT, Cocoa, .NET). For developers with any skill level.
http://agiletoolkit.org/
MIT License
182 stars 84 forks source link

Form_Field:: defaultTemplate() never used #644

Open rvadym opened 9 years ago

rvadym commented 9 years ago

https://github.com/atk4/atk4/blob/master/lib/Form/Field.php#L421

Toollkit never never use this method. How to change template for inherited field classes?

romaninsh commented 9 years ago

Do you want to change template for all fields?

romaninsh commented 9 years ago

simply change the form template, it inherits tag from form.html

rvadym commented 9 years ago

only for inherited class in add-on