In the AtlasWebParts.js library, Atlas allows creating and using Web Parts, as covered in Chapter 3.
Method | Description |
|---|
get_allowZoneChange() | Retrieves whether a Web Part may be moved into another zone or not |
get_titleElement() | Retrieves the title element of the Web Part as an object |
get_zone() | Retrieves the current zone of the Web Part |
get_zoneIndex() | Retrieves the index of the current zone of the Web Part |
set_titleElement(value) | Sets the title element of the Web Part |
set_allowZoneChange(value) | Sets whether a Web Part may be moved into another zone or not |
set_zone(value) | Sets the current zone of the Web Part |
set_zoneIndex(value) | Sets the index of the current zone of the Web Part |