techjoomla / com_api

API framework for Joomla
http://docs.techjoomla.com/joomla-rest-api/com-api-introduction
GNU General Public License v3.0
123 stars 97 forks source link

JHtml::formbehavior not supported on J! 2.5 when adding a new key #1

Closed pvullioud closed 8 years ago

pvullioud commented 10 years ago

I had to comment this lines on the view

JHtml::('behavior.tooltip'); JHtml::('behavior.formvalidation'); JHtml::('formbehavior.chosen', 'select'); JHtml::('behavior.keepalive');

coolbung commented 10 years ago

Are you sure you need to comment all of those ? Since I think tooltips, validations & keepalive are supported in J 2.5 ? Only chozn is not, I think.

Will get that checked anyway, I'm currently travelling with very limited access :)

coolbung commented 10 years ago

Can you verify this with the latest commits ?