inputEx is "a javascript framework to build fields and forms" created by Eric Abouaf. The framework uses a JSON format to describe a form, such as:
PLAIN TEXT
JAVASCRIPT:
1.
2.
{
3.
"fields" : [
4.
{
5.
"type" : "group",
6.
"inputParams" : {
7.
"fields" : [
8.
9.
],
10.
"name" : "",
11.
"tooltipIcon" : false,
12.
"value" : {
13.
14.
},
15.
"optionsLabel" : "Options"
16.
}
17.
}
18.
],
19.
"optionsLabel" : "Options"
20.
}
21.
which you can build with the help of the builder application.
Check out the getting started guide and if you like to build an application that looks like:
PLAIN TEXT
JAVASCRIPT:
1.
2.
init: function() {
3.
this.buildTree();
4.
this.initContextMenu();
5.
this.buildForm();
6.
this.initEvents();
7.
this.queryData();
8.
}
9.
rather than HTML, then this could be the tool for you!

source: ajaxian
Related Stuff
-
MooV: Using cutting edge Video phones and Software Video Phones - coupling all that with VoIP and empowering the disabled.
-
Moo Telecom: VoIP communications made easy - Ring anyway with the fun and ease of using a normal phone
-
TagR:Mobile Social Network with Real Time Locations Based services, and Ambience Intelligence, VoiP, IM, Skype, Googletalk, Mapping, Flickr, Events, Calendaring, Scheduling, SecondLife Support
-
ClearSMS : ClearSMS is a Web-based application that lets you send bulk SMS messages to your customers, contacts, or just about anyone.
-
Jajah:jah is a VoIP (Voice over IP) provider, founded by Austrians Roman Scharf and Daniel Mattes in 2005[1]. The Jajah headquarters are located in Mountain View, CA, USA, and Luxembourg. Jajah maintains a development centre in Israel.
-
Skype: It’s free to download and free to call other people on Skype. Skype the number one voice over ip software
- PrivatePhone: a free local phone number with voicemail and messages you can check online or from any phone.
Be the first ... |Add your comment.
Your Comment ...
Name (required)
Email (required, hidden)
Website
