-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
21 lines (21 loc) · 1.17 KB
/
index.html
File metadata and controls
21 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>jQuery UI TreeInTable Demo</title>
</head>
<body>
<p>
ConditionEditor extends from TreeInTable widget.<br/>
ConditionEditor invoke a dialog which hosts an EquationEditor widget to let user configure.<br/>
EquationEditor contains three VersatileCombobox widgets.<br/>
VersatileCombobox is a composite widget which include a jQueryUI autocomplete widget and a button widget.<br/>
</p>
<br/>
<a href='test_jquery_conditioneditorDnD.html' target='_blank'>Condition Editor (Drag-and-Drop, meta-data driven)</a><br/>
<a href='test_jquery_treeintable.html' target='_blank'>Show Tree Table in different ways</a><br/>
<a href='test_jquery_treetableDnD.html' target='_blank'>Demo Tree Table Drag-and-Drop Feature</a><br/>
<a href='test_jquery_versatilecomboBox.html' target='_blank'>Demo versatilecomboBox widget</a><br/>
<a href='test_jquery_equationeditor.html' target='_blank'>Demo EquationEditor widget</a><br/>
</body>
</html>