Documentation
Methods
option
Get or set any Kaiten option.
load
Create a new panel and display the HTML passed as argument.
load
Create a new panel and display the HTML retrieved by a custom function provided as argument.
load
Create a new panel and load its content by specifying the connector.
registerConnector
Register a new connector.
unRegisterConnector
Unregister a connector.
getConnector
Retrieve a connector object from Kaiten's collection.
findLoaderData
Given a URL, retrieve the data that can be passed to the loader function
reload
Reload a panel content.
remove
Remove a panel.
removeChildren
Remove the children panels of the specified panel.
prev
Navigate to the previous hidden panel.
next
Navigate to the next hidden panel.
slideTo
Slide to a target panel.
maximize
Maximize the specified panel.
originalSize
Restore the original width of a panel.
setColumnsCount
Set the maximum number of columns.
setColumnWidth
Set a new column width.
getPanel
Return the jQuery panel element at a certain index.
destroy
Remove Kaiten's functionality completely.