Go to file
2014-01-06 15:05:27 +01:00
dropDown Toggle classes on action processing, not only on click event trigger 2014-01-06 15:05:27 +01:00
extensibleList Simple (text) fields can be changed if specified in "can_change" option. 2013-03-19 10:11:57 +00:00
fieldEditable Add annotations name, type and author. 2013-01-03 16:11:31 +00:00
fileBrowser sort file 2013-10-03 07:45:12 +00:00
foldable Add stop event to first foldable element. 2013-03-12 15:00:47 +00:00
inlineChooser Changed 'value' attribute to 'field-value' (was making IE unhappy) 2013-03-13 17:08:34 +00:00
inlineHelp jQuery.inlineHelp, initial import 2012-12-28 13:56:40 +00:00
inlineMessage jQuery.inlineMessage, initial import 2012-12-28 13:58:02 +00:00
itemSelect Added missing changelog entries 2013-02-08 16:47:18 +00:00
scrollable Add annotations name, type and author. 2013-01-03 16:11:31 +00:00
tableScrollable CaMeL case 2013-03-18 14:12:29 +00:00
tableScrollableSortable Added overflow-x directive on table container, in case table can't fit into container. 2013-03-28 17:01:29 +00:00
treeview jQuery.treeview, initial import 2012-12-28 13:59:15 +00:00
userSelect Update description of plugin. 2013-05-31 13:16:16 +00:00
jquery.js Add jquery library that is used in Mioga lasted version 2014-01-02 17:22:19 +01:00
README Imported jquery.itemSelect 2013-01-07 10:23:19 +00:00

extensibleList
	This plugin handles a list, that may have initial values, to which new values can be added from an input element.
	The input element can be overriden to a more complex form, in which case list values are hashes.
	List elements can be reordered by drag-n-drop and removed.
	Lists can be nested.

foldable
	This plugin works on a Mioga2 sbox and converts it to a foldable box, clicking on the box title folds the box contents into title bar.

inlineChooser
	This plugin creates a dropdown menu to choose between values.

inlineHelp
	This plugin creates an inline help panel (that can be opened and closed) to access Mioga2 help pages.

inlineMessage
	This plugin mimics the old-fashioned Mioga2 inline message (the one that you can hardly close...). It relies on Mioga2 CSS.

itemSelect
	This plugin draws an item selector in the spirit of userSelect (see below) with a single attribute field.

treeview
	This plugin transforms a nested ul/li block to a tree view that can be folded.

userSelect
	This plugin draws a user list which can be managed.

tableScrollableSortable
	This plugin applies scrolling behavior and/or sorting behavior to a table.

scrollable
	This plugin applies scrolling behavior to a content by up and down buttons and mouse wheel event.