Class CQ
Package: | Global |
Class: | CQ |
Extends: | Object |
Clientlib: | cq.widgets |
CQ constants
Public Properties
|
CQ.CF_REFRESH_INTERVAL : String/Number
<static> The interval the Content Finder uses to refresh the results (defaults to 0).
The interval can be one o...
<static> The interval the Content Finder uses to refresh the results (defaults to 0).
The interval can be one of:
CQ.VERY_SHORT_INTERVAL
CQ.SHORT_INTERVAL
CQ.LONG_INTERVAL
CQ.VERY_LONG_INTERVAL
0 (off)
|
CQ |
|
CQ.EDITBASE_DD_MIMEMAPPING : Object
<static> The mapping to define which mime type creates which component when a file
is drag and dropped from the...
<static> The mapping to define which mime type creates which component when a file
is drag and dropped from the file system.
|
CQ |
|
CQ.HEARTBEAT_INTERVAL : Number
<static> The value in milliseconds of the interval to periodically connect to the
CQ server to avoid logout on ...
<static> The value in milliseconds of the interval to periodically connect to the
CQ server to avoid logout on session timeout. "0" disables the heartbeat.
Defaults to 0.
|
CQ |
|
CQ.HEARTBEAT_URL : String
<static> The URL to connect periodically to if a CQ.HEARTBEAT_INTERVAL is set.
Defaults to "/libs/cq/core/conte...
<static> The URL to connect periodically to if a CQ.HEARTBEAT_INTERVAL is set.
Defaults to "/libs/cq/core/content/heartbeat.json".
|
CQ |
|
CQ.LONG_INTERVAL : String
<static> The name of the long observation interval.
|
CQ |
|
CQ.LONG_INTERVAL_VALUE : Number
<static> The value in milliseconds of the long observation interval.
Defaults to 20000 (20 seconds).
|
CQ |
|
CQ.REQUEST_TIMEOUT : Number
<static>
The timeout in milliseconds to be used for requests.
Defaults to 600000 (10 minutes).
|
CQ |
|
CQ.SHORT_INTERVAL : String
<static> The name of the short observation interval.
|
CQ |
|
CQ.SHORT_INTERVAL_VALUE : Number
<static> The value in milliseconds of the short observation interval.
Defaults to 1000 (1 second).
|
CQ |
|
CQ.TREE_AUTOEXPAND_MAX : Number
<static> The maximum number of allowed child nodes for automatic (slingeclick)
expansion (defaults to 30) of th...
<static> The maximum number of allowed child nodes for automatic (slingeclick)
expansion (defaults to 30) of the tree in Site Admin or DAM Admin.
|
CQ |
|
CQ.VERY_LONG_INTERVAL : String
<static> The name of the very long observation interval.
|
CQ |
|
CQ.VERY_LONG_INTERVAL_VALUE : Number
<static> The value in milliseconds of the very long observation interval.
Defaults to 240000 (4 minutes).
|
CQ |
|
CQ.VERY_SHORT_INTERVAL : String
<static> The name of the very short observation interval.
|
CQ |
|
CQ.VERY_SHORT_INTERVAL_VALUE : Number
<static> The value in milliseconds of the very short observation interval.
Defaults to 200 (0.2 seconds).
|
CQ |
Public Methods
This class has no public methods.
Public Events
This class has no public events.