forked from 0x2620/oxjs
form elements rewrite, part 2
This commit is contained in:
parent
fe303bf2b0
commit
074902d079
33 changed files with 163 additions and 153 deletions
|
|
@ -117,7 +117,6 @@ Ox.FormPanel = function(options, self) {
|
|||
//that.triggerEvent('change', data);
|
||||
},
|
||||
validate: function(data) {
|
||||
Ox.print('---------------VALIDATE', data);
|
||||
self.$list.value(section.title, 'valid', data.valid);
|
||||
that.triggerEvent('validate', {
|
||||
title: section.title,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue