Class fgdc.control.KeywordSelector
				
				
Extends
					gxe.control.Control.
				
			
				Provides a popup dialog for the selection of keywords.
				
				
					
Defined in:  gxe.js.
				
			
| Constructor Attributes | Constructor Name and Description | 
|---|---|
- Fields borrowed from class gxe.control.Control:
- cfgObject, context, gxeId, htmlAttributes, htmlElement, htmlTag, htmlTextContent, parentControl, xmlNode, xmlParentElement
| Method Attributes | Method Name and Description | 
|---|---|
| _appendCheckBox(el, sLabel, sValue, bSelected)
								 Appends a checkbox option to the popup dialog. | 
- Methods borrowed from class gxe.control.Control:
- build, createHtmlElement, ensureVisibility, evaluateValue, execBuild, findFirstChildControl, focus, getLabelText, importCfgProperties, importHtmlAttributes, initialize, processCfgAttribute, processCfgElement, processChildren
- Events borrowed from class gxe.control.Control:
- fireOnEvent, onChildControlCreated, onEvent, onHtmlChildrenCreated, onHtmlElementCreated
					Method Detail
				
				
					 
					
					
					
					_appendCheckBox(el, sLabel, sValue, bSelected)
					
					
					
						Appends a checkbox option to the popup dialog.
						
						
					
					
					
					
						
							- Parameters:
- {Element} el
- the parent HTML element
- {String} sLabel
- the label
- {String} sValue
- a value associated with the checkbox
- {boolean} bSelected
- true if the box should be checked