Class ZmPrefPage
Extends
ZmOrganizer.
This class represents the preference page in the preferences application.
Defined in: ZmPrefPage.js.
Class Summary
Constructor Attributes |
Constructor Name and Description |
|
Creates a preferences section.
|
- Methods borrowed from class ZmOrganizer:
- addChangeListener, addShare, clearShares, deleteLocal, empty, getAccount, getById, getByName, getByPath, getByType, getChild, getChildByPath, getColor, getDataSources, getFolder, getIcon, getIconWithColor, getMainShare, getName, getOwner, getOwnerRestUrl, getPath, getRemoteId, getRestUrl, getSearchPath, getShares, getSyncUrl, getToolTip, getUrl, hasChild, hasFeeds, hasPrivateAccess, hasUnreadDescendent, isAdmin, isChildOf, isColorChanged, isDataSource, isFeed, isInTrash, isPermAllowed, isReadOnly, isRemote, isSystem, isUnder, markAllRead, move, notifyCreate, notifyDelete, notifyModify, removeChangeListener, rename, reparent, setColor, setGlobalMarkRead, setOfflineSyncInterval, setRetentionPolicy, setRGB, size, supportsPrivatePermission, supportsPublicAccess, supportsSharing, sync, update
Class Detail
ZmPrefPage(params)
Creates a preferences section. This is a "pseudo" organizer for
the preferences application tree view.
- Parameters:
-
{Hash} params
- a hash of parameters
-
{int} params.id
- the numeric ID
-
{String} params.name
- the name
-
{ZmOrganizer} params.parent
- the parent folder
-
{ZmTree} params.tree
- the tree model that contains this folder
-
{String} params.pageId
- the ID of pref page
-
{String} params.icon
- the icon name
-
{String} params.tooltip
- the tool tip text
|