mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-29 07:12:15 +09:00
Validator skip fieldset elements as now.
git-svn-id: http://xe-core.googlecode.com/svn/branches/1.5.0@9036 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
3f8d72b537
commit
683f72aaed
2 changed files with 10 additions and 6 deletions
|
|
@ -105,6 +105,7 @@ var Validator = xe.createApp('Validator', {
|
|||
el = elems[i];
|
||||
name = el.name;
|
||||
|
||||
if(!name || !elems[name]) continue;
|
||||
if(!elems[name].length || elems[name][0] === el) fields.push(name);
|
||||
};
|
||||
fields = fields.join('\n');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue