Metadata
- Source
- FLUID-4188
- Type
- Improvement
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- y z
- Reporter
- Antranig Basman
- Created
2011-04-18T22:15:51.308-0400 - Updated
2014-03-03T13:11:05.068-0500 - Versions
-
- 1.3.1
- Fixed Versions
-
- 1.4
- Component
-
- Renderer
Description
Right now, adding a style class decorator in a renderer tree to transfer a value from a component's "styles" block requires the following kind of locution:
{ type: "addClass",
classes: that.options.styles.columnValue
}]
which prevents the tree from being expressed declaratively. A syntax or EL form needs to be supplied to resolve these references directly.