blueshoes php application framework and cms            javascript_components
[ class tree: javascript_components ] [ index: javascript_components ] [ all elements ]

Element index for package javascript_components

[ 0 ] [ a ] [ b ] [ c ] [ d ] [ e ] [ f ] [ g ] [ h ] [ i ] [ j ] [ l ] [ m ] [ n ] [ o ] [ p ] [ r ] [ s ] [ t ] [ u ] [ v ] [ w ] [ y ] [ z ] [ _ ]

_

$_constructor
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$_constructor (subpackage: checkbox)
$_constructor
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$_constructor (subpackage: colorpicker)
$_elementId
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$_elementId (subpackage: colorpicker)
$_elm
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$_elm (subpackage: colorpicker)
$_constructor
in file Bs_DataGrid.class.js.php, variable Bs_DataGrid::$_constructor (subpackage: datagrid)
$_constructor
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$_constructor (subpackage: datepicker)
$_constructor
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$_constructor (subpackage: dropdown)
_selectFieldOnKeyDown
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::_selectFieldOnKeyDown() (subpackage: dropdown)
    Fires on typing in the select input field.
_textFieldOnBlur
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::_textFieldOnBlur() (subpackage: dropdown)
    Fires when the text input field loses focus. used internally.
_textFieldOnKeyDown
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::_textFieldOnKeyDown() (subpackage: dropdown)
    Fires on typing in the text input field.
_updateButtons
in file Bs_Editor.class.js.php, method Bs_Editor::_updateButtons() (subpackage: editor)
    fires onkeyup in the editor.
$_constructor
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$_constructor (subpackage: flipflop)
_constructor
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::_constructor() (subpackage: flipflop)
    constructor.
$_constructor
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$_constructor (subpackage: limitedtextarea)
$_constructor
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$_constructor (subpackage: numberfield)
$_elementId
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$_elementId (subpackage: numberfield)
$_elm
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$_elm (subpackage: numberfield)
$_value
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$_value (subpackage: numberfield)
$_containerElm
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$_containerElm (subpackage: resizegrip)
$_containerHeight
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$_containerHeight (subpackage: resizegrip)
$_containerId
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$_containerId (subpackage: resizegrip)
$_containerWidth
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$_containerWidth (subpackage: resizegrip)
$_startX
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$_startX (subpackage: resizegrip)
$_startY
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$_startY (subpackage: resizegrip)
$_constructor
in file Bs_Slider.class.js.php, variable Bs_Slider::$_constructor (subpackage: slider)
$_currentCellLastValue
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$_currentCellLastValue (subpackage: spreadsheet)
    need in case the user cancels the edit mode to write it back.
_readFromClipboard
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::_readFromClipboard() (subpackage: spreadsheet)
$_constructor
in file Bs_TabSet.class.js.php, variable Bs_TabSet::$_constructor (subpackage: tabset)
$_outerElmId
in file Bs_TabSet.class.js.php, variable Bs_TabSet::$_outerElmId (subpackage: tabset)
$_buttons
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$_buttons (subpackage: toolbar)
    references to the button objects.
$_constructor
in file Bs_Button.class.js.php, variable Bs_Button::$_constructor (subpackage: toolbar)
$_constructor
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$_constructor (subpackage: toolbar)
_getId
in file Bs_Button.class.js.php, method Bs_Button::_getId() (subpackage: toolbar)
$_constructor
in file Bs_Tree.class.js.php, variable Bs_Tree::$_constructor (subpackage: tree)
$_currentActiveElement
in file Bs_Tree.class.js.php, variable Bs_Tree::$_currentActiveElement (subpackage: tree)
    the currently "active" tree element, if any.
$_elementSequence
in file Bs_Tree.class.js.php, variable Bs_Tree::$_elementSequence (subpackage: tree)
    sequence used to give tree elements a unique id.
$_level
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$_level (subpackage: tree)
    the level this element is in. think about the identing.
$_tree
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$_tree (subpackage: tree)
    reference to the tree object.
_afterImgPreload
in file Bs_Tree.class.js.php, method Bs_Tree::_afterImgPreload() (subpackage: tree)
_imgPreload
in file Bs_Tree.class.js.php, method Bs_Tree::_imgPreload() (subpackage: tree)
$_objectName
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$_objectName (subpackage: wysiwyg)
_snippetUpdateNames
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::_snippetUpdateNames() (subpackage: wysiwyg)
top

a

attachOnChange
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::attachOnChange() (subpackage: checkbox)
    Attaches an onChange event. (currently overwrites any previosly attached function)
attachOnClick
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::attachOnClick() (subpackage: checkbox)
    Attaches an onClick event. (currently overwrites any previosly attached function)
attachEvent
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::attachEvent() (subpackage: colorpicker)
    attaches an event.
$autoAdd
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$autoAdd (subpackage: dropdown)
    If set to TRUE, a new text string gets automatically added to the select list.
addOption
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::addOption() (subpackage: dropdown)
    Add an option to the list.
attachEvent
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::attachEvent() (subpackage: dropdown)
    Attaches an event like onChange, onMouseOver, onClickCaption ... a.s.o.
attachEvent
in file Bs_Editor.class.js.php, method Bs_Editor::attachEvent() (subpackage: editor)
    attaches an event.
alertMaxSelectionWarning
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::alertMaxSelectionWarning() (subpackage: flipflop)
    alerts the "max selection reached" warning. no more options can be selected, unless others are dropped.
attachEvent
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::attachEvent() (subpackage: flipflop)
    attaches an event.
attachEvent
in file Bs_NumberField.class.js.php, method Bs_NumberField::attachEvent() (subpackage: numberfield)
    attaches an event.
$allowNoSelection
in file Bs_Radio.class.js.php, variable Bs_Radio::$allowNoSelection (subpackage: radio)
    should it be possible to remove the selection from all options? if so, set this to true. then a click on an already selected option will remove the selection.
addOption
in file Bs_Radio.class.js.php, method Bs_Radio::addOption() (subpackage: radio)
    adds the given option to the radio options.
attachEvent
in file Bs_Radio.class.js.php, method Bs_Radio::attachEvent() (subpackage: radio)
    Attaches an event like onChange, onMouseOver, onClickCaption ... a.s.o.
$arrowAmount
in file Bs_Slider.class.js.php, variable Bs_Slider::$arrowAmount (subpackage: slider)
    How much units to slide on an arrow click.
attachEvent
in file Bs_Slider.class.js.php, method Bs_Slider::attachEvent() (subpackage: slider)
    Attaches an event like onChange, onMouseOver, onClickCaption ... a.s.o.
attachOnArrow
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnArrow() (subpackage: slider)
    Attache a global JS-fuction that will be called.
attachOnChange
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnChange() (subpackage: slider)
    Attache a global JS-fuction that will be called.
attachOnInputBlur
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnInputBlur() (subpackage: slider)
    Attache a global JS-fuction that will be called.
attachOnInputChange
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnInputChange() (subpackage: slider)
    Attache a global JS-fuction that will be called.
attachOnSlideEnd
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnSlideEnd() (subpackage: slider)
    Attache a global JS-fuction that will be called.
attachOnSlideMove
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnSlideMove() (subpackage: slider)
    Attache a global JS-fuction that will be called.
attachOnSlideStart
in file Bs_Slider.class.js.php, method Bs_Slider::attachOnSlideStart() (subpackage: slider)
    Attache a global JS-fuction that will be called.
addCol
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::addCol() (subpackage: spreadsheet)
    add a col into the data array
addRow
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::addRow() (subpackage: spreadsheet)
    add a row into the data array
addTab
in file Bs_TabSet.class.js.php, method Bs_TabSet::addTab() (subpackage: tabset)
$action
in file Bs_Button.class.js.php, variable Bs_Button::$action (subpackage: toolbar)
    the action that should be done once the button got pushed.
$actualizeFromChildren
in file Bs_Button.class.js.php, variable Bs_Button::$actualizeFromChildren (subpackage: toolbar)
    if this button has a children bar and a child element is clicked, should this button be updated?
$alignment
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$alignment (subpackage: toolbar)
    how the toolbar shoud be aligned.
addButton
in file Bs_ButtonBar.class.js.php, method Bs_ButtonBar::addButton() (subpackage: toolbar)
attachEvent
in file Bs_Button.class.js.php, method Bs_Button::attachEvent() (subpackage: toolbar)
    attach functions and code that fires on events.
attachFireOff
in file Bs_Button.class.js.php, method Bs_Button::attachFireOff() (subpackage: toolbar)
$afterCaptionSpan
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$afterCaptionSpan (subpackage: tree)
    html code that's put inside a span tag and displayed after the caption text.
$autoCollapse
in file Bs_Tree.class.js.php, variable Bs_Tree::$autoCollapse (subpackage: tree)
    if set to true then only one node can be open at a time.
addChild
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::addChild() (subpackage: tree)
    adds a treeElement child to this tree element (at the bottom).
addChildByArray
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::addChildByArray() (subpackage: tree)
    adds a tree element based on the data given.
addToRegisterCustom1
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::addToRegisterCustom1() (subpackage: wysiwyg)
    adds a button to the "custom 1" register.
attachEvent
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::attachEvent() (subpackage: wysiwyg)
    attaches an event.
top

b

bsSpecialCharsDoneCallback
in file Bs_Editor.class.js.php, function bsSpecialCharsDoneCallback()
bsSpecialCharsOnloadCallback
in file Bs_Editor.class.js.php, function bsSpecialCharsOnloadCallback()
    the popup-opened special chars selector window.
bsWysiwygEditorEventWrapper
in file Bs_Editor.class.js.php, function bsWysiwygEditorEventWrapper()
bsWysiwygEditorObdWrapper
in file Bs_Editor.class.js.php, function bsWysiwygEditorObdWrapper()
    similar to bsWysiwygEditorOnBlurWrapper() so look there.
bsWysiwygEditorOnBlurWrapper
in file Bs_Editor.class.js.php, function bsWysiwygEditorOnBlurWrapper()
    function gets triggered by onBlur event of the editable area if in toolbar mode.
bsWysiwygEditorOnFocusWrapper
in file Bs_Editor.class.js.php, function bsWysiwygEditorOnFocusWrapper()
bsWysiwygToolbarOnloadCallback
in file Bs_Wysiwyg.class.js.php, function bsWysiwygToolbarOnloadCallback()
bs_colPic_blur
in file Bs_ColorPicker.class.js.php, function bs_colPic_blur()
    has to be in the global scope
bs_colPic_openWindow
in file Bs_ColorPicker.class.js.php, function bs_colPic_openWindow()
    has to be in the global scope
bs_dp_inputFieldBlur
in file Bs_DatePicker.class.js.php, function bs_dp_inputFieldBlur()
bs_dp_inputFieldChange
in file Bs_DatePicker.class.js.php, function bs_dp_inputFieldChange()
bs_lt_checkLength
in file Bs_LimitedTextarea.class.js.php, function bs_lt_checkLength()
    unfortunately needs to be in the global scope. :/
bs_move_move
in file Bs_Editor.class.js.php, function bs_move_move()
bs_move_moveEnd
in file Bs_Editor.class.js.php, function bs_move_moveEnd()
bs_move_moveStart
in file Bs_Editor.class.js.php, function bs_move_moveStart()
bs_numberFieldBlur
in file Bs_NumberField.class.js.php, function bs_numberFieldBlur()
bs_numberFieldFocus
in file Bs_NumberField.class.js.php, function bs_numberFieldFocus()
bs_numberFieldKeyDown
in file Bs_NumberField.class.js.php, function bs_numberFieldKeyDown()
bs_numberFieldKeyUp
in file Bs_NumberField.class.js.php, function bs_numberFieldKeyUp()
bs_numberFieldRedraw
in file Bs_NumberField.class.js.php, function bs_numberFieldRedraw()
bs_numberFieldWheel
in file Bs_NumberField.class.js.php, function bs_numberFieldWheel()
bs_radio_onClickLabel
in file Bs_Radio.class.js.php, function bs_radio_onClickLabel()
    unfortunately, this internal wrapper function needs to be in the global scope.
bs_rg_resize
in file Bs_ResizeGrip.class.js.php, function bs_rg_resize()
    resize stuff, needs to be in the global scope :/
bs_rg_resizeEnd
in file Bs_ResizeGrip.class.js.php, function bs_rg_resizeEnd()
bs_ss_pageLoaded
in file Bs_SpreadSheet.class.js.php, function bs_ss_pageLoaded()
    init.
Bs_ColorPicker.class.js.php
procedural page Bs_ColorPicker.class.js.php
Bs_DatePicker.class.js.php
procedural page Bs_DatePicker.class.js.php
Bs_Editor.class.js.php
procedural page Bs_Editor.class.js.php
Bs_LimitedTextarea.class.js.php
procedural page Bs_LimitedTextarea.class.js.php
Bs_NumberField.class.js.php
procedural page Bs_NumberField.class.js.php
Bs_Radio.class.js.php
procedural page Bs_Radio.class.js.php
Bs_ResizeGrip.class.js.php
procedural page Bs_ResizeGrip.class.js.php
Bs_SpreadSheet.class.js.php
procedural page Bs_SpreadSheet.class.js.php
Bs_Wysiwyg.class.js.php
procedural page Bs_Wysiwyg.class.js.php
Bs_Checkbox
in file Bs_Checkbox.class.js.php, class Bs_Checkbox (subpackage: checkbox)
    A Checkbox Component.
Bs_Checkbox.class.js.php
procedural page Bs_Checkbox.class.js.php (subpackage: checkbox)
$bsImgDir
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$bsImgDir (subpackage: colorpicker)
    the blueshoes image directory.
$button
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$button (subpackage: colorpicker)
    instance of Bs_Button. the button that opens the color picker.
Bs_ColorPicker
in file Bs_ColorPicker.class.js.php, class Bs_ColorPicker (subpackage: colorpicker)
    Color Picker class.
Bs_DataGrid
in file Bs_DataGrid.class.js.php, class Bs_DataGrid (subpackage: datagrid)
    Includes (+Dependences):
bs_datagrid_sort
in file Bs_DataGrid.class.js.php, function bs_datagrid_sort() (subpackage: datagrid)
Bs_DataGrid.class.js.php
procedural page Bs_DataGrid.class.js.php (subpackage: datagrid)
Bs_DatePicker
in file Bs_DatePicker.class.js.php, class Bs_DatePicker (subpackage: datepicker)
    JavaScript DatePicker Component.
Bs_Dropdown
in file Bs_Dropdown.class.js.php, class Bs_Dropdown (subpackage: dropdown)
    JavaScript Editable Dropdown Component.
Bs_Dropdown.class.js.php
procedural page Bs_Dropdown.class.js.php (subpackage: dropdown)
$bsImgPath
in file Bs_Editor.class.js.php, variable Bs_Editor::$bsImgPath (subpackage: editor)
    the path to the blueshoes images.
$buttonsDefaultPath
in file Bs_Editor.class.js.php, variable Bs_Editor::$buttonsDefaultPath (subpackage: editor)
    if the buttons (defined in this.buttonsWysiwyg etc) dont' have an imgPath setting then this path will be applied.
$buttonsHtml
in file Bs_Editor.class.js.php, variable Bs_Editor::$buttonsHtml (subpackage: editor)
    array with the button specs of the html tab.
$buttonsText
in file Bs_Editor.class.js.php, variable Bs_Editor::$buttonsText (subpackage: editor)
    array with the button specs of the text tab.
$buttonsWysiwyg
in file Bs_Editor.class.js.php, variable Bs_Editor::$buttonsWysiwyg (subpackage: editor)
    array with the button specs of the wysiwyg tab.
Bs_Editor
in file Bs_Editor.class.js.php, class Bs_Editor (subpackage: editor)
    Bs_Editor.class.js - clientside [wysiwyg] editor.
$buttonDeselect
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$buttonDeselect (subpackage: flipflop)
    reference to the 'de-select' button.
$buttonDeselectAll
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$buttonDeselectAll (subpackage: flipflop)
    reference to the 'de-select-all' button.
$buttonSelect
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$buttonSelect (subpackage: flipflop)
    reference to the 'select' button.
$buttonSelectAll
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$buttonSelectAll (subpackage: flipflop)
    reference to the 'select-all' button.
Bs_FlipFlop
in file Bs_FlipFlop.class.js.php, class Bs_FlipFlop (subpackage: flipflop)
    A "better" multiple select field.
Bs_FlipFlop.class.js.php
procedural page Bs_FlipFlop.class.js.php (subpackage: flipflop)
Bs_LimitedTextarea
in file Bs_LimitedTextarea.class.js.php, class Bs_LimitedTextarea (subpackage: limitedtextarea)
    Includes (+Dependences):
$buttonDown
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$buttonDown (subpackage: numberfield)
$buttonUp
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$buttonUp (subpackage: numberfield)
Bs_NumberField
in file Bs_NumberField.class.js.php, class Bs_NumberField (subpackage: numberfield)
    Text field for numbers.
Bs_Radio
in file Bs_Radio.class.js.php, class Bs_Radio (subpackage: radio)
    Radio Field.
Bs_ResizeGrip
in file Bs_ResizeGrip.class.js.php, class Bs_ResizeGrip (subpackage: resizegrip)
    Resize Grip to resize a window/div/whatever.
$baseZindex
in file Bs_Slider.class.js.php, variable Bs_Slider::$baseZindex (subpackage: slider)
    The z-index the slider will use. you may want to change this if you have elements on your page that overlap this slider (floating stuff or so).
$bgColor
in file Bs_Slider.class.js.php, variable Bs_Slider::$bgColor (subpackage: slider)
    The background color. hex code or named color.
Bs_Slider
in file Bs_Slider.class.js.php, class Bs_Slider (subpackage: slider)
    A Slider Component.
Bs_Slider.class.js.php
procedural page Bs_Slider.class.js.php (subpackage: slider)
$buttonsPath
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$buttonsPath (subpackage: spreadsheet)
    the image path for the button toolbar.
Bs_SpreadSheet
in file Bs_SpreadSheet.class.js.php, class Bs_SpreadSheet (subpackage: spreadsheet)
    Bs_SpreadSheet.class.js - clientside spreadsheet editor, excel-like.
Bs_TabSet
in file Bs_TabSet.class.js.php, class Bs_TabSet (subpackage: tabset)
    A TabSet Component.
Bs_TabSet.class.js.php
procedural page Bs_TabSet.class.js.php (subpackage: tabset)
$backgroundColor
in file Bs_Button.class.js.php, variable Bs_Button::$backgroundColor (subpackage: toolbar)
    you can overwrite the background color that is specified in the css.
Bs_Button
in file Bs_Button.class.js.php, class Bs_Button (subpackage: toolbar)
    a button.
Bs_ButtonBar
in file Bs_ButtonBar.class.js.php, class Bs_ButtonBar (subpackage: toolbar)
    a button bar (aka toolbar).
Bs_ButtonBar.class.js.php
procedural page Bs_ButtonBar.class.js.php (subpackage: toolbar)
Bs_Button.class.js.php
procedural page Bs_Button.class.js.php (subpackage: toolbar)
$beforeCaptionSpan
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$beforeCaptionSpan (subpackage: tree)
    html code that's put inside a span tag and displayed before the caption text.
$beforeIconSpan
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$beforeIconSpan (subpackage: tree)
    html code that's put inside a span tag and displayed before the "folder" icon.
Bs_Tree
in file Bs_Tree.class.js.php, class Bs_Tree (subpackage: tree)
    features:
  • all the normal behavior you know from a tree.
Bs_TreeElement
in file Bs_TreeElement.class.js.php, class Bs_TreeElement (subpackage: tree)
    Bs_TreeElement class.
Bs_TreeElement.class.js.php
procedural page Bs_TreeElement.class.js.php (subpackage: tree)
Bs_Tree.class.js.php
procedural page Bs_Tree.class.js.php (subpackage: tree)
Bs_Wysiwyg
in file Bs_Wysiwyg.class.js.php, class Bs_Wysiwyg (subpackage: wysiwyg)
    !!! DEPRECATED !!!
top

c

$caption
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$caption (subpackage: checkbox)
    if a caption is used then it will be clickable (if the checkbox is not disabled).
$checkboxName
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$checkboxName (subpackage: checkbox)
    When submitting the form, you'll receive the checkbox value under this name.
convertField
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::convertField() (subpackage: checkbox)
    converts an existing standard checkbox field into a Bs_Checkbox field on the fly.
$colorizeBackground
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$colorizeBackground (subpackage: colorpicker)
    if the "background feature" should be used.
cleanHexCode
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::cleanHexCode() (subpackage: colorpicker)
    removes the trailing '#', converts to uppercase.
convertField
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::convertField() (subpackage: datepicker)
    takes an existing html form field (of type text) and upgrades it into a Bs_DatePicker field.
$classInput
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$classInput (subpackage: dropdown)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
$classSelect
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$classSelect (subpackage: dropdown)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
convertField
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::convertField() (subpackage: dropdown)
    takes an existing html form field (of type text) and converts it into a Bs_Dropdown field.
callbackWindowColor
in file Bs_Editor.class.js.php, method Bs_Editor::callbackWindowColor() (subpackage: editor)
    called from the windowColor, telling us that it's loaded.
callbackWindowFont
in file Bs_Editor.class.js.php, method Bs_Editor::callbackWindowFont() (subpackage: editor)
    called from the windowFont, telling us that it's loaded.
callbackWindowHref
in file Bs_Editor.class.js.php, method Bs_Editor::callbackWindowHref() (subpackage: editor)
    called from the windowHref, telling us that it's loaded.
callbackWindowImage
in file Bs_Editor.class.js.php, method Bs_Editor::callbackWindowImage() (subpackage: editor)
    called from the windowImage, telling us that it's loaded.
convertField
in file Bs_Editor.class.js.php, method Bs_Editor::convertField() (subpackage: editor)
    like drawInto() but uses an existing textarea form field.
createImage
in file Bs_Editor.class.js.php, method Bs_Editor::createImage() (subpackage: editor)
    inserts an image, or, if an image is currently selected, updates it.
createLink
in file Bs_Editor.class.js.php, method Bs_Editor::createLink() (subpackage: editor)
    creates/updates the link at the current position/for the current selection..
$captionLineClass
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$captionLineClass (subpackage: flipflop)
    the css class for the this.showCaptionLine feature.
convertField
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::convertField() (subpackage: flipflop)
    replaces the existing select field specified with the flipflop fields.
checkLength
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::checkLength() (subpackage: limitedtextarea)
    checks the current value, and cuts if needed.
$captionAsTitleText
in file Bs_Radio.class.js.php, variable Bs_Radio::$captionAsTitleText (subpackage: radio)
    if set to true then the caption will be used as title text only on the radio icons.
$constructor
in file Bs_Radio.class.js.php, variable Bs_Radio::$constructor (subpackage: radio)
$cssClass
in file Bs_Radio.class.js.php, variable Bs_Radio::$cssClass (subpackage: radio)
    the css class to use. not specified = none.
$cssStyle
in file Bs_Radio.class.js.php, variable Bs_Radio::$cssStyle (subpackage: radio)
    the css style to use. not specified = none.
constructor
in file Bs_Radio.class.js.php, method Bs_Radio::constructor() (subpackage: radio)
    constructor
convertField
in file Bs_Radio.class.js.php, method Bs_Radio::convertField() (subpackage: radio)
    uses an existing standard radio field and 'upgrades' it to a bs_radio field.
$constructor
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$constructor (subpackage: resizegrip)
constructor
in file Bs_ResizeGrip.class.js.php, method Bs_ResizeGrip::constructor() (subpackage: resizegrip)
    constructor.
$colorbar
in file Bs_Slider.class.js.php, variable Bs_Slider::$colorbar (subpackage: slider)
    If and how the colorbar feature should be used.
calculateCellHeight
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::calculateCellHeight() (subpackage: spreadsheet)
    calculates the height for each row.
calculateCellSizes
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::calculateCellSizes() (subpackage: spreadsheet)
    !!! not used [anymore?] !!!
calculateCellWidth
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::calculateCellWidth() (subpackage: spreadsheet)
    calculates the width for each column.
cellSelect
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::cellSelect() (subpackage: spreadsheet)
    selects a new cell. deselects the curently selected cell.
$caption
in file Bs_Button.class.js.php, variable Bs_Button::$caption (subpackage: toolbar)
    if you want to place a text next to the image that is always visible, use this var.
$cssClassDefault
in file Bs_Button.class.js.php, variable Bs_Button::$cssClassDefault (subpackage: toolbar)
$cssClassMouseDown
in file Bs_Button.class.js.php, variable Bs_Button::$cssClassMouseDown (subpackage: toolbar)
$cssClassMouseOver
in file Bs_Button.class.js.php, variable Bs_Button::$cssClassMouseOver (subpackage: toolbar)
$caption
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$caption (subpackage: tree)
    the visible text.
$captionBgColor
in file Bs_Tree.class.js.php, variable Bs_Tree::$captionBgColor (subpackage: tree)
    the background color that is used on the caption if the tree element is active.
$checkboxName
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$checkboxName (subpackage: tree)
    the name of the checkbox. not defined = don't use it.
$checkboxSystemGuiNochange
in file Bs_Tree.class.js.php, variable Bs_Tree::$checkboxSystemGuiNochange (subpackage: tree)
    if set to true then the user cannot change things by clicking.
$checkboxSystemIfPartlyThenFull
in file Bs_Tree.class.js.php, variable Bs_Tree::$checkboxSystemIfPartlyThenFull (subpackage: tree)
    if a checkbox is checked partly, and one clicks it, what should happen? we can check it completely, or uncheck it.
$checkboxSystemImgDir
in file Bs_Tree.class.js.php, variable Bs_Tree::$checkboxSystemImgDir (subpackage: tree)
    if you want to use other icons than the default ones, you can specify another path here. there are different ones to chose from, and you can even create your own (path/icons) (just keep the same file names...).
$checkboxSystemWalkTree
in file Bs_Tree.class.js.php, variable Bs_Tree::$checkboxSystemWalkTree (subpackage: tree)
    how the checkboxes should walk the tree if a checkbox value changes.
top

d

$disabled
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$disabled (subpackage: checkbox)
    checkbox can be disabled. then it's value cannot be changed.
draw
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::draw() (subpackage: checkbox)
    DEPRECATED.
drawInto
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::drawInto() (subpackage: checkbox)
    Renders the checkbox component and places it into the tag specified.
draw
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::draw() (subpackage: colorpicker)
    draws the open-picker button.
drawInto
in file Bs_DataGrid.class.js.php, method Bs_DataGrid::drawInto() (subpackage: datagrid)
    Renders the component and places it into the tag specified.
$dateFormat
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dateFormat (subpackage: datepicker)
    How the date should be shown to the user and submitted to the server.
$dateInputClassName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dateInputClassName (subpackage: datepicker)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
$dayBgColor
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayBgColor (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayBgColorActive
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayBgColorActive (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayBgColorOver
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayBgColorOver (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayClassName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayClassName (subpackage: datepicker)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
$dayFontColor
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayFontColor (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayFontColorActive
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayFontColorActive (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayHeaderBgColor
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayHeaderBgColor (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayHeaderClassName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayHeaderClassName (subpackage: datepicker)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
$dayHeaderFontColor
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayHeaderFontColor (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$daysEn
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$daysEn (subpackage: datepicker)
    The english day names.
$daysNumChars
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$daysNumChars (subpackage: datepicker)
    The number of chars to display for the abbreviated day names.
$dayTableAttributeString
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayTableAttributeString (subpackage: datepicker)
    The table attributes of the day table.
$dayTableBgColor
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayTableBgColor (subpackage: datepicker)
    Customize look. By setting a collor code (e.g. '#D4D0C8') or collor string (e.g. 'white') you can customize the look.
$dayTableClassName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$dayTableClassName (subpackage: datepicker)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
$displayDateFormat
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$displayDateFormat (subpackage: datepicker)
    How the date should be shown to the user.
dateToIsoDate
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::dateToIsoDate() (subpackage: datepicker)
    Takes any date and converts it to iso date.
drawInto
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::drawInto() (subpackage: datepicker)
    Renders the datepicker component and places it into the page.
$disabled
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$disabled (subpackage: dropdown)
    Dropdown can be disabled. then it's value cannot be changed.
drawInto
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::drawInto() (subpackage: dropdown)
    Renders the dropdown component and places it into the tag specified.
$dataContainer
in file Bs_Editor.class.js.php, variable Bs_Editor::$dataContainer (subpackage: editor)
    can be used to stick in any data.
$dataType
in file Bs_Editor.class.js.php, variable Bs_Editor::$dataType (subpackage: editor)
    the data type of the data that gets edited.
drawAsToolbar
in file Bs_Editor.class.js.php, method Bs_Editor::drawAsToolbar() (subpackage: editor)
    renders the toolbar.
drawInto
in file Bs_Editor.class.js.php, method Bs_Editor::drawInto() (subpackage: editor)
    draws the editor into the tag specified.
deselectAll
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::deselectAll() (subpackage: flipflop)
    moves all items of the 'selected' field to the 'available' field.
deselectSelected
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::deselectSelected() (subpackage: flipflop)
    moves the selected items of the 'selected' field to the 'available' field.
draw
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::draw() (subpackage: limitedtextarea)
$drawButtonsInside
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$drawButtonsInside (subpackage: numberfield)
decrease
in file Bs_NumberField.class.js.php, method Bs_NumberField::decrease() (subpackage: numberfield)
    decreases the value by 1.
draw
in file Bs_NumberField.class.js.php, method Bs_NumberField::draw() (subpackage: numberfield)
$disabled
in file Bs_Radio.class.js.php, variable Bs_Radio::$disabled (subpackage: radio)
    no change can be made.
draw
in file Bs_Radio.class.js.php, method Bs_Radio::draw() (subpackage: radio)
    DEPRECATED USE drawInto()
drawInto
in file Bs_Radio.class.js.php, method Bs_Radio::drawInto() (subpackage: radio)
    this method renders the option specified into the tag specified.
draw
in file Bs_ResizeGrip.class.js.php, method Bs_ResizeGrip::draw() (subpackage: resizegrip)
    does the rendering job; adds the resize grip to the container.
$direction
in file Bs_Slider.class.js.php, variable Bs_Slider::$direction (subpackage: slider)
    The slider direction (horizontal/vertical)
draw
in file Bs_Slider.class.js.php, method Bs_Slider::draw() (subpackage: slider)
    DEPRECATED.
drawInto
in file Bs_Slider.class.js.php, method Bs_Slider::drawInto() (subpackage: slider)
    Renders the checkbox component and places it into the page.
$debug
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$debug (subpackage: spreadsheet)
    are we in debug mode or not? default is false.
$defaultCellHeight
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$defaultCellHeight (subpackage: spreadsheet)
    default cell height in pixels. default is 20.
$defaultCellWidth
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$defaultCellWidth (subpackage: spreadsheet)
    default cell width in pixels. default is 80.
draw
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::draw() (subpackage: spreadsheet)
    [re]draws the editor.
draw
in file Bs_TabSet.class.js.php, method Bs_TabSet::draw() (subpackage: tabset)
dragStart
in file Bs_Button.class.js.php, method Bs_Button::dragStart() (subpackage: toolbar)
drawInto
in file Bs_ButtonBar.class.js.php, method Bs_ButtonBar::drawInto() (subpackage: toolbar)
    renders this into the element specified.
drawInto
in file Bs_Button.class.js.php, method Bs_Button::drawInto() (subpackage: toolbar)
    renders this into the element specified.
drawOut
in file Bs_ButtonBar.class.js.php, method Bs_ButtonBar::drawOut() (subpackage: toolbar)
    renders this using writeln().
drawOut
in file Bs_Button.class.js.php, method Bs_Button::drawOut() (subpackage: toolbar)
    renders this using writeln().
$dataContainer
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$dataContainer (subpackage: tree)
    can be used to stick in any data.
$divStyle
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$divStyle (subpackage: tree)
    see Bs_Tree->divStyle, it's the same, you can simply overwrite it here.
$divStyle
in file Bs_Tree.class.js.php, variable Bs_Tree::$divStyle (subpackage: tree)
    a css style string to use on the div.
$draggable
in file Bs_Tree.class.js.php, variable Bs_Tree::$draggable (subpackage: tree)
    tells if the tree elements are draggable or not.
debugDumpTree
in file Bs_Tree.class.js.php, method Bs_Tree::debugDumpTree() (subpackage: tree)
    debug method to see the tree content in a js alert box.
draw
in file Bs_Tree.class.js.php, method Bs_Tree::draw() (subpackage: tree)
    outputs the tree as rendered html to the browser (document.writeln).
drawInto
in file Bs_Tree.class.js.php, method Bs_Tree::drawInto() (subpackage: tree)
$dataContainer
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$dataContainer (subpackage: wysiwyg)
    can be used to stick in any data.
$dataType
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$dataType (subpackage: wysiwyg)
    the data type of the data that gets edited.
drawAsToolbar
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::drawAsToolbar() (subpackage: wysiwyg)
    renders the toolbar, but it's not visible by default. use toggleToolbar().
drawInto
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::drawInto() (subpackage: wysiwyg)
    draws the editor into the tag specified.
top

e

editorCancel
in file Bs_SpreadSheet.class.js.php, function editorCancel()
editorSave
in file Bs_SpreadSheet.class.js.php, function editorSave()
editorStart
in file Bs_SpreadSheet.class.js.php, function editorStart()
$editareaOnPaste
in file Bs_Editor.class.js.php, variable Bs_Editor::$editareaOnPaste (subpackage: editor)
    what should be done on a paste operation, what kind of pasts are accepted?
$editorCssFile
in file Bs_Editor.class.js.php, variable Bs_Editor::$editorCssFile (subpackage: editor)
    a css style file to use in the editor area.
$editorCssString
in file Bs_Editor.class.js.php, variable Bs_Editor::$editorCssString (subpackage: editor)
    a css style string to use in the editor area.
$editorI
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$editorI (subpackage: spreadsheet)
    don't recall what this was for, but it's needed.
$editorJ
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$editorJ (subpackage: spreadsheet)
    don't recall what this was for, but it's needed.
editCellEnd
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::editCellEnd() (subpackage: spreadsheet)
    stops edit mode for the given cell, goes back into active mode.
editCellStart
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::editCellStart() (subpackage: spreadsheet)
    makes the given cell the active one, starts edit mode.
emptyValue
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::emptyValue() (subpackage: spreadsheet)
    removes the content of a cell, col, row or the whole table.
exportDataToCsv
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::exportDataToCsv() (subpackage: spreadsheet)
    exports the data, and only the data (no style information) to cvs format.
elementCheckboxEvent
in file Bs_Tree.class.js.php, method Bs_Tree::elementCheckboxEvent() (subpackage: tree)
elementClose
in file Bs_Tree.class.js.php, method Bs_Tree::elementClose() (subpackage: tree)
    closes the tree-element with the given id.
elementCloseWalkDown
in file Bs_Tree.class.js.php, method Bs_Tree::elementCloseWalkDown() (subpackage: tree)
    same as elementClose but also walks down the tree (to the leaf) closing all children.
elementCloseWalkUp
in file Bs_Tree.class.js.php, method Bs_Tree::elementCloseWalkUp() (subpackage: tree)
    same as elementClose but also walks up the tree (to the root) closing all parents.
elementOpen
in file Bs_Tree.class.js.php, method Bs_Tree::elementOpen() (subpackage: tree)
    opens up the tree-element with the given id.
elementOpenWalkUp
in file Bs_Tree.class.js.php, method Bs_Tree::elementOpenWalkUp() (subpackage: tree)
    same as elementOpen but also walks up the tree (to the root) opening all parents.
elementToggleOpenClose
in file Bs_Tree.class.js.php, method Bs_Tree::elementToggleOpenClose() (subpackage: tree)
    opens the element if closed, and vice versa.
executeOnElement
in file Bs_Tree.class.js.php, method Bs_Tree::executeOnElement() (subpackage: tree)
    calls an api function of the tree element specified (by id).
exportAsArray
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::exportAsArray() (subpackage: tree)
    export this object as hash. reverse function of initByArray().
$editareaOnPaste
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$editareaOnPaste (subpackage: wysiwyg)
    what should be done on a paste operation, what kind of pasts are accepted?
top

f

fireEvent
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::fireEvent() (subpackage: colorpicker)
    fires the events for the trigger specified.
$fieldName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$fieldName (subpackage: datepicker)
    When submitting the form, you'll receive the date value under this name.
fireEvent
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::fireEvent() (subpackage: dropdown)
    Fires the events for the trigger specified.
$fgColorSelector
in file Bs_Editor.class.js.php, variable Bs_Editor::$fgColorSelector (subpackage: editor)
    array with 3 elements.
$fontSelector
in file Bs_Editor.class.js.php, variable Bs_Editor::$fontSelector (subpackage: editor)
    array with 3 elements.
$formFieldName
in file Bs_Editor.class.js.php, variable Bs_Editor::$formFieldName (subpackage: editor)
    if the style is set to 'inline' or 'floating' (not 'toolbar') then you can use a (hidden) form field which will be updated with the editors content (whenever the editor loses the focus). if you want that feature, specify a field name here. otherwise just leave it unset.
fireEvent
in file Bs_Editor.class.js.php, method Bs_Editor::fireEvent() (subpackage: editor)
    fires the events for the trigger specified.
fireOnBlur
in file Bs_Editor.class.js.php, method Bs_Editor::fireOnBlur() (subpackage: editor)
    fires when the edit area loses the focus.
fireOnFocus
in file Bs_Editor.class.js.php, method Bs_Editor::fireOnFocus() (subpackage: editor)
$fieldAvailableCssClass
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$fieldAvailableCssClass (subpackage: flipflop)
    the css class name to use for the 'available' select field.
$fieldSelectedCssClass
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$fieldSelectedCssClass (subpackage: flipflop)
    the css class name to use for the 'selected' select field.
fireEvent
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::fireEvent() (subpackage: flipflop)
    fires the events for the trigger specified.
fireEvent
in file Bs_NumberField.class.js.php, method Bs_NumberField::fireEvent() (subpackage: numberfield)
    fires the events for the trigger specified.
fixValue
in file Bs_NumberField.class.js.php, method Bs_NumberField::fixValue() (subpackage: numberfield)
    checks min and max size etc and returns the 'clean' value.
fireEvent
in file Bs_Radio.class.js.php, method Bs_Radio::fireEvent() (subpackage: radio)
    Fires the events for the trigger specified.
$fieldName
in file Bs_Slider.class.js.php, variable Bs_Slider::$fieldName (subpackage: slider)
    When submitting the form, you'll receive the value under this name.
fireEvent
in file Bs_Slider.class.js.php, method Bs_Slider::fireEvent() (subpackage: slider)
    Fires the events for the trigger specified.
$firstColTitle
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$firstColTitle (subpackage: spreadsheet)
    tells if the first col is a title col. this is important for sorting.
$firstRowTitle
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$firstRowTitle (subpackage: spreadsheet)
    tells if the first row is a title row. this is important for sorting.
formatAlign
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::formatAlign() (subpackage: spreadsheet)
    formats the alignment of the current cell.
formatBold
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::formatBold() (subpackage: spreadsheet)
    formats the currently selected cell bold.
formatItalic
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::formatItalic() (subpackage: spreadsheet)
    formats the currently selected cell italic.
formatUnderline
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::formatUnderline() (subpackage: spreadsheet)
    formats the currently selected cell underline.
fireOnTabSelect
in file Bs_TabSet.class.js.php, method Bs_TabSet::fireOnTabSelect() (subpackage: tabset)
    fires the onTabSelect for the trigger specified.
$formFieldName
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$formFieldName (subpackage: wysiwyg)
    if the style is set to 'inline' or 'floating' (not 'toolbar') then you can use a (hidden) form field which will be updated with the editors content (whenever the editor loses the focus). if you want that feature, specify a field name here. otherwise just leave it unset.
fireEvent
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::fireEvent() (subpackage: wysiwyg)
    fires the events for the trigger specified.
fireOnBlur
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::fireOnBlur() (subpackage: wysiwyg)
    fires when the edit area loses the focus.
fireOnFocus
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::fireOnFocus() (subpackage: wysiwyg)
top

g

$guiNochange
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$guiNochange (subpackage: checkbox)
    if set to true then the user cannot change things by clicking.
getColorAsHex
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::getColorAsHex() (subpackage: colorpicker)
    returns the hex color code.
getCurrentDateFormatted
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::getCurrentDateFormatted() (subpackage: datepicker)
    Returns the current internal date formatted based on dateFormat.
getCurrentDateReadable
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::getCurrentDateReadable() (subpackage: datepicker)
    Returns the set date in a human-readable format.
getNumberOfDays
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::getNumberOfDays() (subpackage: datepicker)
    Tells how many days the given month has.
$guiNochange
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$guiNochange (subpackage: dropdown)
    If set to true then the user cannot change things by clicking.
getValue
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::getValue() (subpackage: dropdown)
    Returns the current value.
getValue
in file Bs_Editor.class.js.php, method Bs_Editor::getValue() (subpackage: editor)
    returns the value (content).
getDisabled
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::getDisabled() (subpackage: flipflop)
    disables/enables the field.
getValue
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::getValue() (subpackage: flipflop)
    returns an array with the keys of the selected elements as vector.
getCurrentLength
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::getCurrentLength() (subpackage: limitedtextarea)
    tells the current number of chars used.
getMaxLength
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::getMaxLength() (subpackage: limitedtextarea)
    tells the current maxlength.
getValue
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::getValue() (subpackage: limitedtextarea)
    returns the current value.
getValue
in file Bs_NumberField.class.js.php, method Bs_NumberField::getValue() (subpackage: numberfield)
    returns the current value.
$guiNochange
in file Bs_Radio.class.js.php, variable Bs_Radio::$guiNochange (subpackage: radio)
    if set to true then the user cannot change things by clicking.
getValue
in file Bs_Radio.class.js.php, method Bs_Radio::getValue() (subpackage: radio)
    returns the current value.
$gripIcon
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$gripIcon (subpackage: resizegrip)
    the full path to the grip icon.
getSliderPos
in file Bs_Slider.class.js.php, method Bs_Slider::getSliderPos() (subpackage: slider)
    Returns the current slider relative position in pixel.
getValue
in file Bs_Slider.class.js.php, method Bs_Slider::getValue() (subpackage: slider)
    Returns the current silder value.
getCellCaption
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::getCellCaption() (subpackage: spreadsheet)
    returns a string like C5 or B7.
getCol
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::getCol() (subpackage: spreadsheet)
    returns the col number of the cell with the given name.
getNumCols
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::getNumCols() (subpackage: spreadsheet)
    returns the number of cols.
getNumRows
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::getNumRows() (subpackage: spreadsheet)
    returns the number of rows.
getRow
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::getRow() (subpackage: spreadsheet)
    returns the row number of the cell with the given name.
getActiveTab
in file Bs_TabSet.class.js.php, method Bs_TabSet::getActiveTab() (subpackage: tabset)
    Get the currently active tab as object Note: This is just the one *currently visible* tab of the tabset.
$group
in file Bs_Button.class.js.php, variable Bs_Button::$group (subpackage: toolbar)
    this button can be added to a group. of all the buttons that are part of a group, only one can be active ("clicked down") at a time.
getStatus
in file Bs_Button.class.js.php, method Bs_Button::getStatus() (subpackage: toolbar)
    returns the status of this button.
getActiveElement
in file Bs_Tree.class.js.php, method Bs_Tree::getActiveElement() (subpackage: tree)
    returns the currently active tree element as object.
getElement
in file Bs_Tree.class.js.php, method Bs_Tree::getElement() (subpackage: tree)
    returns a reference to the tree-element with the given id.
getElementByCaptionPath
in file Bs_Tree.class.js.php, method Bs_Tree::getElementByCaptionPath() (subpackage: tree)
    returns the tree element for the given 'caption path'.
getJavascriptCode
in file Bs_Tree.class.js.php, method Bs_Tree::getJavascriptCode() (subpackage: tree)
    returns the js code that's needed to build this tree.
getLastError
in file Bs_Tree.class.js.php, method Bs_Tree::getLastError() (subpackage: tree)
    returns the last occured error.
getThis
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::getThis() (subpackage: tree)
    returns a reference to this object.
getValue
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::getValue() (subpackage: wysiwyg)
    returns the value (content).
top

h

hasEventAttached
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::hasEventAttached() (subpackage: colorpicker)
    tells if any event is attached for the trigger specified.
hasEventAttached
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::hasEventAttached() (subpackage: dropdown)
    Tells if an event is attached for the trigger specified.
$hrefSelector
in file Bs_Editor.class.js.php, variable Bs_Editor::$hrefSelector (subpackage: editor)
    array with 3 elements.
$htmlDoc
in file Bs_Editor.class.js.php, variable Bs_Editor::$htmlDoc (subpackage: editor)
$htmlElm
in file Bs_Editor.class.js.php, variable Bs_Editor::$htmlElm (subpackage: editor)
hasEventAttached
in file Bs_Editor.class.js.php, method Bs_Editor::hasEventAttached() (subpackage: editor)
    tells if an event is attached for the trigger specified.
$hiddenFieldName
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$hiddenFieldName (subpackage: flipflop)
    name of the hidden form field.
hasEventAttached
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::hasEventAttached() (subpackage: flipflop)
    tells if any event is attached for the trigger specified.
howManySelected
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::howManySelected() (subpackage: flipflop)
    tells how many options are currently selected.
hasEventAttached
in file Bs_NumberField.class.js.php, method Bs_NumberField::hasEventAttached() (subpackage: numberfield)
    tells if any event is attached for the trigger specified.
hasEventAttached
in file Bs_Radio.class.js.php, method Bs_Radio::hasEventAttached() (subpackage: radio)
    Tells if an event is attached for the trigger specified.
$height
in file Bs_Slider.class.js.php, variable Bs_Slider::$height (subpackage: slider)
    The height of the sliding part in pixel.
hasEventAttached
in file Bs_Slider.class.js.php, method Bs_Slider::hasEventAttached() (subpackage: slider)
    Tells if an event is attached for the trigger specified.
$height
in file Bs_Button.class.js.php, variable Bs_Button::$height (subpackage: toolbar)
    you can overwrite the height that is specified in the css.
$helpBarStyle
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$helpBarStyle (subpackage: toolbar)
    css style (not class name) for the help bar.
hasEventAttached
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::hasEventAttached() (subpackage: wysiwyg)
    tells if an event is attached for the trigger specified.
top

i

$imgDir
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$imgDir (subpackage: checkbox)
    Directory where the images are.
$imgHeight
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$imgHeight (subpackage: checkbox)
$imgStyle
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$imgStyle (subpackage: checkbox)
$imgWidth
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$imgWidth (subpackage: checkbox)
$internalDateFormat
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$internalDateFormat (subpackage: datepicker)
    How the date should be submitted to the server.
isLeapYear
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::isLeapYear() (subpackage: datepicker)
    Tells if the year specified is a leap year or not.
$imgDir
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$imgDir (subpackage: dropdown)
    Directory where the images are.
$iframeElm
in file Bs_Editor.class.js.php, variable Bs_Editor::$iframeElm (subpackage: editor)
$imageSelector
in file Bs_Editor.class.js.php, variable Bs_Editor::$imageSelector (subpackage: editor)
    array with 4 elements.
insertSpecialChar
in file Bs_Editor.class.js.php, method Bs_Editor::insertSpecialChar() (subpackage: editor)
    inserts a special character.
insertString
in file Bs_Editor.class.js.php, method Bs_Editor::insertString() (subpackage: editor)
    inserts the string specified at the current cursor position.
$infolineCssClass
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$infolineCssClass (subpackage: limitedtextarea)
    if specified then this css class will be used on the infoline span.
$infolineCssStyle
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$infolineCssStyle (subpackage: limitedtextarea)
    if specified then this css style will be used on the infoline span.
$infolineText
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$infolineText (subpackage: limitedtextarea)
    The text displayed to the user, next to the number of remaining characters.
increase
in file Bs_NumberField.class.js.php, method Bs_NumberField::increase() (subpackage: numberfield)
    increases the value by 1.
isValidValue
in file Bs_NumberField.class.js.php, method Bs_NumberField::isValidValue() (subpackage: numberfield)
    tells if the value specified is valid, and in the desired range.
$iconType
in file Bs_Radio.class.js.php, variable Bs_Radio::$iconType (subpackage: radio)
    how the different radio icons should be made.
$imgDir
in file Bs_Radio.class.js.php, variable Bs_Radio::$imgDir (subpackage: radio)
    directory where the images are. feel free to create your own
$imgHeight
in file Bs_Radio.class.js.php, variable Bs_Radio::$imgHeight (subpackage: radio)
    the height of the radio icon.
$imgType
in file Bs_Radio.class.js.php, variable Bs_Radio::$imgType (subpackage: radio)
    the image type, 'gif' (default), 'jpg', 'png' or whatever.
$imgWidth
in file Bs_Radio.class.js.php, variable Bs_Radio::$imgWidth (subpackage: radio)
    the width of the radio icon.
$invertActive
in file Bs_Radio.class.js.php, variable Bs_Radio::$invertActive (subpackage: radio)
    inverts the currently active icon.
initByField
in file Bs_Radio.class.js.php, method Bs_Radio::initByField() (subpackage: radio)
    inits this class using an existing html radio field.
$imgDir
in file Bs_Slider.class.js.php, variable Bs_Slider::$imgDir (subpackage: slider)
    The base path for the image folder.
$inputTextFieldEvent
in file Bs_Slider.class.js.php, variable Bs_Slider::$inputTextFieldEvent (subpackage: slider)
    If useInputField is set to 3 we toggle. but when? default is onMouseOver (over) but it can be set to 'click' (onClick).
init
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::init() (subpackage: spreadsheet)
    inits the editor with the given data.
$id
in file Bs_Button.class.js.php, variable Bs_Button::$id (subpackage: toolbar)
    an optional id for the span/div tag of this rendered element.
$ignoreEvents
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$ignoreEvents (subpackage: toolbar)
    all mouse events (mouse-over, out, click) are ignored.
$imgName
in file Bs_Button.class.js.php, variable Bs_Button::$imgName (subpackage: toolbar)
    the image name.
$imgPath
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$imgPath (subpackage: toolbar)
    the path to the buttons (images).
$imgPath
in file Bs_Button.class.js.php, variable Bs_Button::$imgPath (subpackage: toolbar)
    the image path. if not specified then the one from the buttonbar will be used. if this button is not a member of a buttonbar then this._imgPathDefault is the fallback.
$inactiveStyle
in file Bs_Button.class.js.php, variable Bs_Button::$inactiveStyle (subpackage: toolbar)
    if a button is set to inactive (status 0), how should that be shown? i don't see a reason to change the default, but still it's possible.
$icon
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$icon (subpackage: tree)
    if not set then the default icons will be used.
$id
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$id (subpackage: tree)
    the unique identifier of this element.
$imageDir
in file Bs_Tree.class.js.php, variable Bs_Tree::$imageDir (subpackage: tree)
    the dir where the images (icons) are located.
$imageDir
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$imageDir (subpackage: tree)
    see Bs_Tree->imageDir, it's the same, you can simply overwrite it here.
$imageHeight
in file Bs_Tree.class.js.php, variable Bs_Tree::$imageHeight (subpackage: tree)
    the image height for the icons (folder icon, lines etc).
$imageHeight
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$imageHeight (subpackage: tree)
    see Bs_Tree->imageHeight, it's the same, you can simply overwrite it here.
$isChecked
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$isChecked (subpackage: tree)
    used if the checkbox feature is used.
$isOpen
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$isOpen (subpackage: tree)
    stores if this tree node is open or not.
initByArray
in file Bs_Tree.class.js.php, method Bs_Tree::initByArray() (subpackage: tree)
    inits the tree with the given data array (holding info about the tree elements).
initByArray
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::initByArray() (subpackage: tree)
    inits this tree element with the data of the given array (etc).
isChild
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::isChild() (subpackage: tree)
    tells if the element specified is a child of this one.
$inHtmlMode
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$inHtmlMode (subpackage: wysiwyg)
    if style is not set to 'toolbar' then our editor area is used for both, wysiwyg and html editing. if we're in html mode, we need to do some things differently, so we need to know.
imageBrowserCallback
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::imageBrowserCallback() (subpackage: wysiwyg)
    callback function for the image file browser.
insertHtml
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::insertHtml() (subpackage: wysiwyg)
top

j

$jsBaseDir
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$jsBaseDir (subpackage: colorpicker)
    the base dir to the blueshoes javascript directory.
$jsBaseDir
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$jsBaseDir (subpackage: datepicker)
    the base dir to the blueshoes javascript directory.
top

l

$lastSelection
in file Bs_Editor.class.js.php, variable Bs_Editor::$lastSelection (subpackage: editor)
    TextRange.
loadButtonsHtml
in file Bs_Editor.class.js.php, method Bs_Editor::loadButtonsHtml() (subpackage: editor)
    loads the buttons for the html bar.
loadButtonsText
in file Bs_Editor.class.js.php, method Bs_Editor::loadButtonsText() (subpackage: editor)
    loads the buttons for the text bar.
loadButtonsWysiwyg
in file Bs_Editor.class.js.php, method Bs_Editor::loadButtonsWysiwyg() (subpackage: editor)
    loads the buttons for the wysiwyg bar.
$linkStyle
in file Bs_Tree.class.js.php, variable Bs_Tree::$linkStyle (subpackage: tree)
    a css style string to use on the link.
$linkStyle
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$linkStyle (subpackage: tree)
    see Bs_Tree->linkStyle, it's the same, you can simply overwrite it here.
$lookAhead
in file Bs_Tree.class.js.php, variable Bs_Tree::$lookAhead (subpackage: tree)
    how much to preload down (how many levels of tree elements).
top

m

$monthLongEn
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$monthLongEn (subpackage: datepicker)
    The full english month names.
$monthNumChars
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$monthNumChars (subpackage: datepicker)
    The number of chars to display for the abbreviated month names (0=all).
$monthSelectClassName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$monthSelectClassName (subpackage: datepicker)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
$maxLength
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$maxLength (subpackage: dropdown)
    the max length (chars) values can have. not set means no limit.
$maxHeight
in file Bs_Editor.class.js.php, variable Bs_Editor::$maxHeight (subpackage: editor)
    max height of the editor window. not specified = no limit.
$maxWidth
in file Bs_Editor.class.js.php, variable Bs_Editor::$maxWidth (subpackage: editor)
    max width of the editor window. not specified = no limit.
$mayResize
in file Bs_Editor.class.js.php, variable Bs_Editor::$mayResize (subpackage: editor)
$maxSelectedNumber
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$maxSelectedNumber (subpackage: flipflop)
    you can limit the number of selectable options, for example 3.
$maxSelectedWarning
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$maxSelectedWarning (subpackage: flipflop)
    the error message for this.maxSelectedNumber.
$moveOnClick
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$moveOnClick (subpackage: flipflop)
    if the elements should be moved on a single click.
$moveOnDblClick
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$moveOnDblClick (subpackage: flipflop)
    if the elements should be moved on a double click.
maxSelectionReached
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::maxSelectionReached() (subpackage: flipflop)
    tells if the this.maxSelectedNumber is reached already.
moveAvailableOptionToSelected
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::moveAvailableOptionToSelected() (subpackage: flipflop)
    moves the option specified from the 'available' field to the 'selected' field.
moveSelectedOptionToAvailable
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::moveSelectedOptionToAvailable() (subpackage: flipflop)
    moves the option specified from the 'selected' field to the 'available' field.
$maxValue
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$maxValue (subpackage: numberfield)
$minValue
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$minValue (subpackage: numberfield)
$maxHeight
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$maxHeight (subpackage: resizegrip)
    max height of the window. not specified = no limit.
$maxWidth
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$maxWidth (subpackage: resizegrip)
    max width of the window. not specified = no limit.
$minHeight
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$minHeight (subpackage: resizegrip)
$minWidth
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$minWidth (subpackage: resizegrip)
$maxVal
in file Bs_Slider.class.js.php, variable Bs_Slider::$maxVal (subpackage: slider)
    The highest possible value.
$minVal
in file Bs_Slider.class.js.php, variable Bs_Slider::$minVal (subpackage: slider)
    The lowest possible value. It may be lower than 0 afaik :-)
$moveX
in file Bs_Slider.class.js.php, variable Bs_Slider::$moveX (subpackage: slider)
    If you want to move the whole slider object with everything on the x-axis then set a value here.
$moveY
in file Bs_Slider.class.js.php, variable Bs_Slider::$moveY (subpackage: slider)
    If you want to move the whole slider object with everything on the y-axis then set a value here.
$mayUseAlign
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$mayUseAlign (subpackage: spreadsheet)
    if the cell alignments may be specified (left, center, right). default is true.
$mayUseClipboard
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$mayUseClipboard (subpackage: spreadsheet)
    if the clipboard can be used, by buttons and shortcuts.
$mayUseFormat
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$mayUseFormat (subpackage: spreadsheet)
    if cell formatting may be used (bold, italic, underline). default is true.
$mayUseWysiwyg
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$mayUseWysiwyg (subpackage: spreadsheet)
    if the cell wysiwyg editor may be used. default is true.
mouseDown
in file Bs_Button.class.js.php, method Bs_Button::mouseDown() (subpackage: toolbar)
mouseOut
in file Bs_Button.class.js.php, method Bs_Button::mouseOut() (subpackage: toolbar)
mouseOver
in file Bs_Button.class.js.php, method Bs_Button::mouseOver() (subpackage: toolbar)
mouseUp
in file Bs_Button.class.js.php, method Bs_Button::mouseUp() (subpackage: toolbar)
top

n

$noPartly
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$noPartly (subpackage: checkbox)
    if set to true then the 'partly' thing won't be used, thus a value of 1 is treated like 2.
$numberCssClass
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$numberCssClass (subpackage: limitedtextarea)
    if specified then this css class will be used on the "chars-left" number div.
$numberCssStyle
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$numberCssStyle (subpackage: limitedtextarea)
    if specified then this css style will be used on the "chars-left" number div.
$numCols
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$numCols (subpackage: spreadsheet)
    the initial number of columns.
$numRows
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$numRows (subpackage: spreadsheet)
    the initial number of rows.
newGroup
in file Bs_ButtonBar.class.js.php, method Bs_ButtonBar::newGroup() (subpackage: toolbar)
    adds a group separator.
numberOfAttachedEvents
in file Bs_Button.class.js.php, method Bs_Button::numberOfAttachedEvents() (subpackage: toolbar)
    returns the number of attached events of the type specified.
top

o

onClick
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::onClick() (subpackage: checkbox)
    Fires on an onclick event you'd better use setTo().
onBlur
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::onBlur() (subpackage: colorpicker)
openWindow
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::openWindow() (subpackage: colorpicker)
    opens the colorpicker window.
orderByColumn
in file Bs_DataGrid.class.js.php, method Bs_DataGrid::orderByColumn() (subpackage: datagrid)
    re-renders the whole table, ordered by the column given.
$openByInit
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$openByInit (subpackage: datepicker)
    If the datePicker should be open by default.
$outrendered
in file Bs_Editor.class.js.php, variable Bs_Editor::$outrendered (subpackage: editor)
    tells if we're already rendered to the browser.
onClickAvailable
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::onClickAvailable() (subpackage: flipflop)
    fires on a single click on the 'available' select field.
onClickSelected
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::onClickSelected() (subpackage: flipflop)
    fires on a single click on the 'selected' select field.
onDblClickAvailable
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::onDblClickAvailable() (subpackage: flipflop)
    fires on a double click on the 'available' select field.
onDblClickSelected
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::onDblClickSelected() (subpackage: flipflop)
    fires on a double click on the 'selected' select field.
onBlur
in file Bs_NumberField.class.js.php, method Bs_NumberField::onBlur() (subpackage: numberfield)
onClickButtonDown
in file Bs_NumberField.class.js.php, method Bs_NumberField::onClickButtonDown() (subpackage: numberfield)
    fires when the 'up-botton' is clicked.
onClickButtonUp
in file Bs_NumberField.class.js.php, method Bs_NumberField::onClickButtonUp() (subpackage: numberfield)
    fires when the 'up-botton' is clicked.
onFocus
in file Bs_NumberField.class.js.php, method Bs_NumberField::onFocus() (subpackage: numberfield)
onKeyDown
in file Bs_NumberField.class.js.php, method Bs_NumberField::onKeyDown() (subpackage: numberfield)
onKeyUp
in file Bs_NumberField.class.js.php, method Bs_NumberField::onKeyUp() (subpackage: numberfield)
onWheel
in file Bs_NumberField.class.js.php, method Bs_NumberField::onWheel() (subpackage: numberfield)
$options
in file Bs_Radio.class.js.php, variable Bs_Radio::$options (subpackage: radio)
    the options of this radio button.
onClick
in file Bs_Radio.class.js.php, method Bs_Radio::onClick() (subpackage: radio)
    fires on an onclick event. you better use this.setTo(value) as API function cause this one is used half-internally.
$onAfterResize
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$onAfterResize (subpackage: resizegrip)
$onAfterResizeEnd
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$onAfterResizeEnd (subpackage: resizegrip)
$onAfterResizeStart
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$onAfterResizeStart (subpackage: resizegrip)
$onBeforeResize
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$onBeforeResize (subpackage: resizegrip)
$onBeforeResizeEnd
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$onBeforeResizeEnd (subpackage: resizegrip)
$onBeforeResizeStart
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip::$onBeforeResizeStart (subpackage: resizegrip)
onChangeByApi
in file Bs_Slider.class.js.php, method Bs_Slider::onChangeByApi() (subpackage: slider)
    DEPRECATED use setValue(), this method name was confusing.
onChangeByArrow
in file Bs_Slider.class.js.php, method Bs_Slider::onChangeByArrow() (subpackage: slider)
onChangeByClick
in file Bs_Slider.class.js.php, method Bs_Slider::onChangeByClick() (subpackage: slider)
    If a browser does not support that way of changing the slider value, nothing gets done.
onChangeByInput
in file Bs_Slider.class.js.php, method Bs_Slider::onChangeByInput() (subpackage: slider)
    Fires when the user inputs a new value into the input field.
$objectName
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$objectName (subpackage: spreadsheet)
    the name of this object instance that is in the global scope.
onGlobalPaste
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::onGlobalPaste() (subpackage: spreadsheet)
    fires on a paste on a cell. by hitting ctrl-v or clicking the paste button.
onPaste
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::onPaste() (subpackage: spreadsheet)
onTabSelect
in file Bs_TabSet.class.js.php, method Bs_TabSet::onTabSelect() (subpackage: tabset)
    attaches onTabSelect-event.
$onClick
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$onClick (subpackage: tree)
    javascript code that fires on the onClick event.
old_drawInto
in file Bs_Tree.class.js.php, method Bs_Tree::old_drawInto() (subpackage: tree)
    outputs the tree as rendered html into the element specified.
openPath
in file Bs_Tree.class.js.php, method Bs_Tree::openPath() (subpackage: tree)
    opens up the tree nodes to the element specified.
$outrendered
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$outrendered (subpackage: wysiwyg)
    tells if we're already rendered to the browser.
openImageBrowser
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::openImageBrowser() (subpackage: wysiwyg)
    opens the image browser (as popup).
top

p

prepareSettings
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::prepareSettings() (subpackage: colorpicker)
$pixelate
in file Bs_Radio.class.js.php, variable Bs_Radio::$pixelate (subpackage: radio)
    pixelate the available options that are not currently selected? uses microsoft filters, thus for ie only.
pasteValue
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::pasteValue() (subpackage: spreadsheet)
$parent
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$parent (subpackage: tree)
    reference to the parent tree element object.
top

r

render
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::render() (subpackage: checkbox)
    Renders this compnent (generates html code).
render
in file Bs_DataGrid.class.js.php, method Bs_DataGrid::render() (subpackage: datagrid)
    Renders this compnent (generates html code).
render
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::render() (subpackage: datepicker)
    renders the component and returns the generated html code.
resetDate
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::resetDate() (subpackage: datepicker)
    Sets the internal date with 0 and the return field to "".
$rememberNewInCookie
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$rememberNewInCookie (subpackage: dropdown)
    if you want newly added elements to be stored in a cookie so that if the page is reloaded, or the user comes back, ... the user-typed option is in the list as well. without the need to code something server-side to include the option.
render
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::render() (subpackage: dropdown)
    Renders this component (generates html code).
resizeEnd
in file Bs_Editor.class.js.php, method Bs_Editor::resizeEnd() (subpackage: editor)
    fires when resizing of the editor window/toolbar ends.
resizeWindowStart
in file Bs_Editor.class.js.php, method Bs_Editor::resizeWindowStart() (subpackage: editor)
    fires when resizing of the editor window/toolbar starts.
redraw
in file Bs_NumberField.class.js.php, method Bs_NumberField::redraw() (subpackage: numberfield)
    redraws the buttons.
render
in file Bs_NumberField.class.js.php, method Bs_NumberField::render() (subpackage: numberfield)
$radioFieldName
in file Bs_Radio.class.js.php, variable Bs_Radio::$radioFieldName (subpackage: radio)
    name of the radio form field. if not set until draw() is called then one will be made up.
render
in file Bs_Radio.class.js.php, method Bs_Radio::render() (subpackage: radio)
    renders the radio option (generates html code).
renderAsTable
in file Bs_Radio.class.js.php, method Bs_Radio::renderAsTable() (subpackage: radio)
    returns the whole select field with all options, rendered as html table.
resize
in file Bs_ResizeGrip.class.js.php, method Bs_ResizeGrip::resize() (subpackage: resizegrip)
resizeEnd
in file Bs_ResizeGrip.class.js.php, method Bs_ResizeGrip::resizeEnd() (subpackage: resizegrip)
resizeWindowStart
in file Bs_ResizeGrip.class.js.php, method Bs_ResizeGrip::resizeWindowStart() (subpackage: resizegrip)
    fires when resizing of the editor window/toolbar starts.
render
in file Bs_Slider.class.js.php, method Bs_Slider::render() (subpackage: slider)
    Render function.
$returnType
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$returnType (subpackage: spreadsheet)
    the return type. :)
removeCol
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::removeCol() (subpackage: spreadsheet)
    remove a col from the data array
removeContent
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::removeContent() (subpackage: spreadsheet)
    clears the content of the given cell.
removeRow
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::removeRow() (subpackage: spreadsheet)
    remove a row from the data array
render
in file Bs_TabSet.class.js.php, method Bs_TabSet::render() (subpackage: tabset)
render
in file Bs_ButtonBar.class.js.php, method Bs_ButtonBar::render() (subpackage: toolbar)
    renders the button bar and returns it.
render
in file Bs_Button.class.js.php, method Bs_Button::render() (subpackage: toolbar)
    renders this and returns it.
$radioButtonName
in file Bs_Tree.class.js.php, variable Bs_Tree::$radioButtonName (subpackage: tree)
    the field name for the radio button. if not specified then something will be made up.
$radioButtonSelected
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$radioButtonSelected (subpackage: tree)
    if the radio button of this element should be selected by default. only one can be!
removeElement
in file Bs_Tree.class.js.php, method Bs_Tree::removeElement() (subpackage: tree)
    removes the tree-element specified and all it's children.
render
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::render() (subpackage: tree)
    renders this tree element with its sub-elements.
reset
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::reset() (subpackage: tree)
    resets this tree element.
$registerCustom1Caption
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$registerCustom1Caption (subpackage: wysiwyg)
    caption for the register "custom 1", if used.
$registerCustom1Content
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$registerCustom1Content (subpackage: wysiwyg)
    content for the register "custom 1", if used.
top

s

setTo
in file Bs_Checkbox.class.js.php, method Bs_Checkbox::setTo() (subpackage: checkbox)
    If you wish to change the value of this component, call this method.
setColorByHex
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::setColorByHex() (subpackage: colorpicker)
setColorByPickerWindow
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::setColorByPickerWindow() (subpackage: colorpicker)
seedInternalWithCurrentDate
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::seedInternalWithCurrentDate() (subpackage: datepicker)
    Sets the internal date with todays date. this gets done if no internal date is set - so the datepicker can start somewhere.
setDateByChunks
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::setDateByChunks() (subpackage: datepicker)
    Set the date.
setDateByIso
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::setDateByIso() (subpackage: datepicker)
    Set the date using ISO format e.g. 2003-02-23.
setDateByJunks
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::setDateByJunks() (subpackage: datepicker)
    Set the date.
$selectOrder
in file Bs_Dropdown.class.js.php, variable Bs_Dropdown::$selectOrder (subpackage: dropdown)
    How the options in the select field should be ordered.
setSize
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::setSize() (subpackage: dropdown)
    sets the size (width) of the fields.
setValue
in file Bs_Dropdown.class.js.php, method Bs_Dropdown::setValue() (subpackage: dropdown)
    If you wish to change the value of this component, call this method.
$specialCharSelector
in file Bs_Editor.class.js.php, variable Bs_Editor::$specialCharSelector (subpackage: editor)
    array with 3 elements.
$style
in file Bs_Editor.class.js.php, variable Bs_Editor::$style (subpackage: editor)
    WARNING: don't use this at the moment. may be removed.
setFgColor
in file Bs_Editor.class.js.php, method Bs_Editor::setFgColor() (subpackage: editor)
    set the foreground color.
setFont
in file Bs_Editor.class.js.php, method Bs_Editor::setFont() (subpackage: editor)
setFontOption
in file Bs_Editor.class.js.php, method Bs_Editor::setFontOption() (subpackage: editor)
    param option: these are allowed
setValue
in file Bs_Editor.class.js.php, method Bs_Editor::setValue() (subpackage: editor)
    sets the value (content).
switchToHtmlTab
in file Bs_Editor.class.js.php, method Bs_Editor::switchToHtmlTab() (subpackage: editor)
    switches [from the wysiwyg] to the html tab.
switchToWysiwygTab
in file Bs_Editor.class.js.php, method Bs_Editor::switchToWysiwygTab() (subpackage: editor)
    switches [from the html] to the wysiwyg tab.
$showCaptionLine
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$showCaptionLine (subpackage: flipflop)
    if your select field is too small to show the full captions of the options (width), you can enable this feature. it will show the full caption of the last selected option (of both fields, 'available' and 'selected') below the fields.
selectAll
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::selectAll() (subpackage: flipflop)
    moves all items of the 'available' field to the 'selected' field.
selectSelected
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::selectSelected() (subpackage: flipflop)
    moves the selected items of the 'available' field to the 'selected' field.
setDisabled
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::setDisabled() (subpackage: flipflop)
    disables/enables the field.
setOptions
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::setOptions() (subpackage: flipflop)
setRenderOrientation
in file Bs_FlipFlop.class.js.php, method Bs_FlipFlop::setRenderOrientation() (subpackage: flipflop)
    how to render the fields. default is left-to-right.
setBgColorWarning
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::setBgColorWarning() (subpackage: limitedtextarea)
    sets the properties for the "background color warning" feature.
setMaxLength
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::setMaxLength() (subpackage: limitedtextarea)
    sets a new max length.
setValue
in file Bs_LimitedTextarea.class.js.php, method Bs_LimitedTextarea::setValue() (subpackage: limitedtextarea)
    sets the given value.
setValue
in file Bs_NumberField.class.js.php, method Bs_NumberField::setValue() (subpackage: numberfield)
    sets a new value.
$styleContainerClass
in file Bs_Slider.class.js.php, variable Bs_Slider::$styleContainerClass (subpackage: slider)
    Use to set a CSS class name for the slider container.
$styleValueFieldClass
in file Bs_Slider.class.js.php, variable Bs_Slider::$styleValueFieldClass (subpackage: slider)
    Use to set a CSS class name for the value input field.
$styleValueTextClass
in file Bs_Slider.class.js.php, variable Bs_Slider::$styleValueTextClass (subpackage: slider)
    Use to set a CSS class name for the value text span.
setArrowIconLeft
in file Bs_Slider.class.js.php, method Bs_Slider::setArrowIconLeft() (subpackage: slider)
    Sets an image to be used by the slider
setArrowIconRight
in file Bs_Slider.class.js.php, method Bs_Slider::setArrowIconRight() (subpackage: slider)
    Sets an image to be used by the slider
setBackgroundImage
in file Bs_Slider.class.js.php, method Bs_Slider::setBackgroundImage() (subpackage: slider)
    Sets a background image.
setDisabled
in file Bs_Slider.class.js.php, method Bs_Slider::setDisabled() (subpackage: slider)
    Disables (or re-enables) the whole slider.
setDisplay
in file Bs_Slider.class.js.php, method Bs_Slider::setDisplay() (subpackage: slider)
    How the slider should be seen in the browser.
setSliderIcon
in file Bs_Slider.class.js.php, method Bs_Slider::setSliderIcon() (subpackage: slider)
    Sets an image to be used by the slider
setValue
in file Bs_Slider.class.js.php, method Bs_Slider::setValue() (subpackage: slider)
    Sets a new value.
$sheedHeight
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$sheedHeight (subpackage: spreadsheet)
    the height of the sheet area in pixels.
$sheetWidth
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$sheetWidth (subpackage: spreadsheet)
    the width of the sheet area in pixels.
$showLineNumbers
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$showLineNumbers (subpackage: spreadsheet)
    if line numbers should be displayed or not.
save
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::save() (subpackage: spreadsheet)
    set the data back to the caller.
setDrawStyle
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::setDrawStyle() (subpackage: spreadsheet)
    sets the draw style. redraws the editor.
setMousePointer
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::setMousePointer() (subpackage: spreadsheet)
    changes the cursor icon to something else.
setValue
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::setValue() (subpackage: spreadsheet)
    sets the given value for the given cell.
sortAsc
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::sortAsc() (subpackage: spreadsheet)
    sorts the sheet in ascending order on the col of the currently selected cell.
sortDesc
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::sortDesc() (subpackage: spreadsheet)
    sorts the sheet in descending order on the col of the currently selected cell.
switchTo
in file Bs_TabSet.class.js.php, method Bs_TabSet::switchTo() (subpackage: tabset)
    switches to the register specified.
setChildrenButtonBar
in file Bs_Button.class.js.php, method Bs_Button::setChildrenButtonBar() (subpackage: toolbar)
    sets a children button bar
setStatus
in file Bs_Button.class.js.php, method Bs_Button::setStatus() (subpackage: toolbar)
    sets status of the button. like a click, but as api function.
setTitle
in file Bs_Button.class.js.php, method Bs_Button::setTitle() (subpackage: toolbar)
    sets the title, also works at runtime.
$showPseudoElement
in file Bs_Tree.class.js.php, variable Bs_Tree::$showPseudoElement (subpackage: tree)
    don't set to true, it won't work (currently).
$stopWatch
in file Bs_Tree.class.js.php, variable Bs_Tree::$stopWatch (subpackage: tree)
    reference to a Bs_StopWatch instance, if used.
setActiveElement
in file Bs_Tree.class.js.php, method Bs_Tree::setActiveElement() (subpackage: tree)
    sets the currently active tree element.
setCaption
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::setCaption() (subpackage: tree)
    can be used to modify the caption of the tree is already outrendered.
$specialCharsSelectorUrl
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$specialCharsSelectorUrl (subpackage: wysiwyg)
    set this to bool false if you don't want to use the special-char selector.
$style
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$style (subpackage: wysiwyg)
    how the wysiwyg editor should be displayed.
saveCursorPos
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::saveCursorPos() (subpackage: wysiwyg)
    saves the cursor pos of the editable field "onBeforeDeactivate".
setCodeSnippets
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::setCodeSnippets() (subpackage: wysiwyg)
    sets an array with code snippets.
setImageBrowser
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::setImageBrowser() (subpackage: wysiwyg)
    if you want to use a file browser to load images from the server, set the url here. otherwise all a user can do is type in url's himself.
setValue
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::setValue() (subpackage: wysiwyg)
    sets the value (content).
snippetShow
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::snippetShow() (subpackage: wysiwyg)
    shows the snippet selector.
snippetSwitchGroup
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::snippetSwitchGroup() (subpackage: wysiwyg)
specialCharsDoneCallback
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::specialCharsDoneCallback() (subpackage: wysiwyg)
    fires once the user selected a character.
specialCharsOnloadCallback
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::specialCharsOnloadCallback() (subpackage: wysiwyg)
    fires once the special chars popup finished loading.
specialCharsSelectorShow
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::specialCharsSelectorShow() (subpackage: wysiwyg)
    shows the special char selector.
top

t

$toggleButton
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$toggleButton (subpackage: datepicker)
    instance of Bs_Button. used to open/close the calendar layer.
toggleSelector
in file Bs_DatePicker.class.js.php, method Bs_DatePicker::toggleSelector() (subpackage: datepicker)
    shows/hides the date selector box.
toggleToolbar
in file Bs_Editor.class.js.php, method Bs_Editor::toggleToolbar() (subpackage: editor)
    toggles the visibility of the toolbar.
toolbarButtonClicked
in file Bs_Editor.class.js.php, method Bs_Editor::toolbarButtonClicked() (subpackage: editor)
toolbarButtonClose
in file Bs_Editor.class.js.php, method Bs_Editor::toolbarButtonClose() (subpackage: editor)
toolbarButtonSave
in file Bs_Editor.class.js.php, method Bs_Editor::toolbarButtonSave() (subpackage: editor)
toolbarButtonUndo
in file Bs_Editor.class.js.php, method Bs_Editor::toolbarButtonUndo() (subpackage: editor)
$textAvailable
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$textAvailable (subpackage: flipflop)
    the caption above the 'available' field.
$textAvailableCssClass
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$textAvailableCssClass (subpackage: flipflop)
    css class name for the this.textAvailable string.
$textSelected
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$textSelected (subpackage: flipflop)
    the caption above the 'selected' field.
$textSelectedCssClass
in file Bs_FlipFlop.class.js.php, variable Bs_FlipFlop::$textSelectedCssClass (subpackage: flipflop)
    css class name for the this.textSelected string.
toggleButtonDisplay
in file Bs_NumberField.class.js.php, method Bs_NumberField::toggleButtonDisplay() (subpackage: numberfield)
    shows or hides the up-down buttons.
toHtml
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::toHtml() (subpackage: spreadsheet)
    exports the data table as html output.
typing
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::typing() (subpackage: spreadsheet)
    handles the keydown event.
$tabs
in file Bs_TabSet.class.js.php, variable Bs_TabSet::$tabs (subpackage: tabset)
$title
in file Bs_Button.class.js.php, variable Bs_Button::$title (subpackage: toolbar)
    the title (alt text) of your button.
$target
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$target (subpackage: tree)
toHtml
in file Bs_Tree.class.js.php, method Bs_Tree::toHtml() (subpackage: tree)
    returns the tree as rendered html string
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
    if the wysiwyg tab is used then this defines what buttons are used and how.
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$tabWysiwygGroup
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$tabWysiwygGroup (subpackage: wysiwyg)
$toolbarDoc
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$toolbarDoc (subpackage: wysiwyg)
    a reference to the toolbar document. gets set after the toolbar got loaded.
$toolbarElm
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$toolbarElm (subpackage: wysiwyg)
    a reference to the toolbar element. gets set after the toolbar got loaded.
$toolbarShowButtonClose
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$toolbarShowButtonClose (subpackage: wysiwyg)
    show the close button in the toolbar?
$toolbarShowButtonSave
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$toolbarShowButtonSave (subpackage: wysiwyg)
    show the save button in the toolbar?
$toolbarShowButtonUndo
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$toolbarShowButtonUndo (subpackage: wysiwyg)
    show the undo button in the toolbar?
toggleToolbar
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::toggleToolbar() (subpackage: wysiwyg)
    toggles the visibility of the toolbar.
toolbarButtonClose
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::toolbarButtonClose() (subpackage: wysiwyg)
toolbarButtonSave
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::toolbarButtonSave() (subpackage: wysiwyg)
toolbarButtonUndo
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::toolbarButtonUndo() (subpackage: wysiwyg)
toolbarOnloadCallback
in file Bs_Wysiwyg.class.js.php, method Bs_Wysiwyg::toolbarOnloadCallback() (subpackage: wysiwyg)
    fires once the toolbar [frame] got loaded.
top

u

$useMouseover
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$useMouseover (subpackage: checkbox)
    you may use the built in onMouseOver event to switch the icon.
updateColorByField
in file Bs_ColorPicker.class.js.php, method Bs_ColorPicker::updateColorByField() (subpackage: colorpicker)
    updates the color by the input field (hex value).
$useSpinEditForYear
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$useSpinEditForYear (subpackage: datepicker)
    if the year input field should be converted into a Bs_NumberField.
$useProgressBar
in file Bs_LimitedTextarea.class.js.php, variable Bs_LimitedTextarea::$useProgressBar (subpackage: limitedtextarea)
    if you want to use the progress bar feature, it shows how much of the available space you've used with your text.
updateByField
in file Bs_NumberField.class.js.php, method Bs_NumberField::updateByField() (subpackage: numberfield)
    updates everything based on the current value in the field.
$useMouseover
in file Bs_Radio.class.js.php, variable Bs_Radio::$useMouseover (subpackage: radio)
    you may use the built in onMouseOver event to switch the icon.
$useInputField
in file Bs_Slider.class.js.php, variable Bs_Slider::$useInputField (subpackage: slider)
    Should we display the input field (with value) to the right?
updateHandle
in file Bs_Slider.class.js.php, method Bs_Slider::updateHandle() (subpackage: slider)
    Slides to new relative position, in other words "moves the handle".
updateValueField
in file Bs_Slider.class.js.php, method Bs_Slider::updateValueField() (subpackage: slider)
    Updates the value of the input field.
updateValueText
in file Bs_Slider.class.js.php, method Bs_Slider::updateValueText() (subpackage: slider)
    Updates the value of the text box.
$useToolbar
in file Bs_SpreadSheet.class.js.php, variable Bs_SpreadSheet::$useToolbar (subpackage: spreadsheet)
    if the button bar should be used. default is true.
updateDataFromFields
in file Bs_SpreadSheet.class.js.php, method Bs_SpreadSheet::updateDataFromFields() (subpackage: spreadsheet)
    walks through the structure of the data array and replaces all values with the new ones that are currently set in the page/form by the user.
$useHelpBar
in file Bs_ButtonBar.class.js.php, variable Bs_ButtonBar::$useHelpBar (subpackage: toolbar)
    if and how the helpbar should be used.
$url
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$url (subpackage: tree)
$useAutoSequence
in file Bs_Tree.class.js.php, variable Bs_Tree::$useAutoSequence (subpackage: tree)
    every tree element needs a unique id to be identified, just like records in a database. this can be done for you internally (default).
$useCheckboxSystem
in file Bs_Tree.class.js.php, variable Bs_Tree::$useCheckboxSystem (subpackage: tree)
    specifies if the built-in checkbox system is used.
$useFolderIcon
in file Bs_Tree.class.js.php, variable Bs_Tree::$useFolderIcon (subpackage: tree)
    if the folder icons (includes leaf icon) should be used or not.
$useLeaf
in file Bs_Tree.class.js.php, variable Bs_Tree::$useLeaf (subpackage: tree)
    uses a leaf icon instead of the default folder icon for the last element in a tree. default is true. this is neat, see 'leaf.gif'.
$useRadioButton
in file Bs_Tree.class.js.php, variable Bs_Tree::$useRadioButton (subpackage: tree)
    specifies if the built-in radio button is used.
updateObjectByArray
in file Bs_TreeElement.class.js.php, method Bs_TreeElement::updateObjectByArray() (subpackage: tree)
    updates the object vars from the data given in the array.
$useRegisterCustom1
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterCustom1 (subpackage: wysiwyg)
    all the useRegister* vars can be set to bool false, bool true or string 'auto'.
$useRegisterEasy
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterEasy (subpackage: wysiwyg)
    all the useRegister* vars can be set to bool false, bool true or string 'auto'.
$useRegisterEditlive
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterEditlive (subpackage: wysiwyg)
    if the editlive tab should be used or not. only makes sense if it's installed.
$useRegisterHtml
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterHtml (subpackage: wysiwyg)
    all the useRegister* vars can be set to bool false, bool true or string 'auto'.
$useRegisterPlus
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterPlus (subpackage: wysiwyg)
    all the useRegister* vars can be set to bool false, bool true or string 'auto'.
$useRegisterScreentype
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterScreentype (subpackage: wysiwyg)
    all the useRegister* vars can be set to bool false, bool true or string 'auto'.
$useRegisterText
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useRegisterText (subpackage: wysiwyg)
    all the useRegister* vars can be set to bool false, bool true or string 'auto'.
$useTabWysiwyg
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$useTabWysiwyg (subpackage: wysiwyg)
    if not set then auto-behavior will be used.
top

v

$value
in file Bs_Checkbox.class.js.php, variable Bs_Checkbox::$value (subpackage: checkbox)
    checkbox checked?
$validateErrorMsgEn
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$validateErrorMsgEn (subpackage: datepicker)
    Date validation error message in English.
$value
in file Bs_Radio.class.js.php, variable Bs_Radio::$value (subpackage: radio)
    the value of the currently checked option.
$valueDefault
in file Bs_Slider.class.js.php, variable Bs_Slider::$valueDefault (subpackage: slider)
    The default value (when the slider gets initialized).
$valueInterval
in file Bs_Slider.class.js.php, variable Bs_Slider::$valueInterval (subpackage: slider)
    The step (interval) of the values.
$visible
in file Bs_TreeElement.class.js.php, variable Bs_TreeElement::$visible (subpackage: tree)
    if set to false then the element will be set to display:none.
top

w

$windowType
in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker::$windowType (subpackage: colorpicker)
    what technology to use for the color window.
$width
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$width (subpackage: datepicker)
    The width of the whole date picker box in pixel, 150 is a good value.
$workingDoc
in file Bs_Editor.class.js.php, variable Bs_Editor::$workingDoc (subpackage: editor)
$workingElm
in file Bs_Editor.class.js.php, variable Bs_Editor::$workingElm (subpackage: editor)
$wysiwygDoc
in file Bs_Editor.class.js.php, variable Bs_Editor::$wysiwygDoc (subpackage: editor)
$wysiwygElm
in file Bs_Editor.class.js.php, variable Bs_Editor::$wysiwygElm (subpackage: editor)
    a reference to the wysiwyg element (div). gets set after the toolbar got loaded.
$width
in file Bs_Slider.class.js.php, variable Bs_Slider::$width (subpackage: slider)
    The width of the sliding part in pixel.
$width
in file Bs_Button.class.js.php, variable Bs_Button::$width (subpackage: toolbar)
    you can overwrite the width that is specified in the css.
$walkTree
in file Bs_Tree.class.js.php, variable Bs_Tree::$walkTree (subpackage: tree)
    if we should walk the tree up to fetch a tree elements value (setting).
$wysiwygElm
in file Bs_Wysiwyg.class.js.php, variable Bs_Wysiwyg::$wysiwygElm (subpackage: wysiwyg)
    a reference to the wysiwyg element (div). gets set after the toolbar got loaded.
top

0

in file Bs_ColorPicker.class.js.php, variable Bs_ColorPicker:: (subpackage: colorpicker)
in file Bs_NumberField.class.js.php, variable Bs_NumberField:: (subpackage: numberfield)
in file Bs_ResizeGrip.class.js.php, variable Bs_ResizeGrip:: (subpackage: resizegrip)
in file Bs_TabSet.class.js.php, variable Bs_TabSet:: (subpackage: tabset)
top

y

$yearInputClassName
in file Bs_DatePicker.class.js.php, variable Bs_DatePicker::$yearInputClassName (subpackage: datepicker)
    Customize look. When using a CSS you may add a CSS class name that will be used when rendering the field.
top

z

$zeroFill
in file Bs_NumberField.class.js.php, variable Bs_NumberField::$zeroFill (subpackage: numberfield)
    if the number should be zerofilled.
top

Documentation generated on Mon, 29 Dec 2003 22:18:12 +0100 by phpDocumentor 1.2.3