https://github.com/yaacov/ca-jquery-board
A jQuery board widget
https://github.com/yaacov/ca-jquery-board
Last synced: 7 months ago
JSON representation
A jQuery board widget
- Host: GitHub
- URL: https://github.com/yaacov/ca-jquery-board
- Owner: yaacov
- License: gpl-3.0
- Created: 2014-01-01T07:42:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2018-04-18T09:04:08.000Z (over 7 years ago)
- Last Synced: 2025-01-23T10:11:25.105Z (9 months ago)
- Language: JavaScript
- Size: 502 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: ChangeLog
- License: LICENSE
Awesome Lists containing this project
README
A jQuery-ui board widget
========================The jQuery ui board widget use jQuery-ui draggable, resizable and selectable
widgets to create an editable view of objects.Edit mode
---------
In edit mode, objects are interactive. jQuery ui board objects can be selected,
dragged and resized using the mouse. Objects can be resized and dragged
together, change their visibility order and view parameters.View mode
---------
In view mode, jQuery ui board objects are not interactive. Objects can change
their view in view mode using the widget API.Load and Save
-------------
jQuery ui board objects can be serialized into JSON strings. jQuery ui board
objects can be loaded from JSON strings or data objects.Customize
---------
Query ui board use hooks on the widget set-option and set-value to customize
the view mode and edit mode widget behavior.