Class LOptionTag
Object
|
+--Lens
|
+--LOptionTag
- class
LOptionTag
- extends Lens
If given a primitive value on get, it will create an option with the
concrete tree as both the value and the text. If given an object o,
then o.value will be set as the value and o.text will be set as the text.
Whether an object or value is putback depends on what was given --
LOptionTag uses LCcond.
Defined in lens.js
|
Field Summary |
Object |
name
|
|
Constructor Summary |
LOptionTag(<Object> attribs, <Array> children)
|
name
Object name
LOptionTag
LOptionTag(<Object> attribs, <Array> children)
Parameters:
attribs - A property list of default attributes. It defaults to {}.
children - A list of default children; defaults to [].
Documentation generated by
JSDoc on Wed Feb 14 15:36:01 2007