- Contents
- 1. Introduction
- 2. Instance Methods
- 2.1. addChild
- 2.2. ajax
- 2.3. buildHtml
- 2.4. callInherited
- 2.5. confirm
- 2.6. displayNode
- 2.7. fire
- 2.8. flushNodeCache
- 2.9. get
- 2.10. getInherited
- 2.11. getNode
- 2.12. getNodeStyle
- 2.13. getNodeValue
- 2.14. getProvider
- 2.15. getValues
- 2.16. globalizeNode
- 2.17. inform
- 2.18. injectNodeHtml
- 2.19. insertOrWireUi
- 2.20. insertUi
- 2.21. kill
- 2.22. localize
- 2.23. removeChild
- 2.24. removeNode
- 2.25. removeUi
- 2.26. set
- 2.27. setInherited
- 2.28. setNodeClipRect
- 2.29. setNodeInnerHtml
- 2.30. setNodeOpacity
- 2.31. setNodeProperties
- 2.32. setNodeStyle
- 2.33. setNodeValue
- 2.34. showNode
- 2.35. toggle
- 2.36. unwire
- 2.37. unwireNode
- 2.38. unwireNodeEventsByMatch
- 2.39. unwireUi
- 2.40. updateUi
- 2.41. wire
- 2.42. wireNode
- 2.43. wireUi
- 3. Instance Properties
- 4. Set-get Properties
- 5. Static Methods
- 5.1. UizeDotCom.ParamsInspector.InlinePresets.fire
- 5.2. UizeDotCom.ParamsInspector.InlinePresets.get
- 5.3. UizeDotCom.ParamsInspector.InlinePresets.getBlankImageUrl
- 5.4. UizeDotCom.ParamsInspector.InlinePresets.registerProperties
- 5.5. UizeDotCom.ParamsInspector.InlinePresets.set
- 5.6. UizeDotCom.ParamsInspector.InlinePresets.spawn
- 5.7. UizeDotCom.ParamsInspector.InlinePresets.subclass
- 5.8. UizeDotCom.ParamsInspector.InlinePresets.toggle
- 5.9. UizeDotCom.ParamsInspector.InlinePresets.unwire
- 5.10. UizeDotCom.ParamsInspector.InlinePresets.wire
- 6. Static Properties
1. Introduction
A subclass of UizeDotCom.ParamsInspector that adds the ability to harvest the presets from an implied node whose inner HTML is formatted in the Simple Data format.
DEVELOPERS: Chris van Rensburg
1.1. Examples
There are no dedicated showcase example pages for the UizeDotCom.ParamsInspector.InlinePresets module.
SEARCH FOR EXAMPLES
Use the link below to search for example pages on the uize.com Web site that reference the UizeDotCom.ParamsInspector.InlinePresets module...
1.2. Implementation Info
The UizeDotCom.ParamsInspector.InlinePresets module defines the UizeDotCom.ParamsInspector.InlinePresets class, which is a subclass of UizeDotCom.ParamsInspector.
INHERITANCE CHAIN
Uize.Class -> Uize.Widget -> UizeDotCom.ParamsInspector -> UizeDotCom.ParamsInspector.InlinePresets
1.2.1. Features Introduced in This Module
The features listed in this section have been introduced in this module.
SET-GET PROPERTIES
1.2.2. Features Overridden in This Module
The features listed in this section have been overridden in this module.
The module that an overridden feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
SET-GET PROPERTIES
STATIC PROPERTIES
UizeDotCom.ParamsInspector.InlinePresets.moduleName | UizeDotCom.ParamsInspector.InlinePresets.nonInheritableStatics
1.2.3. Features Inherited From Other Modules
The features listed in this section have been inherited from other modules.
The module that an inherited feature was initially introduced in will be noted in the IMPLEMENTATION INFO notes for the feature.
INSTANCE METHODS
addChild | ajax | buildHtml | callInherited | confirm | displayNode | fire | flushNodeCache | get | getInherited | getNode | getNodeStyle | getNodeValue | getProvider | getValues | globalizeNode | inform | injectNodeHtml | insertOrWireUi | insertUi | kill | localize | removeChild | removeNode | removeUi | set | setInherited | setNodeClipRect | setNodeInnerHtml | setNodeOpacity | setNodeProperties | setNodeStyle | setNodeValue | showNode | toggle | unwire | unwireNode | unwireNodeEventsByMatch | unwireUi | updateUi | wire | wireNode | wireUi
INSTANCE PROPERTIES
SET-GET PROPERTIES
built | busy | busyInherited | children | container | enabled | enabledInherited | html | idPrefix | idPrefixConstruction | insertionMode | localized | name | nodeMap | wired
STATIC METHODS
UizeDotCom.ParamsInspector.InlinePresets.fire | UizeDotCom.ParamsInspector.InlinePresets.get | UizeDotCom.ParamsInspector.InlinePresets.getBlankImageUrl | UizeDotCom.ParamsInspector.InlinePresets.registerProperties | UizeDotCom.ParamsInspector.InlinePresets.set | UizeDotCom.ParamsInspector.InlinePresets.spawn | UizeDotCom.ParamsInspector.InlinePresets.subclass | UizeDotCom.ParamsInspector.InlinePresets.toggle | UizeDotCom.ParamsInspector.InlinePresets.unwire | UizeDotCom.ParamsInspector.InlinePresets.wire
STATIC PROPERTIES
1.2.4. Modules Directly Under This Namespace
There are no modules directly under this namespace.
1.2.5. Unit Tests
There is no dedicated unit tests module for the UizeDotCom.ParamsInspector.InlinePresets module.
2. Instance Methods
2.1. addChild
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.2. ajax
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.3. buildHtml
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.4. callInherited
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.5. confirm
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.6. displayNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.7. fire
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) |
2.8. flushNodeCache
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.9. get
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) |
2.10. getInherited
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.11. getNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.12. getNodeStyle
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.13. getNodeValue
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.14. getProvider
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.15. getValues
Inherited from UizeDotCom.ParamsInspector.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in UizeDotCom.ParamsInspector, first introduced in UizeDotCom.ParamsInspector) |
2.16. globalizeNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.17. inform
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.18. injectNodeHtml
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.19. insertOrWireUi
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.20. insertUi
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.21. kill
Inherited from Uize.Widget, but introduced in Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Class) |
2.22. localize
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.23. removeChild
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.24. removeNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.25. removeUi
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.26. set
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) |
2.27. setInherited
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.28. setNodeClipRect
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.29. setNodeInnerHtml
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.30. setNodeOpacity
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.31. setNodeProperties
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.32. setNodeStyle
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.33. setNodeValue
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.34. showNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.35. toggle
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) |
2.36. unwire
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) |
2.37. unwireNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.38. unwireNodeEventsByMatch
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.39. unwireUi
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.40. updateUi
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.41. wire
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) |
2.42. wireNode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
2.43. wireUi
Inherited from UizeDotCom.ParamsInspector, but introduced in Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in UizeDotCom.ParamsInspector, first introduced in Uize.Widget) |
3. Instance Properties
3.1. showConfirm
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
3.2. showInform
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4. Set-get Properties
4.1. built
Inherited from UizeDotCom.ParamsInspector, but introduced in Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in UizeDotCom.ParamsInspector, first introduced in Uize.Widget) |
4.2. busy
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.3. busyInherited
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.4. children
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.5. container
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.6. enabled
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.7. enabledInherited
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.8. html
Inherited from UizeDotCom.ParamsInspector, but introduced in Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in UizeDotCom.ParamsInspector, first introduced in Uize.Widget) |
4.9. idPrefix
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.10. idPrefixConstruction
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.11. insertionMode
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.12. localized
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.13. name
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.14. nodeMap
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
4.15. params
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in UizeDotCom.ParamsInspector) |
4.16. presets
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in UizeDotCom.ParamsInspector) |
4.17. settingsPropertyName
IMPLEMENTATION INFO
| this feature was introduced in this module |
4.18. wired
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) |
5. Static Methods
5.1. UizeDotCom.ParamsInspector.InlinePresets.fire
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.2. UizeDotCom.ParamsInspector.InlinePresets.get
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.3. UizeDotCom.ParamsInspector.InlinePresets.getBlankImageUrl
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) | |
| this static feature is inherited by subclasses |
5.4. UizeDotCom.ParamsInspector.InlinePresets.registerProperties
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.5. UizeDotCom.ParamsInspector.InlinePresets.set
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.6. UizeDotCom.ParamsInspector.InlinePresets.spawn
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) | |
| this static feature is inherited by subclasses |
5.7. UizeDotCom.ParamsInspector.InlinePresets.subclass
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.8. UizeDotCom.ParamsInspector.InlinePresets.toggle
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.9. UizeDotCom.ParamsInspector.InlinePresets.unwire
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
5.10. UizeDotCom.ParamsInspector.InlinePresets.wire
Inherited from Uize.Class.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Class, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
6. Static Properties
6.1. UizeDotCom.ParamsInspector.InlinePresets.isWired
Inherited from Uize.Widget.
IMPLEMENTATION INFO
this is an inherited feature (implementation is in Uize.Widget, first introduced in Uize.Widget) | |
| this static feature is inherited by subclasses |
6.2. UizeDotCom.ParamsInspector.InlinePresets.moduleName
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class) | |
| this static feature is inherited by subclasses |
6.3. UizeDotCom.ParamsInspector.InlinePresets.nonInheritableStatics
IMPLEMENTATION INFO
this is an override of an inherited feature (implementation is in this module, first introduced in Uize.Class) | |
| this static feature is not inherited by subclasses |