Samples
Forum
Support
Documentation
add
addCss
adjust
attachEvent
bind
blockEvent
callEvent
clearAll
clearCss
close
closeAll
count
customize
define
destructor
detachEvent
disable
enable
exists
filter
getBranchIndex
getChildViews
getFirstChildId
getFirstId
getFormView
getIdByIndex
getIndexById
getItem
getItemNode
getLastId
getNextId
getNextSiblingId
getNode
getOpenItems
getParentId
getParentView
getPrevId
getPrevSiblingId
getScrollState
getSelectedId
getSelectedItem
getState
getTopParentView
group
hasCss
hasEvent
hide
isBranch
isBranchOpen
isEnabled
isSelected
isVisible
load
loadBranch
loadNext
locate
mapEvent
open
openAll
parse
refresh
remove
removeCss
render
resize
scrollTo
select
selectAll
serialize
setState
show
showItem
sort
sync
unbind
unblockEvent
ungroup
unselect
unselectAll
updateItem
Start
API Reference
ui.organogram
Methods
loadBranch
loads data to the specified branch, as direct children of the node with the id provided
void
loadBranch
(
id
id
,
function
callback
,
string
url
);
Parameters
id
id
branch ID
callback
function
callback function
url
string
data URL
See also
samples
Loading Branch Data
articles
Dynamic Loading for Hierarchical Data Structures
Back to top