Web based tool for UI rapid design. Developers can create web app just like in VB or Delphi.
jsLinb API documentation. Almost every API has the sample code.
Code snippets for jsLinb developers.
Online Image processing photo editor, lets you edit images just in your browser.
Enable web developer edit complex JSON string in a inline editable tree.
A google calendar UI. (You have to have a Google account!)
Switches application theme dynamically.
An outlook mockup. It contains menu tool bar, tree, grid & many others ...
You can make it in 10 min without coding.
Using linb.Ajax/Sajax/Iajax to interact with json service
To monitor the IO request process.
"bi"nding several Ajax requests into one thread.
Interact (RUID) with MYSQL. The backend is phpLinb.
Browses databases and tables of a given mysql instance.
An survey demo, uses DataBinder to cellect form data (No backend and DB yet).
Loading js code from remote server, and render it as an UI component.
Apply different languages on the fly, no need to reload page.
A Demo for FusionChartsFree / FusionCharts3
Define your own application skin base on one of the jsLINB theme.
How to make a markable web application.
Monitors component assembly process in "slow motion".
Drag a child widget from a widget, and drop it into another widget.
Drag a panel from a widget, and drop it into another widget.
Drag&Drop between List, RadioBox, TreeBar and ...
Serialize/Unserialize linb.UI object
Build form from JSON string.
Uses databinder to get/set a group of controls' value.
linb.UI.TreeGrid overall.
Load data from JSON/XML.
Inline Grid Editor; Pop window Grid Editor.
Each cell in treegrid can be customized to any type.
Numbered rows; Alt rows' background color.
Binder a row to a form for editor.
Move rows by Drag&Drop.
Inserts a treegrid to a treegrid.
Sets a row as a group; Row with preview and summery areas.
Single/Multi row selection; Single/Multi cell selection.
Advanced ToolBar with DatePicker, ColorPikcer, ProgressBar ...
Advanced Menu with DatePicker, TimePicker, ColorPikcer ...
Show pop menus in onContextmenu events.
Using linb.Template to create multi-nested html with events supported
Using linb.Template to create a product gallery application.
Puts linb.UI controls into linb.Template
Use CSS class like 'linb-list-item' to modify the all widgets' appearances.
Use DOM id CSS to modify a specified widget's appearances.
Use setCustomClass/setCustomStyle to modify a specified widget's appearances.
Use getSubNode function to modify a specified widget's appearances.
Use itemClass or itemStyle to modify a specified list node in a widget.
Use setTheme to modify a specified widget's appearances.
Load HTML string, Template, linb.UI or linb.Com into TreeBar asyn.
Using renderer funcion to build complex caption.
Shows tooltips in you web application
Widget events, setCustomBehavior and DOM attached events.
The monitor window in jsLinb.
How to use a global hot key
Keyboard monitor for linb.UI.Input.
Render linb.UI widget to an existing DOM Element.
Docking widgets example.