w2ui
Home
Get started
Demos
Docs
Blog
Support
Layout
Grid
Toolbar
Sidebar
Tabs
Form
Popup
Utilities
ver 1.3
ver 1.4
ver 1.5
ver 2.0
Form
Overview
Events
Properties
Methods
Fields
Numeric
Date & Time
Drop Lists
Multi Selects
Upload
Custom
w2form.msgNotJSON
Error message when server does not return JSON structure.
String, default = 'Returned data is not in valid JSON format.'
If you do not like default message, you are welcome to define your own.
$('#form').w2form({ name : 'form', header : 'Form Header', msgNotJSON : 'Give me JSON!', fields: [ { name: 'first_name', type: 'text', required: true }, { name: 'last_name', type: 'text', required: true }, { name: 'email', type: 'email' } ], record: { first_name : 'John', last_name : 'Doe', email : 'jdoe@email.com' }, actions: { "save": function () { this.validate(); }, "reset": function () { this.clear(); } } });
User Comments
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus