Class CQ.wcm.Design
| Package: | CQ.wcm |
| Class: | Design |
| Extends: | Object |
| Clientlib: | cq.widgets |
A helper class providing client side information about a CQ design.
Public Properties
| |
content : Object
the content tree of this design
|
Design |
| |
path : String
the path of this design
|
Design |
Public Methods
| |
getContent() : Object
Returns the content of this design.
Returns the content of this design.
|
Design |
| |
getPath() : String
Returns the path of this design.
Returns the path of this design.
|
Design |
| |
getStyleEntry( String path ) : Object
Returns the style entry of this design for the given path
Returns the style entry of this design for the given path
Parameters:
path : Stringpath to the design entry
Returns:
|
Design |
| |
getStyleProperty( CQ.wcm.Cell cell, String name ) : Object
Returns the style property for the given cell.
Returns the style property for the given cell.
Parameters:
cell : CQ.wcm.Cellthe design cell name : Stringname of the entry
Returns:
|
Design |
Public Events
This class has no public events.