|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--DHTMLSuite.paneSplitterPane
Purpose of class: Creates the content for a pane in the pane splitter widget( This is a private class )
Defined in dhtml-suite-for-applications.js
Author: Alf Magne Kalleland(www.dhtmlgoodies.com)
Version: 1.0
Field Summary | |
Object |
activeContentIndex
|
Object |
contents
|
Object |
contentScrollTopPositions
|
Object |
objectIndex
|
Object |
parentRef
|
Object |
reloadIntervalHandlers
|
Object |
slideIsInProgress
|
Constructor Summary | |
DHTMLSuite.paneSplitterPane
(parentRef)
|
Method Summary | |
Object
|
addContent(paneContentModelObject,jsCodeToExecuteWhenComplete)
Add a content model to the pane. |
void
|
addDataSource(paneModelRef)
Add a data source to the pane |
void
|
collapse()
Collapses a pane |
void
|
expand()
Expands a pane |
void
|
hidePane()
Hides the pane |
Object
|
isUrlLoadedInPane(idOfContentObject,url)
Check if url is allready loaded into a pane. |
void
|
loadContent(idOfContentObject,url,refreshAfterSeconds,internalCall,onCompleteJsCode)
loads content into a pane |
void
|
reloadContent(idOfContentObject)
Reloads content for a pane ( AJAX ) |
void
|
setContentTabTitle(idOfContent, newTitle)
New tab title for a specific tab(the clickable tab) |
void
|
setContentTitle(idOfContent, newTitle)
New tab title of content - i.e. |
void
|
setRefreshAfterSeconds(idOfContentObject,refreshAfterSeconds)
Reloads content into a pane - sets a timeout for a new call to loadContent |
void
|
showContent(idOfContentObject)
Display content - the content with this id will be activated.(if content id doesn't exists, nothing is done) |
void
|
showPane()
Make a pane visible |
Field Detail |
Object activeContentIndex
Object contents
Object contentScrollTopPositions
Object objectIndex
Object parentRef
Object reloadIntervalHandlers
Object slideIsInProgress
Constructor Detail |
DHTMLSuite.paneSplitterPane(parentRef)
Method Detail |
Object addContent(paneContentModelObject,jsCodeToExecuteWhenComplete)
DHTMLSuite
- .paneSplitterpaneContentModelObject paneContentModelObject - Object of class DHTMLSuite.paneSplitterpaneContentModelObject
String
- jsCodeToExecuteWhenComplete - JS code to execute/evaluate when content has been successfully loaded.
void addDataSource(paneModelRef)
paneModelRef
- - Object of class DHTMLSuite.paneSplitterpaneModelRef
void collapse()
void expand()
void hidePane()
Object isUrlLoadedInPane(idOfContentObject,url)
String
- idOfContentObject - Id of content
String
- url - url to check
void loadContent(idOfContentObject,url,refreshAfterSeconds,internalCall,onCompleteJsCode)
internalCall
- Boolean - Always false ( true only if this method is called by the script it's self )
String
- idOfContentObject - Id of the content object - where new content should be appended
String
- url - url to content
Integer
- refreshAfterSeconds - Reload url after number of seconds. 0 = no refresh ( also default)
String
- onCompleteJsCode - Js code to execute when content has been successfully loaded.
void reloadContent(idOfContentObject)
String
- idOfContentObject - Id of the content object - where new content should be appended
void setContentTabTitle(idOfContent, newTitle)
String
- idOfContent - Id of content object
String
- newTitle - New tab title
void setContentTitle(idOfContent, newTitle)
String
- idOfContent - Id of content object
String
- newTitle - New tab title
void setRefreshAfterSeconds(idOfContentObject,refreshAfterSeconds)
String
- idOfContentObject - Id of the content object - id of content
Integer
- refreshAfterSeconds - When to reload content, 0 = no reload of content.
void showContent(idOfContentObject)
String
- idOfContentObject - Id of the content to show
void showPane()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |