in file MessageBox.php, method PhpExt_MessageBox::alert() Displays a standard read-only message box with an OK button (comparable to the basic JavaScript alert prompt). If a callback function is passed it will be called after the user clicks the button, and the id of the button that was clicked will be passed as the only parameter to the callback (could also be the top-right close button).
append
in file Template.php, method PhpExt_Template::append() Applies the supplied values to the template and appends the new node(s) to el.
in file Ext.php, method PhpExt_Ext::combineAnchors() Combines Element Anchor contants defined in PhpExt_Ext. Possible values for either parameter are:
compile
in file Template.php, method PhpExt_Template::compile() Compiles the template into an internal function, eliminating the RegEx overhead.
confirm
in file MessageBox.php, method PhpExt_MessageBox::confirm() Displays a confirmation message box with Yes and No buttons (comparable to JavaScript's confirm). If a callback function is passed it will be called after the user clicks either button, and the id of the button that was clicked will be passed as the only parameter to the callback (could also be the top-right close button).
in file Button.php, method PhpExt_Toolbar_Button::createButton() Helper function to create a Toolbar Button If $iconUrl is set it asigns the corresponding CssClass 'x-btn-text-icon' to show icon and text.
in file Checkbox.php, method PhpExt_Form_Checkbox::createCheckbox() Helper function to create a Checkbox. Useful for quick adding it to a ComponentCollection
in file ComboBox.php, method PhpExt_Form_ComboBox::createComboBox() Helper function to create a ComboBox. Useful for quick adding it to a ComponentCollection
createDateField
in file DateField.php, method PhpExt_Form_DateField::createDateField() Helper function to create a DateField. Useful for quick adding it to a ComponentCollection
in file Hidden.php, method PhpExt_Form_Hidden::createHidden() Helper function to create a Hidden field. Useful for quick adding it to a ComponentCollection
in file Radio.php, method PhpExt_Form_Radio::createRadio() Helper function to create a Radio field. Useful for quick adding it to a ComponentCollection
in file SplitButton.php, method PhpExt_Toolbar_SplitButton::createSplitButton() Helper function to create a Toolbar SplitButton If $iconUrl is set it asigns the corresponding CssClass 'x-btn-text-icon' to show icon and text.
createSplitButton
in file SplitButton.php, method PhpExt_SplitButton::createSplitButton() Helper function to create a SplitButton If $iconUrl is set it asigns the corresponding CssClass 'x-btn-text-icon' to show icon and text.
createTextArea
in file TextArea.php, method PhpExt_Form_TextArea::createTextArea() Helper function to create a TextArea. Useful for quick adding it to a ComponentCollection
createTextButton
in file Button.php, method PhpExt_Button::createTextButton() Helper function to create a new Text Button with optional handler, name, id and icon.
createTextField
in file TextField.php, method PhpExt_Form_TextField::createTextField() Helper function to create a TextField. Useful for quick adding it to a ComponentCollection
createTimeField
in file TimeField.php, method PhpExt_Form_TimeField::createTimeField() Helper function to create a TimeField. Useful for quick adding it to a ComponentCollection
in file json.php, method Services_JSON::encode() encodes an arbitrary variable into JSON format
ensureVisible
in file TreeNode.php, method PhpExt_Tree_TreeNode::ensureVisible() Ensures all parent nodes are expanded, and if necessary, scrolls the node into view.
ERROR
in file MessageBox.php, method PhpExt_MessageBox::ERROR() The CSS class that provides the ERROR icon image
in file Container.php, method PhpExt_Container::getActiveItem() A string component id or the numeric index of the component that should be initially activated within the container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like Ext.layout.Accordion, Ext.layout.CardLayout and Ext.layout.FitLayout). Related to Ext.layout.ContainerLayout.activeItem.
getActiveOnTop
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getActiveOnTop() True to swap the position of each panel as it is expanded so that it becomes the first item in the container, false to keep the panels in the rendered order. This is NOT compatible with "animate:true" (defaults to false).
getActiveTab
in file TabPanel.php, method PhpExt_TabPanel::getActiveTab() A string id or the numeric index of the tab that should be initially activated on render (defaults to none).
in file ComboBox.php, method PhpExt_Form_ComboBox::getAllQuery() The text query to send to the server to return all records for the list with no filtering (defaults to '')
getAltFormats
in file TimeField.php, method PhpExt_Form_TimeField::getAltFormats() Multiple date formats separated by "|" to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d').
getAltFormats
in file DateField.php, method PhpExt_Form_DateField::getAltFormats() Multiple date formats separated by "|" to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d').
getAnchor
in file AnchorLayoutData.php, method PhpExt_Layout_AnchorLayoutData::getAnchor() This value is what tells the layout how the item should be anchored to the container. The following types of anchor values are supported:
getAnchorSize
in file AnchorLayoutData.php, method PhpExt_Layout_AnchorLayoutData::getAnchorSize() If anchorSize is specifed, the layout will use it as a virtual container for the purposes of calculating anchor measurements based on it instead, allowing the container to be sized independently of the anchoring logic if necessary.
getAnimate
in file TreePanel.php, method PhpExt_Tree_TreePanel::getAnimate() true to enable animated expand/collapse (defaults to the value of Ext.enableFx)
getAnimate
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getAnimate() True to slide the contained panels open and closed during expand/collapse using animation, false to open and close directly with no animation (defaults to false). Note: to defer to the specific config setting of each contained panel for this property, set this to undefined at the layout level.
getAnimateTarget
in file Window.php, method PhpExt_Window::getAnimateTarget() Id or element from which the window should animate while opening (defaults to null with no animation).
getAnimCollapse
in file Panel.php, method PhpExt_Panel::getAnimCollapse() True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext.Fx class is available, otherwise false).
getAnimCollapse
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getAnimCollapse() When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false). Setting animFloat to false will prevent the open and close of these floated panels from being animated (defaults to true).
getAnimEl
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::getAnimEl() An id or Element from which the message box should animate as it opens and closes (defaults to undefined)
getAnimScroll
in file TabPanel.php, method PhpExt_TabPanel::getAnimScroll() True to animate tab scrolling so that hidden tabs slide smoothly into view (defaults to true). Only applies when enableTabScroll = true.
getApplyTo
in file Component.php, method PhpExt_Component::getApplyTo() The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for renderTo will be ignored and the target element's parent node will automatically be used as the component's container.
getApplyTo
in file Panel.php, method PhpExt_Panel::getApplyTo() The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some panel-specific structural markup. When applyTo is used, constituent parts of the panel can be specified by CSS class name within the main element, and the panel will automatically create those components from that markup. Any required components not specified in the markup will be autogenerated if necessary. The following class names are supported (baseCls will be replaced by BaseCssClass):
getArrowHandler
in file SplitButton.php, method PhpExt_SplitButton::getArrowHandler() A function called when the arrow button is clicked (can be used instead of click event)
in file DateField.php, method PhpExt_Form_DateField::getAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "10", autocomplete: "off"})
getAutoCreate
in file TextArea.php, method PhpExt_Form_TextArea::getAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "textarea", style: "width:100px;height:60px;", autocomplete: "off"})
getAutoCreate
in file Field.php, method PhpExt_Form_Field::getAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", autocomplete: "off"})
getAutoCreate
in file TriggerField.php, method PhpExt_Form_TriggerField::getAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "16", autocomplete: "off"})
getAutoCreate
in file Checkbox.php, method PhpExt_Form_Checkbox::getAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "checkbox", autocomplete: "off"})
getAutoCreate
in file ComboBox.php, method PhpExt_Form_ComboBox::getAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to: {tag: "input", type: "text", size: "24", autocomplete: "off"})
getAutoDestroy
in file Container.php, method PhpExt_Container::getAutoDestroy() If true the container will automatically destroy any contained component that is removed from it, else destruction must be handled manually (defaults to true).
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getAutoHide() When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is true, the panel will automatically hide after the user mouses out of the panel. If autoHide is false, the panel will continue to display until the user clicks outside of the panel (defaults to true).
in file Store.php, method PhpExt_Data_Store::getAutoLoad() If passed, this store's load method is automatically called after creation with the autoLoad object
getAutoScroll
in file Panel.php, method PhpExt_Panel::getAutoScroll() True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).
getAutoShow
in file Component.php, method PhpExt_Component::getAutoShow() True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).
getAutoSize
in file Editor.php, method PhpExt_Editor::getAutoSize() True for the editor to automatically adopt the size of the underlying field, "width" to adopt the width only, or "height" to adopt the height only (defaults to false)
in file TabPanel.php, method PhpExt_TabPanel::getAutoTabSelector() The CSS selector used to search for tabs in existing markup when autoTabs = true (defaults to 'div.x-tab'). This can be any valid selector supported by Ext.DomQuery.select. Note that the query will be executed within the scope of this tab panel only (so that multiple tab panels from markup can be supported on a page).
getAutoWidth
in file BoxComponent.php, method PhpExt_BoxComponent::getAutoWidth() True to use width:'auto', false to use fixed width (defaults to false).
getAutoWidth
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getAutoWidth() True to set each contained item's width to 'auto', false to use the item's current width (defaults to true).
getBaseAttrs
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::getBaseAttrs() (optional) An object containing attributes to be added to all nodes created by this loader. If the attributes sent by the server have an attribute in this object, they take priority.
in file Window.php, method PhpExt_Window::getBaseCssClass() The base CSS class to apply to this panel's element (defaults to 'x-window').
getBaseCssClass
in file Panel.php, method PhpExt_Panel::getBaseCssClass() The base CSS class to apply to this panel's element (defaults to 'x-panel').
getBaseCssClass
in file ProgressBar.php, method PhpExt_ProgressBar::getBaseCssClass() The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::getBaseParams() (optional) An object containing properties which specify HTTP parameters to be passed to each request for child nodes.
getBaseParams
in file Store.php, method PhpExt_Data_Store::getBaseParams() An object containing properties which are to be sent as parameters on any HTTP request
getBlankText
in file TextField.php, method PhpExt_Form_TextField::getBlankText() Error text to display if the allow blank validation fails (defaults to "This field is required")
getBodyBorder
in file Panel.php, method PhpExt_Panel::getBodyBorder() True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when border == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.
getBodyStyle
in file Panel.php, method PhpExt_Panel::getBodyStyle() Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to null).
getBorder
in file Panel.php, method PhpExt_Panel::getBorder() True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting bodyBorder to false.
getBottomToolbar
in file Panel.php, method PhpExt_Panel::getBottomToolbar() The bottom toolbar of the panel. This is a PhpExt_Toolbar_Toolbar object or any of its descendants. To access the bottom toolbar after javascript render, use getBottomToolbar.
in file Listener.php, method PhpExt_Listener::getBuffer() Causes the handler to be scheduled to run in an PhpExt_Util_DelayedTask delayed by the specified number of milliseconds. If the event fires again within that time, the original handler is not invoked, but the new handler is scheduled in its place.
getBufferResize
in file Container.php, method PhpExt_Container::getBufferResize() When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers with a large amount of sub components that frequent calls to layout are expensive.
in file StoreLoadOptions.php, method PhpExt_Data_StoreLoadOptions::getCallback() A function to be called after the Records have been loaded. The callback is passed the following arguments:
getCallback
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getCallback() A function to be called when the response from the server arrives. The following parameters are passed:
el : Ext.Element - The Element being updated.
getCallbackParam
in file ScriptTagProxy.php, method PhpExt_Data_ScriptTagProxy::getCallbackParam() (Optional) The name of the parameter to pass to the server which tells the server the name of the callback function set up by the load call to process the returned data object. Defaults to "callback".
in file FieldSet.php, method PhpExt_Form_FieldSet::getCheckboxName() The name to assign to the fieldset's checkbox if checkboxToggle = true (defaults to '[checkbox id]-checkbox').
getCheckboxToggle
in file FieldSet.php, method PhpExt_Form_FieldSet::getCheckboxToggle() True to render a checkbox into the fieldset frame just in front of the legend (defaults to false). The fieldset will be expanded or collapsed when the checkbox is toggled.
getChecked
in file CheckItem.php, method PhpExt_Menu_CheckItem::getChecked() True to initialize this checkbox as checked (defaults to false). Note that if this checkbox is part of a radio group (group = true) only the last item in the group that is initialized with checked = true will be rendered as checked.
getChecked
in file TreeNode.php, method PhpExt_Tree_TreeNode::getChecked() True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no checkbox rendered)
getChecked
in file Checkbox.php, method PhpExt_Form_Checkbox::getChecked() True if the the checkbox should render already checked (defaults to false)
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::getClosable() False to hide the top-right close button (defaults to true). Note that progress and wait dialogs will ignore this property and always hide the close button as they can only be closed programmatically.
in file Window.php, method PhpExt_Window::getClosable() True to display the 'close' tool button and allow the user to close the window, false to hide the button and disallow closing the window (default to true).
getCloseAction
in file Window.php, method PhpExt_Window::getCloseAction() The action to take when the close button is clicked. The default action is PhpExt_Window::CLOSE_ACTION_CLOSE which will actually remove the window from the DOM and destroy it. The other valid option is PhpExt_Window::CLOSE_ACTION_HIDE which will simply hide the window by setting visibility to hidden and applying negative offsets, keeping the window available to be redisplayed via the show method.
getCMargins
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getCMargins() An object containing margins to apply to the region's collapsed element in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}
getCollapsed
in file Panel.php, method PhpExt_Panel::getCollapsed() True to render the panel collapsed, false to render it expanded (defaults to false).
getCollapsedCssClass
in file Panel.php, method PhpExt_Panel::getCollapsedCssClass() A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
getCollapseFirst
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getCollapseFirst() True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the contained panels' title bars, false to render it last (defaults to false).
getCollapseFirst
in file Panel.php, method PhpExt_Panel::getCollapseFirst() True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).
getCollapseMode
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getCollapseMode() By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar. Optionally, when collapseMode is set to 'mini' the region's split bar will also display a small collapse button in the center of the bar. In 'mini' mode the region will collapse to a thinner bar than in normal mode. By default collapseMode is undefined, and the only two supported values are undefined and 'mini'. Note that if a collapsible region does not have a title bar, then collapseMode must be set to 'mini' in order for the region to be collapsible by the user as the tool button will not be rendered.
getCollapsible
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getCollapsible() True to allow the user to collapse this region (defaults to false). If true, an expand/collapse tool button will automatically be rendered into the title bar of the region, otherwise the button will not be shown. Note that a title bar is required to display the toggle button -- if no region title is specified, the region will only be collapsible if collapseMode is set to 'mini'.
getCollapsible
in file Panel.php, method PhpExt_Panel::getCollapsible() True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).
in file TableLayout.php, method PhpExt_Layout_TableLayout::getColumns() The total number of columns to create in the table for this layout. If not specified, all panels added to this layout will be rendered into a single row using a column per panel.
in file ColumnLayoutData.php, method PhpExt_Layout_ColumnLayoutData::getColumnWidth() The layout will use the width (if pixels) or columnWidth (if percent) of each panel during layout to determine how to size each panel. If width or columnWidth is not specified for a given panel, its width will default to the panel's width (or auto).
in file Window.php, method PhpExt_Window::getConstrain() True to constrain the window to the viewport, false to allow it to fall outside of the viewport (defaults to false). Optionally the header only can be constrained using setConstrainHeader.
getConstrainHeader
in file Window.php, method PhpExt_Window::getConstrainHeader() True to constrain the window header to the viewport, allowing the window body to fall outside of the viewport, false to allow the header to fall outside the viewport (defaults to false). Optionally the entire window can be constrained using setConstrain.
getContainerCssClass
in file Component.php, method PhpExt_Component::getContainerCssClass() An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::getConvert() (Optional) A function which converts the value provided by the Reader into an object that will be stored in the Record. It is passed the following parameters:
in file Component.php, method PhpExt_Component::getCssClass() An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.
in file Component.php, method PhpExt_Component::getCssStyle() A custom style specification to be applied to this component's Element.
getCustomEditors
in file PropertyGrid.php, method PhpExt_Grid_PropertyGrid::getCustomEditors() An object containing name/value pairs of custom editor type definitions that allow the grid to support additional types of editable fields. By default, the grid supports strongly-typed editing of strings, dates, numbers and booleans using built-in form editors, but any custom type can be supported and associated with a custom input control by specifying a custom editor. The name of the editor type should correspond with the name of the property that will use the editor.
in file JsonStore.php, method PhpExt_Data_JsonStore::getData() A json string readable by this object's JsonReader. Either this option, or the url option must be specified.
getDataIndex
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::getDataIndex() (optional) The name of the field in the grid's Ext.data.Store's Ext.data.Record definition from which to draw the column's value. If not specified, the column's index is used as an index into the Record's data Array.
getDataUrl
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::getDataUrl() The URL from which to request a Json string which specifies an array of node definition objects representing the child nodes to be loaded.
in file Window.php, method PhpExt_Window::getDefaultButton() The id / index of a button or a button instance to focus when this window received the focus.
in file Menu.php, method PhpExt_Menu_Menu::getDefaults() A config object that will be applied to all items added to this container either via the items config or via the add method. The defaults config can contain any number of name/value property pairs to be added to each item, and should be valid for the types of items being added to the menu.
in file Container.php, method PhpExt_Container::getDefaultType() The default type of container represented by this object as registered in Ext.ComponentMgr (defaults to 'panel').
getDeferredRender
in file TabPanel.php, method PhpExt_TabPanel::getDeferredRender() Internally, the TabPanel uses a Ext.layout.CardLayout to manage its tabs. This property will be passed on to the layout as its Ext.layout.CardLayout.deferredRender config value, determining whether or not each tab is rendered only when first accessed (defaults to true).
in file DateField.php, method PhpExt_Form_DateField::getDisableDates() An array of "dates" to disable, as strings. These strings will be used to build a dynamic regular expression so they are very powerful. Some examples:
in file DateField.php, method PhpExt_Form_DateField::getDisabledDays() An array of days to disable, 0 based. For example, [0, 6] disables Sunday and Saturday (defaults to null).
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getDiscardUrl() If not passed as false the URL of this request becomes the default URL for this Updater object, and will be subsequently used in refresh calls.
getDisplayField
in file ComboBox.php, method PhpExt_Form_ComboBox::getDisplayField() The underlying data field name to bind to this ComboBox (defaults to undefined if mode = {@ling PhpExt_Form_ComboBox::MODE_REMOTE} or 'text' if transforming a select)
in file PagingToolbar.php, method PhpExt_Toolbar_PagingToolbar::getDisplayMessage() The paging status message to display (defaults to "Displaying {0} - {1} of {2}"). Note that this string is formatted using the braced numbers 0-2 as tokens that are replaced by the values for start, end and total respectively. These tokens should be preserved when overriding this string if showing those values is desired.
getDraggable
in file Window.php, method PhpExt_Window::getDraggable() True to allow the window to be dragged by the header bar, false to disable dragging (defaults to true). Note that by default the window will be centered in the viewport, so if dragging is disabled the window may need to be positioned programmatically after render (e.g., myWindow.setPosition(100, 100);).
in file Panel.php, method PhpExt_Panel::getDraggable() True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true, although Ext.Panel.DD is an internal, undocumented class.
getDuration
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::getDuration() The length of time in milliseconds that the progress bar should run before resetting itself (defaults to undefined, in which case it will run indefinitely until reset is called)
getEditable
in file ComboBox.php, method PhpExt_Form_ComboBox::getEditable() False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)
getEditor
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::getEditor() (optional) The Ext.form.Field to use when editing values in this column if editing is supported by the grid.
getEl
in file Component.php, method PhpExt_Component::getEl() The DOM element to which this component show be rendered to. This should be used instead of renderTo or applyTo if using lazy render.
in file Panel.php, method PhpExt_Panel::getElements() A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be generated automatically based on the items added to the panel at config time, but sometimes it might be useful to make sure a structural element is rendered even if not specified at config time (for example, you may want to add a button or toolbar dynamically after the panel has been rendered). Adding those elements to this list will allocate the required placeholders in the panel when it is rendered. Valid values are
getEmptyCssClass
in file TextField.php, method PhpExt_Form_TextField::getEmptyCssClass() The CSS class to apply to an empty field to style the emptyText (defaults to 'x-form-empty-field'). This class is automatically added and removed as needed depending on the current field value.
in file GridView.php, method PhpExt_Grid_GridView::getEmptyText() Default text to display in the grid body when no rows are available (defaults to '').
getEmptyText
in file DataView.php, method PhpExt_DataView::getEmptyText() The text to display in the view when there is no data to display (defaults to '').
in file HtmlEditor.php, method PhpExt_Form_HtmlEditor::getEnableLists() Enable the bullet and numbered list buttons. Not available in Safari. (defaults to true)
in file GridView.php, method PhpExt_Grid_GridView::getEnableRowBody() True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.
in file TabPanel.php, method PhpExt_TabPanel::getEnableTabScroll() True to enable scrolling to tabs that may be invisible due to overflowing the overall TabPanel width. Only available with tabs on top. (defaults to false).
in file Window.php, method PhpExt_Window::getExpandOnShow() True to always expand the window when it is displayed, false to keep it in its current state (which may be collapsed) when displayed (defaults to true).
in file ContainerLayout.php, method PhpExt_Layout_ContainerLayout::getExtraCssClass() An optional extra CSS class that will be added to the container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getFill() True to adjust the active item's height to fill the available space in the container, false to use the item's current height, or auto height if not explicitly set (defaults to true).
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getFloatable() True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).
getFloating
in file Panel.php, method PhpExt_Panel::getFloating() True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.
getFn
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::getFn() A callback function which is called when the dialog is dismissed either by clicking on the configured buttons, or on the dialog close button, or by pressing the return button to enter input.
getFn
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::getFn() A callback function to execute after the progress bar finishes auto-
in file Panel.php, method PhpExt_Panel::getFooter() True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.
in file GridView.php, method PhpExt_Grid_GridView::getForceFit() True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling.
getForceSelection
in file ComboBox.php, method PhpExt_Form_ComboBox::getForceSelection() True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to false)
getFormat
in file DateField.php, method PhpExt_Form_DateField::getFormat() The default date format string which can be overriden for localization support. The format must be valid according to Date.parseDate (defaults to 'm/d/y').
getFormat
in file TimeField.php, method PhpExt_Form_TimeField::getFormat() The default date format string which can be overriden for localization support. The format must be valid according to Date.parseDate (defaults to 'm/d/y').
getFrame
in file Panel.php, method PhpExt_Panel::getFrame() True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).
getGroup
in file CheckItem.php, method PhpExt_Menu_CheckItem::getGroup() All check items with the same group name will automatically be grouped into a single-select radio button group (defaults to '')
getGroupByText
in file GroupingView.php, method PhpExt_Grid_GroupingView::getGroupByText() Text displayed in the grid header menu for grouping by a column (defaults to 'Group By This Field').
in file GroupingStore.php, method PhpExt_Data_GroupingStore::getGroupOnSort() True to sort the data on the grouping field when a grouping operation occurs, false to sort based on the existing sort info (defaults to false).
in file ComboBox.php, method PhpExt_Form_ComboBox::getHandleHeight() The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)
getHandleMouseEvents
in file Button.php, method PhpExt_Button::getHandleMouseEvents() False to disable visual cues on mouseover, mouseout and mousedown (defaults to true)
getHandler
in file Button.php, method PhpExt_Button::getHandler() A function called when the button is clicked (can be used instead of click event)
in file BaseItem.php, method PhpExt_Menu_BaseItem::getHandler() A function that will handle the click event of this menu item (defaults to undefined)
getHeader
in file Panel.php, method PhpExt_Panel::getHeader() True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a title is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.
getHeader
in file CheckboxSelectionModel.php, method PhpExt_Grid_CheckboxSelectionModel::getHeader() Any valid text or HTML fragment to display in the header cell for the checkbox column (defaults to '<div class="x-grid3-hd-checker"> </div>'). The default CSS class of 'x-grid3-hd-checker' displays a checkbox in the header and provides support for automatic check all/none behavior on header click. This string can be replaced by any valid HTML fragment, including a simple text string (e.g., 'Select Rows'), but the automatic check all/none behavior will only work if the 'x-grid3-hd-checker' class is supplied.
in file ComboBox.php, method PhpExt_Form_ComboBox::getHiddenName() If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults to the underlying DOM element's name). Required for the combo's value to automatically post during a form submission.
in file Container.php, method PhpExt_Container::getHideBorders() True to hide the borders of each contained component, false to defer to the component's existing border settings (defaults to false).
getHideCollapseTool
in file Panel.php, method PhpExt_Panel::getHideCollapseTool() True to hide the expand/collapse toggle button when collapsible = true, false to display it (defaults to false).
getHideCollapseTool
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getHideCollapseTool() True to hide the contained panels' collapse/expand toggle buttons, false to display them (defaults to false). When set to true, titleCollapse should be true also.
getHideDelay
in file BaseItem.php, method PhpExt_Menu_BaseItem::getHideDelay() Length of time in milliseconds to wait before hiding after a click (defaults to 100)
getHideElement
in file Editor.php, method PhpExt_Editor::getHideElement() False to keep the bound element visible while the editor is displayed (defaults to true)
in file Component.php, method PhpExt_Component::getHideParent() True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.
in file TreeNode.php, method PhpExt_Tree_TreeNode::getIcon() The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the icon via a CSS background image.
in file Item.php, method PhpExt_Menu_Item::getIcon() The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If icon is specified iconCls should not be.
getIcon
in file Button.php, method PhpExt_Button::getIcon() The path to an image to display in the button (the image will be set as the background-image CSS property of the button by default, so if you want a mixed icon/text button, set CssClass:"x-btn-text-icon")
getIconCssClass
in file Item.php, method PhpExt_Menu_Item::getIconCssClass() A CSS class that specifies a background image that will be used as the icon for this item (defaults to ''). If iconCls is specified icon should not be.
getIconCssClass
in file Panel.php, method PhpExt_Panel::getIconCssClass() A CSS class that will provide a background image to be used as the panel header icon (defaults to '').
in file Node.php, method PhpExt_Data_Node::getId() The id for this node. If one is not specified, one is generated.
getId
in file ProgressBar.php, method PhpExt_ProgressBar::getId() The progress bar element's id (defaults to an auto-generated id)
getId
in file XmlReader.php, method PhpExt_Data_XmlReader::getId() The DomQuery path relative from the record element to the element that contains a record identifier value.
in file Editor.php, method PhpExt_Editor::getIgnoreNoChange() True to skip the the edit completion process (no save, no events fired) if the user completes an edit and the value has not changed (defaults to false). Applies only to string values - edits for other data types will never be ignored.
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::getIncrement() The number of progress update segments to display within the progress bar (defaults to 10). If the bar reaches the end and is still updating, it will automatically wrap back to the beginning.
getInputType
in file Field.php, method PhpExt_Form_Field::getInputType() The type attribute for input fields -- e.g. radio, text, password (defaults to "text").
in file Field.php, method PhpExt_Form_Field::getInvalidText() The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field is invalid")
getInvalidText
in file TimeField.php, method PhpExt_Form_TimeField::getInvalidText() The error text to display when the time in the field is invalid (defaults to '{value} is not a valid time - it must be in the format {format}').
getInvalidText
in file DateField.php, method PhpExt_Form_DateField::getInvalidText() The error text to display when the date in the field is invalid (defaults to '{value} is not a valid date - it must be in the format {format}').
in file CheckItem.php, method PhpExt_Menu_CheckItem::getItemCssClass() The default CSS class to use for check items (defaults to "x-menu-item x-menu-check-item")
getItemCssClass
in file FormLayout.php, method PhpExt_Layout_FormLayout::getItemCssClass() A CSS class to add to the div wrapper that contains each field label and field element (the default class is 'x-form-item' and itemCls will be added to that)
getItemCssClass
in file FormPanel.php, method PhpExt_Form_FormPanel::getItemCssClass() A css class to apply to the x-form-item of fields. This property cascades to child containers.
getItemCssClass
in file Field.php, method PhpExt_Form_Field::getItemCssClass() An additional CSS class to apply to this field (defaults to the container's itemCls value if set, or '')
getItemCssClass
in file FieldSet.php, method PhpExt_Form_FieldSet::getItemCssClass() A css class to apply to the x-form-item of fields. This property cascades to child containers.
in file DataView.php, method PhpExt_DataView::getItemCssSelector() This is a required setting. A CSS selector in any format supported by Ext.DomQuery that will be used to determine what nodes this DataView will be working with.
getItemCssSelector
in file ComboBox.php, method PhpExt_Form_ComboBox::getItemCssSelector() A CSS selector in any format supported by Ext.DomQuery that will be used to determine what nodes this DataView will be working with.
getItems
in file Menu.php, method PhpExt_Menu_Menu::getItems() An array of items to be added to this menu. See add for a list of valid item types.
getItems
in file Container.php, method PhpExt_Container::getItems() A single item, or an array of child Components to be added to this container. Each item can be any type of object based on Ext.Component.
getItems
in file BaseItem.php, method PhpExt_Menu_BaseItem::getItems() An array of items to be added to this menu. See add for a list of valid item types.
in file Panel.php, method PhpExt_Panel::getKeys() A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this panel (defaults to null).
in file Field.php, method PhpExt_Form_Field::getLabelCssStyle() A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example: 'font-weight:bold;'.
getLabelPad
in file FormLayout.php, method PhpExt_Layout_FormLayout::getLabelPad() The default padding in pixels for field labels (defaults to 5). labelPad only applies if labelWidth is also specified, otherwise it will be ignored.
getLabelSeparator
in file Field.php, method PhpExt_Form_Field::getLabelSeparator() The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.labelSeparator, which is a colon ':' by default). To display no separator for this field's label specify empty string ''.
getLabelSeparator
in file FormLayout.php, method PhpExt_Layout_FormLayout::getLabelSeparator() The standard separator to display after the text of each form label (defaults to a colon ':'). To turn off separators for all fields in this layout by default specify empty string '' (if the labelSeparator value is explicitly set at the field level, those will still be displayed).
in file FieldSet.php, method PhpExt_Form_FieldSet::getLayout() The Ext.Container.layout to use inside the fieldset (defaults to 'form').
getLayout
in file Container.php, method PhpExt_Container::getLayout() The layout type to be used in this container. If not specified, a default PhpExt_Layout_ContainerLayout will be created and used.
in file ComboBox.php, method PhpExt_Form_ComboBox::getLazyInit() True to not initialize the list for this combo until the field is focused. (defaults to true)
getLazyRender
in file ComboBox.php, method PhpExt_Form_ComboBox::getLazyRender() True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor, defaults to false)
in file ComboBox.php, method PhpExt_Form_ComboBox::getListAlign() A valid anchor position value. See Ext.Element.alignTo for details on supported anchor positions (defaults to 'tl-bl')
in file ComboBox.php, method PhpExt_Form_ComboBox::getListWidth() The width in pixels of the dropdown list (defaults to the width of the ComboBox field)
in file AsyncTreeNode.php, method PhpExt_Tree_AsyncTreeNode::getLoader() A TreeLoader to be used by this node (defaults to the loader defined on the tree)
getLoadingText
in file ComboBox.php, method PhpExt_Form_ComboBox::getLoadingText() The text to display in the dropdown list while data is loading. Only applies when mode = {@ling PhpExt_Form_ComboBox::MODE_REMOTE} (defaults to 'Loading...')
getLoadingText
in file DataView.php, method PhpExt_DataView::getLoadingText() A string to display during data load operations (defaults to undefined). If specified, this text will be displayed in a loading div and the view's contents will be cleared while loading, otherwise the view's contents will continue to display normally until the new data is loaded and the contents are replaced.
getLoadMask
in file Panel.php, method PhpExt_Panel::getLoadMask() The id of the DOM Element which servers as loading mask to show loading messages
getLoadMask
in file GridPanel.php, method PhpExt_Grid_GridPanel::getLoadMask() An PhpExt_LoadMask object or true to mask the grid while loading (defaults to false).
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::getMapping() (Optional) A path specification for use by the Ext.data.Reader implementation that is creating the Record to access the data value from the data object. If an Ext.data.JsonReader is being used, then this is a string containing the javascript expression to reference the data relative to the record item's root. If an Ext.data.XmlReader is being used, this is an Ext.DomQuery path to the data item relative to the record element. If the mapping expression is the same as the field name, this may be omitted.
getMargins
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getMargins() An object containing margins to apply to the region in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)} or a string with the margin values in the format "left top right bottom"
getMaskDisabled
in file Panel.php, method PhpExt_Panel::getMaskDisabled() True to mask the panel when it is disabled, false to not mask it (defaults to true).
getMaskRegEx
in file TextField.php, method PhpExt_Form_TextField::getMaskRegEx() An input mask regular expression (Javascript RegEx) that will be used to filter keystrokes that don't match (defaults to null)
in file ComboBox.php, method PhpExt_Form_ComboBox::getMaxHeight() The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300)
getMaximizable
in file Window.php, method PhpExt_Window::getMaximizable() True to display the 'maximize' tool button and allow the user to maximize the window, false to hide the button and disallow maximizing the window (defaults to false). Note that when a window is maximized, the tool button will automatically change to a 'restore' button with the appropriate behavior already built-in that will restore the window to its previous size.
in file TextField.php, method PhpExt_Form_TextField::getMaxLengthText() Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxLength}")
in file NumberField.php, method PhpExt_Form_NumberField::getMaxText() Error text to display if the maximum value validation fails (defaults to "The maximum value for this field is {maxValue}")
getMaxText
in file DateField.php, method PhpExt_Form_DateField::getMaxText() The error text to display when the date in the cell is after maxValue (defaults to 'The date in this field must be before {maxValue}').
getMaxText
in file TimeField.php, method PhpExt_Form_TimeField::getMaxText() The error text to display when the time is after maxValue (defaults to 'The time in this field must be equal to or before {0}').
getMaxValue
in file TimeField.php, method PhpExt_Form_TimeField::getMaxValue() The maximum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null).
getMaxValue
in file DateField.php, method PhpExt_Form_DateField::getMaxValue() The maximum allowed date. Can be either a Javascript date object or a string date in a valid format (defaults to null).
in file Button.php, method PhpExt_Button::getMenu() Standard menu attribute consisting of a reference to a menu object, a menu id or a menu config blob (defaults to undefined).
getMenuAlign
in file Button.php, method PhpExt_Button::getMenuAlign() The position to align the menu to (see PhpExt_Ext for more details, defaults to 'tl-bl?').
getMethod
in file FormPanel.php, method PhpExt_Form_FormPanel::getMethod() The request method to use (GET or POST) for form actions if one isn't supplied in the action options.
getMethod
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getMethod() The HTTP method to use. Defaults to AUTO_LOAD_METHOD_POST if params are present, or AUTO_LOAD_METHOD_GET if not.
getMethod
in file Action.php, method PhpExt_Form_Action::getMethod() The HTTP method to use to access the requested URL. Defaults to the Ext.form.BasicForm's method, or if that is not specified, the underlying DOM form's method.
in file ComboBox.php, method PhpExt_Form_ComboBox::getMinChars() The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remote or 0 if local, does not apply if editable = false)
in file Window.php, method PhpExt_Window::getMinHeight() The minimum height in pixels allowed for this window (defaults to 100). Only applies when resizable = true.
in file Window.php, method PhpExt_Window::getMinimizable() True to display the 'minimize' tool button and allow the user to minimize the window, false to hide the button and disallow minimizing the window (defaults to false). Note that this button provides no implementation -- the behavior of minimizing a window is implementation-specific, so the minimize event must be handled and a custom minimize behavior implemented for this option to be useful.
in file TextField.php, method PhpExt_Form_TextField::getMinLengthText() Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minLength}")
getMinListWidth
in file ComboBox.php, method PhpExt_Form_ComboBox::getMinListWidth() The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value)
in file TabPanel.php, method PhpExt_TabPanel::getMinTabWidth() The minimum width in pixels for each tab when resizeTabs = true (defaults to 30).
getMinText
in file TimeField.php, method PhpExt_Form_TimeField::getMinText() The error text to display when the date in the cell is before minValue (defaults to 'The time in this field must be equal to or after {0}').
getMinText
in file NumberField.php, method PhpExt_Form_NumberField::getMinText() Error text to display if the minimum value validation fails (defaults to "The minimum value for this field is {minValue}")
getMinText
in file DateField.php, method PhpExt_Form_DateField::getMinText() The error text to display when the date in the cell is before minValue (defaults to 'The date in this field must be after {minValue}').
getMinValue
in file DateField.php, method PhpExt_Form_DateField::getMinValue() The minimum allowed date. Can be either a Javascript date object or a string date in a valid format (defaults to null).
getMinValue
in file TimeField.php, method PhpExt_Form_TimeField::getMinValue() The minimum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null).
in file Window.php, method PhpExt_Window::getMinWidth() The minimum width in pixels allowed for this window (defaults to 200). Only applies when resizable = true.
getMinWidth
in file Button.php, method PhpExt_Button::getMinWidth() The minimum width for this button (used to give a set of buttons a common width)
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::getModal() False to allow user interaction with the page while the message box is displayed (defaults to true)
getModal
in file Window.php, method PhpExt_Window::getModal() True to make the window modal and mask everything behind it when displayed, false to display it without restricting access to other UI elements (defaults to false).
in file Shadow.php, method PhpExt_Shadow::getMode() The shadow display mode. Supports the following options:
getMonitorPoll
in file FormPanel.php, method PhpExt_Form_FormPanel::getMonitorPoll() The milliseconds to poll valid state, ignored if monitorValid is not true (defaults to 200)
getMonitorResize
in file Container.php, method PhpExt_Container::getMonitorResize() True to automatically monitor window resize events to handle anything that is sensitive to the current size of the viewport. This value is typically managed by the chosen layout and should not need to be set manually.
getMonitorResize
in file TabPanel.php, method PhpExt_TabPanel::getMonitorResize() True to automatically monitor window resize events and rerender the layout on browser resize (defaults to true).
getMonitorValid
in file FormPanel.php, method PhpExt_Form_FormPanel::getMonitorValid() If true the form monitors its valid state client-side and fires a looping event with that state. This is required to bind buttons to the valid state using the config value formBind:true on the button.
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::getMsg() A string that will replace the existing message box body text (defaults to the XHTML-compliant non-breaking space character ' ')
getMsgFx
in file Field.php, method PhpExt_Form_Field::getMsgFx() Experimental The effect used when displaying a validation message under the field (defaults to 'normal').
getMsgTarget
in file Field.php, method PhpExt_Form_Field::getMsgTarget() The location where error text should display. Should be one of the following values (defaults to 'qtip'):
in file DataView.php, method PhpExt_DataView::getMultiSelect() True to allow selection of more than one item at a time, false to allow selection of only a single item at a time or no selection at all, depending on the value of singleSelect (defaults to false).
getMultiSelect
in file ComboBox.php, method PhpExt_Form_ComboBox::getMultiSelect() True to allow selection of more than one item at a time, false to allow selection of only a single item at a time or no selection at all, depending on the value of singleSelect (defaults to false).
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::getName() The name by which the field is referenced within the Record. This is referenced by, for example the dataIndex property in column definition objects passed to Ext.grid.ColumnModel
getNanText
in file NumberField.php, method PhpExt_Form_NumberField::getNanText() Error text to display if the value is not a valid number. For example, this can happen if a valid character like '.' or '-' is left in the field with no number (defaults to "{value} is not a valid number")
getNoCache
in file ScriptTagProxy.php, method PhpExt_Data_ScriptTagProxy::getNoCache() (Optional) Defaults to true. Disable cacheing by adding a unique parameter name to the request.
getNoCache
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getNoCache() Only needed for GET requests, this option causes an extra, generated parameter to be passed to defeat caching.
in file Window.php, method PhpExt_Window::getOnEsc() Allows override of the built-in processing for the escape key. Default action is to close the Window (performing whatever action is specified in closeAction. To prevent the Window closing when the escape key is pressed, specify this as Ext.emptyFn (See Ext.emptyFn).
getOnSubmit
in file FormPanel.php, method PhpExt_Form_FormPanel::getOnSubmit() Override for the onSubmit event. Use PhpExt_Javascript::stm("Ext.emptyFn") to avoid the default handler
getOverCssClass
in file DataView.php, method PhpExt_DataView::getOverCssClass() A CSS class to apply to each item in the view on mouseover (defaults to undefined).
in file ComboBox.php, method PhpExt_Form_ComboBox::getPageSize() If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the filter queries will execute with page start and limit parameters. Only applies when mode = PhpExt_Form_ComboBox::MODE_REMOTE (defaults to 0)
in file Action.php, method PhpExt_Form_Action::getParams() Extra parameter values to pass. These are added to the Form's Ext.form.BasicForm.baseParams and passed to the specified URL along with the Form's input fields.
getParams
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getParams() The parameters to pass to the server. These may be specified as a urlencoded string, or as an array containing properties which represent parameters.
in file TabPanel.php, method PhpExt_TabPanel::getPlain() True to render the tab strip without a background container image (defaults to false).
getPlain
in file Window.php, method PhpExt_Window::getPlain() True to render the window body with a transparent background so that it will blend into the framing elements, false to add a lighter background color to visually highlight the body element and separate it more distinctly from the surrounding frame (defaults to false).
getPlugins
in file Component.php, method PhpExt_Component::getPlugins() An object or array of objects that will provide custom functionality for this component. The only requirement for a valid plugin is that it contain an init method that accepts a reference of type Ext.Component. When a component is created, if any plugins are available, the component will call the init method on each plugin, passing a reference to itself. Each plugin can then call methods or respond to events on the component as needed to provide its functionality.
getPreloadChildren
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::getPreloadChildren() If set to true, the loader recursively loads "children" attributes when doing the first load on nodes.
in file TextArea.php, method PhpExt_Form_TextArea::getPreventScrollbars() True to prevent scrollbars from appearing regardless of how much text is in the field (equivalent to setting overflow: hidden, defaults to false)
in file Store.php, method PhpExt_Data_Store::getPruneModifiedRecords() True to clear all modified record information each time the store is loaded or when a record is removed. (defaults to false).
in file Store.php, method PhpExt_Data_Store::getReader() The Reader object which processes the data object and returns an Array of Ext.data.record objects which are cached keyed by their id property.
getReadOnly
in file Field.php, method PhpExt_Form_Field::getReadOnly() True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.
getRecord
in file XmlReader.php, method PhpExt_Data_XmlReader::getRecord() The DomQuery path to the repeated element which contains record information.
getRecordType
in file DataReader.php, method PhpExt_Data_DataReader::getRecordType() The Record type class for the reader. It will override the specified fields if available.
getRegEx
in file TextField.php, method PhpExt_Form_TextField::getRegEx() A JavaScript RegExp object to be tested against the field value during validation (defaults to null). If available, this regex will be evaluated only after the basic validators all return true, and will be passed the current field value. If the test fails, the field will be marked invalid using regexText.
getRegExText
in file TextField.php, method PhpExt_Form_TextField::getRegExText() The error text to display if regex is used and the test fails during validation (defaults to "")
in file GroupingStore.php, method PhpExt_Data_GroupingStore::getRemoteGroup() True if the grouping should apply on the server side, false if it is local only (defaults to false). If the grouping is local, it can be applied immediately to the data. If it is remote, then it will simply act as a helper, automatically sending the grouping field name as the 'groupBy' param with each XHR call.
getRemoteSort
in file Store.php, method PhpExt_Data_Store::getRemoteSort() True if sorting is to be handled by requesting the Proxy to provide a refreshed version of the data object in sorted order, as opposed to sorting the Record cache in place (defaults to false).
in file Component.php, method PhpExt_Component::getRenderTo() The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.
getRepeat
in file Button.php, method PhpExt_Button::getRepeat() True to repeat fire the click event while the mouse is down. This can also be an Ext.util.ClickRepeater config object (defaults to false).
in file Window.php, method PhpExt_Window::getResizable() True to allow user resizing at each edge and corner of the window, false to disable resizing (defaults to true).
getResizable
in file ComboBox.php, method PhpExt_Form_ComboBox::getResizable() True to add a resize handle to the bottom of the dropdown list (defaults to false)
getResizeTabs
in file TabPanel.php, method PhpExt_TabPanel::getResizeTabs() True to automatically resize each tab so that the tabs will completely fill the tab strip (defaults to false). Setting this to true may cause specific widths that might be set per tab to be overridden in order to fit them all into view (although minTabWidth will always be honored).
getResult
in file Action.php, method PhpExt_Form_Action::getResult() The response config object containing a boolean success property and other, action-specific properties.
getRevertInvalid
in file Editor.php, method PhpExt_Editor::getRevertInvalid() True to automatically revert the field value and cancel the edit when the user completes an edit and the field validation fails (defaults to true)
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::getScope() The scope that is passed to the callback function (only applies when duration and fn are both passed).
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getScope() The scope in which to execute the callback (The callback's this reference.) If the params option is a function, this scope is used for that function also.
getScope
in file Action.php, method PhpExt_Form_Action::getScope() The scope in which to call the callback functions (The this reference for the callback functions).
getScope
in file Listener.php, method PhpExt_Listener::getScope() (optional) The scope in which to execute the handler function. The handler function's "this" context.
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::getScripts() If true any <script> tags embedded in the response text will be extracted and executed. If this option is specified, the callback will be called after the execution of the scripts.
getScrollDuration
in file TabPanel.php, method PhpExt_TabPanel::getScrollDuration() The number of milliseconds that each scroll animation should last (defaults to .35). Only applies when animScroll = true.
getScrollIncrement
in file TabPanel.php, method PhpExt_TabPanel::getScrollIncrement() The number of pixels to scroll each time a tab scroll button is pressed (defaults to 100, or if resizeTabs = true, the calculated tab width). Only applies when enableTabScroll = true.
getScrollRepeatInterval
in file TabPanel.php, method PhpExt_TabPanel::getScrollRepeatInterval() Number of milliseconds between each scroll while a tab scroll button is continuously pressed (defaults to 400).
in file DataView.php, method PhpExt_DataView::getSelectedCssClass() A CSS class to apply to each selected item in the view (defaults to 'x-view-selected').
in file TextField.php, method PhpExt_Form_TextField::getSelectOnFocus() True to automatically select any existing field text when the field receives input focus (defaults to false)
getSelectOnFocus
in file ComboBox.php, method PhpExt_Form_ComboBox::getSelectOnFocus() True to select any existing text in the field immediately on focus. Only applies when editable = true (defaults to false)
getSequence
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getSequence() Experimental. If animate is set to true, this will result in each animation running in sequence.
getShadow
in file Panel.php, method PhpExt_Panel::getShadow() True (or a valid PhpExt_Shadow.Mode value) to display a shadow behind the panel, false to display no shadow (defaults to 'PhpExt_MODE_SIDES'). Note that this option only applies when floating = true.
in file Panel.php, method PhpExt_Panel::getShadowOffset() The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.
getShim
in file Panel.php, method PhpExt_Panel::getShim() False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.
getShowDelay
in file Item.php, method PhpExt_Menu_Item::getShowDelay() Length of time in milliseconds to wait before showing this item (defaults to 200)
in file DataView.php, method PhpExt_DataView::getSimpleSelect() True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl, false to force the user to hold Ctrl or Shift to select more than on item (defaults to false).
getSimpleSelect
in file ComboBox.php, method PhpExt_Form_ComboBox::getSimpleSelect() True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl, false to force the user to hold Ctrl or Shift to select more than on item (defaults to false).
getSingle
in file Listener.php, method PhpExt_Listener::getSingle() True to add a handler to handle just the next firing of the event, and then remove itself.
in file ComboBox.php, method PhpExt_Form_ComboBox::getSingleSelect() True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false). Note that if multiSelect = true, this value will be ignored.
in file DataView.php, method PhpExt_DataView::getSingleSelect() True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false). Note that if multiSelect = true, this value will be ignored
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::getSortable() (optional) True if sorting is to be allowed on this column. Defaults to the value of the defaultSortable property. Whether local/remote sorting is used is specified in Ext.data.Store.remoteSort.
getSortDir
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::getSortDir() (Optional) Initial direction to sort. PhpExt_Data_FieldObjectConfig::SORT_DIR_ASC or PhpExt_Data_FieldObjectConfig::SORT_DIR_DESC
in file PropertyGrid.php, method PhpExt_Grid_PropertyGrid::getSource() A data object to use as the data source of the grid (see setSource for details). Example:
getSplit
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getSplit() True to display a Ext.SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false). When split = true, it is common to specify a minSize and maxSize for the region.
getSplitTip
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getSplitTip() The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize."). Only applies if useSplitTips = true.
getStandardSubmit
in file FormPanel.php, method PhpExt_Form_FormPanel::getStandardSubmit() If set to true, standard HTML form submits are used instead of XHR (Ajax) style form submissions. (defaults to false)
in file Editor.php, method PhpExt_Editor::getSwallowKeys() Handle the keydown/keypress events so they don't propagate (defaults to true)
getTabIndex
in file Field.php, method PhpExt_Form_Field::getTabIndex() The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).
getTabIndex
in file Button.php, method PhpExt_Button::getTabIndex() Set a DOM tabIndex for this button (defaults to undefined)
getTabMargin
in file TabPanel.php, method PhpExt_TabPanel::getTabMargin() The number of pixels of space to calculate into the sizing and scrolling of tabs. If you change the margin in CSS, you will need to update this value so calculations are correct with either resizeTabs or scrolling tabs. (defaults to 2)
getTabPosition
in file TabPanel.php, method PhpExt_TabPanel::getTabPosition() The position where the tab strip should be rendered (defaults to PhpExt_TabPanel::TAB_POSITION_TOP). The only other supported value is PhpExt_TabPanel::TAB_POSITION_BOTTOM. Note that tab scrolling is only supported for position PhpExt_TabPanel::TAB_POSITION_TOP
getTabWidth
in file TabPanel.php, method PhpExt_TabPanel::getTabWidth() The initial width in pixels of each new tab (defaults to 120).
getTemplate
in file ComboBox.php, method PhpExt_Form_ComboBox::getTemplate() The template string, or PhpExt_XTemplate instance to use to display each item in the dropdown list. Use this to create custom UI layouts for items in the list.
in file ProgressBar.php, method PhpExt_ProgressBar::getTextEl() The element to render the progress text to (defaults to the progress bar's internal text element)
in file ScriptTagProxy.php, method PhpExt_Data_ScriptTagProxy::getTimeout() (Optional) The number of milliseconds to wait for a response. Defaults to 30 seconds.
getTitle
in file ComboBox.php, method PhpExt_Form_ComboBox::getTitle() If supplied, a header element is created containing this text and added into the top of the dropdown list (defaults to undefined, with no header element)
getTitle
in file Panel.php, method PhpExt_Panel::getTitle() The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless header is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::getTitleCollapse() True to allow expand/collapse of each contained panel by clicking anywhere on the title bar, false to allow expand/collapse only when the toggle tool button is clicked (defaults to true). When set to false, hideCollapseTool should be false also.
getTitleCollapse
in file Panel.php, method PhpExt_Panel::getTitleCollapse() True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).
getToogleGroup
in file Button.php, method PhpExt_Button::getToogleGroup() The group this toggle button is a member of (only 1 per group can be pressed, only applies if enableToggle = true)
in file Button.php, method PhpExt_Button::getTooltip() The tooltip for the button - can be a string or QuickTips config object
getTooltipType
in file Button.php, method PhpExt_Button::getTooltipType() The type of tooltip to use. Either "qtip" (default) for QuickTips or "title" for title attribute.
getTopToolbar
in file Panel.php, method PhpExt_Panel::getTopToolbar() The top toolbar of the panel. This is a PhpExt_Toolbar_Toolbar object or any of its descendants.
getTotal
in file JsonReader.php, method PhpExt_Data_JsonReader::getTotal() Name of the property from which to retrieve the total number of records in the dataset. This is only needed if the whole dataset is not passed in one go, but is being paged from the remote server.
getTotalProperty
in file JsonStore.php, method PhpExt_Data_JsonStore::getTotalProperty() Name of the property from which to retrieve the total number of records in the dataset. This is only needed if the whole dataset is not passed in one go, but is being paged from the remote server.
getTotalRecords
in file XmlReader.php, method PhpExt_Data_XmlReader::getTotalRecords() The DomQuery path from which to retrieve the total number of records in the dataset. This is only needed if the whole dataset is not passed in one go, but is being paged from the remote server.
in file FormPanel.php, method PhpExt_Form_FormPanel::getTrackResetOnLoad() If set to true, form.reset() resets to the last loaded or setValues() data instead of when the form was first created.
in file ComboBox.php, method PhpExt_Form_ComboBox::getTriggerCssClass() An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and triggerClass will be <em>appended</em> if specified (defaults to 'x-form-arrow-trigger' which displays a downward arrow icon).
in file DateField.php, method PhpExt_Form_DateField::getTriggerCssClass() An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and triggerClass will be appended if specified (defaults to 'x-form-date-trigger' which displays a calendar icon).
getType
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::getType() (Optional) The data type for conversion to displayable value. Possible values are
getType
in file Button.php, method PhpExt_Button::getType() PhpExt_Button::BUTTON_TYPE_SUBMIT, PhpExt_Button::BUTTON_TYPE_RESET or PhpExt_Button::BUTTON_TYPE_BUTTON - defaults to PhpExt_Button::BUTTON_TYPE_BUTTON
getTypeAhead
in file ComboBox.php, method PhpExt_Form_ComboBox::getTypeAhead() True to populate and autoselect the remainder of the text being typed after a configurable delay (typeAheadDelay) if it matches a known value (defaults to false)
getTypeAheadDelay
in file ComboBox.php, method PhpExt_Form_ComboBox::getTypeAheadDelay() The length of time in milliseconds to wait until the typeahead text is displayed if typeAhead = true (defaults to 250)
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::getUiProvider() (optional) An object containing properties which specify custom PhpExt_Tree_TreeNodeUI implementations. If the optional uiProvider attribute of a returned child node is a string rather than a reference to a TreeNodeUI implementation, then that string value is used as a property name in the uiProviders object.
getUpdateElement
in file Editor.php, method PhpExt_Editor::getUpdateElement() True to update the innerHTML of the bound element when the update completes (defaults to false)
in file JsonStore.php, method PhpExt_Data_JsonStore::getUrl() The URL from which to load data through an HttpProxy. Either this option, or the data option must be specified.
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getUseShim() Whether to create a transparent shim that overlays the page when dragging, enables dragging across iframes.
getUseSplitTips
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::getUseSplitTips() True to display a tooltip when the user hovers over a region's split bar (defaults to false). The tooltip text will be the value of either splitTip or collapsibleSplitTip as appropriate.
in file Field.php, method PhpExt_Form_Field::getValidationDelay() The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)
getValidationEvent
in file Field.php, method PhpExt_Form_Field::getValidationEvent() The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").
getValidator
in file TextField.php, method PhpExt_Form_TextField::getValidator() A custom validation function to be called during field validation (defaults to null). If available, this function will be called only after the basic validators all return true, and will be passed the current field value and expected to return boolean true if the value is valid or a string error message if invalid.
in file Editor.php, method PhpExt_Editor::getValue() The data value of the underlying field (defaults to "")
getValue
in file ProgressBar.php, method PhpExt_ProgressBar::getValue() A floating point value between 0 and 1 (e.g., .5, defaults to 0)
getValueField
in file ComboBox.php, method PhpExt_Form_ComboBox::getValueField() The underlying data value name to bind to this ComboBox (defaults to undefined if mode = PhpExt_Form_ComboBox::MODE_REMOTE or 'value' if transforming a select) Note: use of a valueField requires the user to make a selection in order for a value to be mapped.
getValueNotFoundText
in file ComboBox.php, method PhpExt_Form_ComboBox::getValueNotFoundText() When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined)
in file TextField.php, method PhpExt_Form_TextField::getVType() A validation type name as defined in PhpExt_Form_FormPanel (defaults to null). Posible values are:
getVTypeText
in file TextField.php, method PhpExt_Form_TextField::getVTypeText() A custom error message to display in place of the default message provided for the vtype currently set for this field (defaults to ''). Only applies if vtype is set, else ignored.
in file TabPanel.php, method PhpExt_TabPanel::getWheelIncrement() For scrolling tabs, the number of pixels to increment on mouse wheel scrolling (defaults to 20).
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::getWidth() (optional) The initial width in pixels of the column. Using this instead of Ext.grid.Grid.autoSizeColumns is more efficient.
in file Javascript.php, method PhpExt_Javascript::inlineStm() Creates a javascript statement without a semicolon at the end.
insertAfter
in file Template.php, method PhpExt_Template::insertAfter() Applies the supplied values to the template and inserts the new node(s) after el.
insertBefore
in file Template.php, method PhpExt_Template::insertBefore() Applies the supplied values to the template and inserts the new node(s) before el.
insertFirst
in file Template.php, method PhpExt_Template::insertFirst() Applies the supplied values to the template and inserts the new node(s) as the first child of el.
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::load() Load an PhpExt_Tree_TreeNode from the URL specified in the constructor. This is called automatically when a node is expanded, but may be used to reload a node (or append new children if the clearOnLoad option is false.)
load
in file Store.php, method PhpExt_Data_Store::load() Loads the Record cache from the configured Proxy using the configured Reader.
loadData
in file Store.php, method PhpExt_Data_Store::loadData() Loads data from a passed data block. A Reader which understands the format of the data must have been configured in the constructor.
in file Template.php, method PhpExt_Template::overwrite() Applies the supplied values to the template and overwrites the content of el with the new node(s).
in file BoxComponent.php, class PhpExt_BoxComponent Base class for any visual PhpExt_Component that uses a box container.
PhpExt_Button
in file Button.php, class PhpExt_Button Simple Button class
PhpExt_ButtonCollection
in file ButtonCollection.php, class PhpExt_ButtonCollection Provides functionality to manage a PhpExt_Component Collection
PhpExt_Component
in file Component.php, class PhpExt_Component Base class for all Ext components. All subclasses of Component can automatically participate in the standard Ext component lifecycle of creation, rendering and destruction. They also have automatic support for basic hide/show and enable/disable behavior. All visual widgets that require rendering into a layout should subclass PhpExt_Component (or BoxComponent if managed box model handling is required).
PhpExt_ComponentCollection
in file ComponentCollection.php, class PhpExt_ComponentCollection Provides functionality to manage a PhpExt_Component Collection
in file Container.php, class PhpExt_Container Base class for any Ext.BoxComponent that can contain other components. Containers handle the basic behavior of containing items, namely adding, inserting and removing them. The specific layout logic required to visually render contained items is delegated to any one of the different layout classes available. This class is intended to be extended and should generally not need to be created directly via the new keyword.
PhpExt_DataView
in file DataView.php, class PhpExt_DataView A mechanism for displaying data using custom layout templates and formatting.
PhpExt_Data_ArrayReader
in file ArrayReader.php, class PhpExt_Data_ArrayReader Data reader class to create an Array of Ext.data.Record objects from an Array. Each element of that Array represents a row of data fields. The fields are pulled into a Record object using as a subscript, the mapping property of the field definition if it exists, or the field's ordinal position in the definition.
PhpExt_Data_DataProxy
in file DataProxy.php, class PhpExt_Data_DataProxy This class is an abstract base class for implementations which provide retrieval of unformatted data objects.
PhpExt_Data_DataReader
in file DataReader.php, class PhpExt_Data_DataReader Abstract base class for reading structured data from a data source and converting it into an object containing PhpExt_Data_Record objects and metadata for use by an PhpExt_Data_Store. This class is intended to be extended and should not be created directly. For existing implementations.
in file FieldConfigObjectCollection.php, class PhpExt_Data_FieldConfigObjectCollection Provides functionality to manage a PhpExt_Data_FieldConfigObject Collection
PhpExt_Data_GroupingStore
in file GroupingStore.php, class PhpExt_Data_GroupingStore A specialized store implementation that provides for grouping records by one of the available fields.
PhpExt_Data_HttpProxy
in file HttpProxy.php, class PhpExt_Data_HttpProxy An implementation of Ext.data.DataProxy that reads a data object from a Connection object configured to reference a certain URL.
PhpExt_Data_JsonReader
in file JsonReader.php, class PhpExt_Data_JsonReader Data reader class to create an Array of Ext.data.Record objects from a JSON response based on mappings in a provided Ext.data.Record constructor.
PhpExt_Data_JsonStore
in file JsonStore.php, class PhpExt_Data_JsonStore Small helper class to make creating Stores for JSON data easier.
PhpExt_Data_MemoryProxy
in file MemoryProxy.php, class PhpExt_Data_MemoryProxy An implementation of Ext.data.DataProxy that simply passes the data specified in its constructor to the Reader when its load method is called.
in file ScriptTagProxy.php, class PhpExt_Data_ScriptTagProxy An implementation of Ext.data.DataProxy that reads a data object from a URL which may be in a domain other than the originating domain of the running page.
PhpExt_Data_SimpleStore
in file SimpleStore.php, class PhpExt_Data_SimpleStore Small helper class to make creating Stores from Array data easier.
in file Store.php, class PhpExt_Data_Store The Store class encapsulates a client side cache of Record objects which provide input data for Components such as the GridPanel, the ComboBox, or the DataView
in file Tree.php, class PhpExt_Data_Tree Represents a tree data structure and bubbles all the events for its nodes. The nodes in the tree have most standard DOM functionality.
PhpExt_Data_XmlReader
in file XmlReader.php, class PhpExt_Data_XmlReader Data reader class to create an Array of Ext.data.Record objects from an XML document based on mappings in a provided Ext.data.Record constructor.
PhpExt_Editor
in file Editor.php, class PhpExt_Editor A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.
PhpExt_Element
in file Element.php, class PhpExt_Element Base class for all Ext components. All subclasses of Component can automatically participate in the standard Ext component lifecycle of creation, rendering and destruction. They also have automatic support for basic hide/show and enable/disable behavior. All visual widgets that require rendering into a layout should subclass PhpExt_Component (or BoxComponent if managed box model handling is required).
in file Radio.php, class PhpExt_Form_Radio Single radio field. Same as PhpExt_Form_Checkbox, but provided as a convenience for automatically setting the input type. Radio grouping is handled automatically by the browser if you give each radio in a group the same name.
PhpExt_Form_TextArea
in file TextArea.php, class PhpExt_Form_TextArea Multiline text field. Can be used as a direct replacement for traditional textarea fields, plus adds support for auto-sizing.
PhpExt_Form_TextField
in file TextField.php, class PhpExt_Form_TextField Basic text field. Can be used as a direct replacement for traditional text inputs, or as the base class for more sophisticated input controls (like PhpExt_Form_TextArea and PhpExt_Form_ComboBox).
PhpExt_Form_TimeField
in file TimeField.php, class PhpExt_Form_TimeField Provides a time input field with a time dropdown and automatic time validation.
PhpExt_Form_TriggerField
in file TriggerField.php, class PhpExt_Form_TriggerField Provides a convenient wrapper for TextFields that adds a clickable trigger button (looks like a combobox by default). The trigger has no default action, so you must assign a function to implement the trigger click handler by overriding onTriggerClick. You can create a TriggerField directly, as it renders exactly like a combobox for which you can provide a custom implementation. For example:
PhpExt_GridEditor
in file GridEditor.php, class PhpExt_GridEditor A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.
PhpExt_Grid_AbstractSelectionModel
in file AbstractSelectionModel.php, class PhpExt_Grid_AbstractSelectionModel Abstract base class for grid SelectionModels. It provides the interface that should be implemented by descendant classes. This class should not be directly instantiated.
PhpExt_Grid_CellSelectionModel
in file CellSelectionModel.php, class PhpExt_Grid_CellSelectionModel This class provides the basic implementation for single cell selection in a grid. The object stored as the selection and returned by getSelectedCell contains the following properties:
PhpExt_Grid_CheckboxSelectionModel
in file CheckboxSelectionModel.php, class PhpExt_Grid_CheckboxSelectionModel A custom selection model that renders a column of checkboxes that can be toggled to select or deselect rows.
in file ColumnModel.php, class PhpExt_Grid_ColumnModel This is the default implementation of a ColumnModel used by the Grid. This class is initialized with an Array of column config objects.
in file GridEditorCollection.php, class PhpExt_Grid_GridEditorCollection Provides functionality to manage a PhpExt_Grid_GridEditor Collection
PhpExt_Grid_GridPanel
in file GridPanel.php, class PhpExt_Grid_GridPanel This class represents the primary interface of a component based grid control.
PhpExt_Grid_GridView
in file GridView.php, class PhpExt_Grid_GridView This class encapsulates the user interface of an PhpExt_Grid_GridPanel. Methods of this class may be used to access user interface elements to enable special display effects. Do not change the DOM structure of the user interface.
PhpExt_Grid_GroupingView
in file GroupingView.php, class PhpExt_Grid_GroupingView Adds the ability for single level grouping to the grid.
in file IColumnCollection.php, class PhpExt_Grid_IColumnCollection Provides functionality to manage a PhpExt_Grid_ColumnConfigObject Collection
PhpExt_Grid_PropertyGrid
in file PropertyGrid.php, class PhpExt_Grid_PropertyGrid A specialized grid implementation intended to mimic the traditional property grid as typically seen in development IDEs. Each row in the grid represents a property of some object, and the data is stored as a set of name/value pairs in PhpExt_Grid.
in file RowNumberer.php, class PhpExt_Grid_RowNumberer This is a utility class that can be passed into a PhpExt_Grid_ColumnModel as a column config that provides an automatic row numbering column.
PhpExt_Grid_RowSelectionModel
in file RowSelectionModel.php, class PhpExt_Grid_RowSelectionModel The default SelectionModel used by PhpExt_Grid_GridPanel. It supports multiple selections and keyboard selection/navigation. The objects stored as selections and returned by getSelected, and getSelections are the Records which provide the data for the selected rows.
in file AbsoluteLayout.php, class PhpExt_Layout_AbsoluteLayout Inherits the anchoring of Ext.layout.AnchorLayout and adds the ability for x/y positioning using the standard x and y component config options.
PhpExt_Layout_AbsoluteLayoutData
in file AbsoluteLayoutData.php, class PhpExt_Layout_AbsoluteLayoutData Used when using PhpExt_Layour_AbsoluteLayout as the container's layout.
PhpExt_Layout_AccordionLayout
in file AccordionLayout.php, class PhpExt_Layout_AccordionLayout This is a layout that contains multiple panels in an expandable accordion style such that only one panel can be open at any given time. Each panel has built-in support for expanding and collapsing.
PhpExt_Layout_AccordionLayoutData
in file AccordionLayoutData.php, class PhpExt_Layout_AccordionLayoutData Used when using PhpExt_Layour_AccordionLayout as the container's layout.
PhpExt_Layout_AnchorLayout
in file AnchorLayout.php, class PhpExt_Layout_AnchorLayout This is a layout that enables anchoring of contained elements relative to the container's dimensions. If the container is resized, all anchored items are automatically rerendered according to their anchor rules.
in file BorderLayout.php, class PhpExt_Layout_BorderLayout This is a multi-pane, application-oriented UI layout style that supports multiple nested panels, automatic split bars between regions and built-in expanding and collapsing of regions.
in file CardLayout.php, class PhpExt_Layout_CardLayout This layout contains multiple panels, each fit to the container, where only a single panel can be visible at any given time. This layout style is most commonly used for wizards, tab implementations, etc.
in file ColumnLayout.php, class PhpExt_Layout_ColumnLayout This is the layout style of choice for creating structural layouts in a multi-column format where the width of each column can be specified as a percentage or fixed width, but the height is allowed to vary based on the content.
in file ContainerLayout.php, class PhpExt_Layout_ContainerLayout Every layout is composed of one or more Ext.Container elements internally, and ContainerLayout provides the basic foundation for all other layout classes in Ext.
in file FitLayout.php, class PhpExt_Layout_FitLayout This is a base class for layouts that contain a single item that automatically expands to fill the layout's container.
in file FormLayout.php, class PhpExt_Layout_FormLayout This is a layout specifically designed for creating forms. However, when used in an application, it will usually be preferrable to use a PhpExt_Form_FormPanel (which automatically uses FormLayout as its layout class) since it also provides built-in functionality for loading, validating and submitting the form.
in file TabLayout.php, class PhpExt_Layout_TabLayout This layout contains multiple panels, each fit to the container, where only a single panel can be visible at any given time. This layout style is most commonly used for wizards, tab implementations, etc.
in file TableLayout.php, class PhpExt_Layout_TableLayout This layout allows you to easily render content into an HTML table. The total number of columns can be specified, and rowspan and colspan can be used to create complex layouts within the table.
PhpExt_Layout_TableLayoutData
in file TableLayoutData.php, class PhpExt_Layout_TableLayoutData Specifies the corresponding Rowspan and Colspan for each of the elements added to the container having TableLayout
in file ListenerCollection.php, class PhpExt_ListenerCollection Provides functionality to manage a PhpExt_Listener Collection
PhpExt_Menu_Adapter
in file Adapter.php, class PhpExt_Menu_Adapter A base utility class that adapts a non-menu component so that it can be wrapped by a menu item and added to a menu. It provides basic rendering, activation management and enable/disable logic required to work in menus.
PhpExt_Menu_BaseItem
in file BaseItem.php, class PhpExt_Menu_BaseItem The base class for all items that render into menus. BaseItem provides default rendering, activated state management and base configuration options shared by all menu components.
PhpExt_Menu_BaseItemCollection
in file BaseItemCollection.php, class PhpExt_Menu_BaseItemCollection Provides functionality to manage a PhpExt_Menu_BaseItem Collection
PhpExt_Menu_CheckItem
in file CheckItem.php, class PhpExt_Menu_CheckItem Adds a menu item that contains a checkbox by default, but can also be part of a radio group
PhpExt_Menu_ColorItem
in file ColorItem.php, class PhpExt_Menu_ColorItem A menu item that wraps the Ext.ColorPalette component.
PhpExt_Menu_ColorMenu
in file ColorMenu.php, class PhpExt_Menu_ColorMenu A menu containing a Ext.menu.ColorItem component (which provides a basic color picker).
PhpExt_Menu_DateItem
in file DateItem.php, class PhpExt_Menu_DateItem A menu item that wraps the Ext.DatPicker component.
PhpExt_Menu_DateMenu
in file DateMenu.php, class PhpExt_Menu_DateMenu A menu containing a Ext.menu.DateItem component (which provides a date picker).
PhpExt_Menu_Item
in file Item.php, class PhpExt_Menu_Item A base class for all menu items that require menu-related functionality (like sub-menus) and are not static display items.
PhpExt_Menu_Menu
in file Menu.php, class PhpExt_Menu_Menu A menu object. This is the container to which you add all other menu items. Menu can also serve a as a base class when you want a specialzed menu based off of another component (like for example).
PhpExt_Menu_Separator
in file Separator.php, class PhpExt_Menu_Separator Adds a separator bar to a menu, used to divide logical groups of menu items.
PhpExt_Menu_TextItem
in file TextItem.php, class PhpExt_Menu_TextItem Adds a static text string to a menu, usually used as either a heading or group separator.
PhpExt_MessageBox
in file MessageBox.php, class PhpExt_MessageBox Provides attractive and customizable tooltips for any element. The QuickTips singleton is used to configure and manage tooltips globally for multiple elements in a generic manner. To create individual tooltips with maximum customizability, you should consider either Ext.Tip or Ext.ToolTip.
in file ProgressBar.php, class PhpExt_ProgressBar An updateable progress bar component. The progress bar supports two different modes: manual and automatic.
in file QuickTips.php, class PhpExt_QuickTips Provides attractive and customizable tooltips for any element. The QuickTips singleton is used to configure and manage tooltips globally for multiple elements in a generic manner. To create individual tooltips with maximum customizability, you should consider either Ext.Tip or Ext.ToolTip.
PhpExt_Shadow
in file Shadow.php, class PhpExt_Shadow Simple class that can provide a shadow effect for any element. Note that the element MUST be absolutely positioned, and the shadow does not provide any shimming. This should be used only in simple cases -- for more advanced functionality that can also provide the same shadow effect, see the Ext.Layer class.
in file Template.php, class PhpExt_Template Represents an HTML fragment template. Templates can be precompiled for greater performance. For a list of available format functions, see Ext.util.Format.
PhpExt_Toolbar_Button
in file Button.php, class PhpExt_Toolbar_Button A button that renders into a toolbar.
PhpExt_Toolbar_Fill
in file Fill.php, class PhpExt_Toolbar_Fill A simple element that adds a greedy (100% width) horizontal space to a toolbar.
in file IToolbarItemCollection.php, class PhpExt_Toolbar_IToolbarItemCollection Provides functionality to manage a PhpExt_Toolbar_IToolbarItem Collection
PhpExt_Toolbar_PagingToolbar
in file PagingToolbar.php, class PhpExt_Toolbar_PagingToolbar A specialized toolbar that is bound to a Ext.data.Store and provides automatic paging controls.
in file ToolConfigObjectCollection.php, class PhpExt_ToolConfigObjectCollection Provides functionality to manage a PhpExt_ToolConfigObject Collection
PhpExt_TreeEditor
in file TreeEditor.php, class PhpExt_TreeEditor A base editor field that handles displaying/hiding on demand and has some built-in sizing and event handling logic.
in file RootTreeNodeUI.php, class PhpExt_Tree_RootTreeNodeUI This class provides the default UI implementation for root Ext TreeNodes. The RootTreeNode UI implementation allows customizing the appearance of the root tree node.
PhpExt_Tree_TreeLoader
in file TreeLoader.php, class PhpExt_Tree_TreeLoader A TreeLoader provides for lazy loading of an PhpExt_Tree_TreeNode's child nodes from a specified URL. The response must be a JavaScript Array definition whose elements are node definition objects.
in file TreeNodeUI.php, class PhpExt_Tree_TreeNodeUI This class provides the default UI implementation for Ext TreeNodes. The TreeNode UI implementation is separate from the tree implementation, and allows customizing of the appearance of tree nodes.
PhpExt_Tree_TreePanel
in file TreePanel.php, class PhpExt_Tree_TreePanel The TreePanel provides tree-structured UI representation of tree-structured data.
PhpExt_Viewport
in file Viewport.php, class PhpExt_Viewport A specialized container representing the viewable application area (the browser viewport).
PhpExt_Window
in file Window.php, class PhpExt_Window A specialized panel intended for use as an application window. Windows are floated and draggable by default, and also provide specific behavior like the ability to maximize and restore (with an event for minimizing, since the minimize behavior is application-specific).
PhpExt_XTemplate
in file XTemplate.php, class PhpExt_XTemplate A template class that supports advanced functionality like autofilling arrays, conditional processing with basic comparison operators, sub-templates, basic math function support, special built-in template variables, inline code execution and more. XTemplate also provides the templating mechanism built into Ext.DataView.
progress
in file MessageBox.php, method PhpExt_MessageBox::progress() Displays a message box with a progress bar. This message box has no buttons and is not closeable by the user. You are responsible for updating the progress bar as needed via Ext.MessageBox.updateProgress and closing the message box when the process is complete.
prompt
in file MessageBox.php, method PhpExt_MessageBox::prompt() Displays a message box with OK and Cancel buttons prompting the user to enter some text (comparable to JavaScript's prompt). The prompt can be a single-line or multi-line textbox. If a callback function is passed it will be called after the user clicks either button, and the id of the button that was clicked (could also be the top-right close button) and the text that was entered will be passed as the two parameters to the callback.
in file Container.php, method PhpExt_Container::setActiveItem() A string component id or the numeric index of the component that should be initially activated within the container's layout on render. For example, activeItem: 'item-1' or activeItem: 0 (index 0 = the first item in the container's collection). activeItem only applies to layout styles that can display items one at a time (like Ext.layout.Accordion, Ext.layout.CardLayout and Ext.layout.FitLayout). Related to Ext.layout.ContainerLayout.activeItem.
setActiveOnTop
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setActiveOnTop() True to swap the position of each panel as it is expanded so that it becomes the first item in the container, false to keep the panels in the rendered order. This is NOT compatible with "animate:true" (defaults to false).
setActiveTab
in file TabPanel.php, method PhpExt_TabPanel::setActiveTab() A string id or the numeric index of the tab that should be initially activated on render (defaults to none).
in file ComboBox.php, method PhpExt_Form_ComboBox::setAllQuery() The text query to send to the server to return all records for the list with no filtering (defaults to '')
setAltFormats
in file DateField.php, method PhpExt_Form_DateField::setAltFormats() Multiple date formats separated by "|" to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d').
setAltFormats
in file TimeField.php, method PhpExt_Form_TimeField::setAltFormats() Multiple date formats separated by "|" to try when parsing a user input value and it doesn't match the defined format (defaults to 'm/d/Y|m-d-y|m-d-Y|m/d|m-d|d').
setAnchor
in file AnchorLayoutData.php, method PhpExt_Layout_AnchorLayoutData::setAnchor() This value is what tells the layout how the item should be anchored to the container. The following types of anchor values are supported:
setAnchorSize
in file AnchorLayoutData.php, method PhpExt_Layout_AnchorLayoutData::setAnchorSize() If anchorSize is specifed, the layout will use it as a virtual container for the purposes of calculating anchor measurements based on it instead, allowing the container to be sized independently of the anchoring logic if necessary.
setAnimate
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setAnimate() True to slide the contained panels open and closed during expand/collapse using animation, false to open and close directly with no animation (defaults to false). Note: to defer to the specific config setting of each contained panel for this property, set this to undefined at the layout level.
setAnimate
in file TreePanel.php, method PhpExt_Tree_TreePanel::setAnimate() true to enable animated expand/collapse (defaults to the value of Ext.enableFx)
setAnimateTarget
in file Window.php, method PhpExt_Window::setAnimateTarget() Id or element from which the window should animate while opening (defaults to null with no animation).
setAnimCollapse
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setAnimCollapse() When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel that will close again once the user mouses out of that panel (or clicks out if autoHide = false). Setting animFloat to false will prevent the open and close of these floated panels from being animated (defaults to true).
setAnimCollapse
in file Panel.php, method PhpExt_Panel::setAnimCollapse() True to animate the transition when the panel is collapsed, false to skip the animation (defaults to true if the Ext.Fx class is available, otherwise false).
setAnimEl
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::setAnimEl() An id or Element from which the message box should animate as it opens and closes (defaults to undefined)
setAnimScroll
in file TabPanel.php, method PhpExt_TabPanel::setAnimScroll() True to animate tab scrolling so that hidden tabs slide smoothly into view (defaults to true). Only applies when enableTabScroll = true.
setApplyTo
in file Panel.php, method PhpExt_Panel::setApplyTo() The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some panel-specific structural markup. When applyTo is used, constituent parts of the panel can be specified by CSS class name within the main element, and the panel will automatically create those components from that markup. Any required components not specified in the markup will be autogenerated if necessary. The following class names are supported (baseCls will be replaced by BaseCssClass):
setApplyTo
in file Component.php, method PhpExt_Component::setApplyTo() The id of the node, a DOM node or an existing Element corresponding to a DIV that is already present in the document that specifies some structural markup for this component. When applyTo is used, constituent parts of the component can also be specified by id or CSS class name within the main element, and the component being created may attempt to create its subcomponents from that markup if applicable. Using this config, a call to render() is not required. If applyTo is specified, any value passed for renderTo will be ignored and the target element's parent node will automatically be used as the component's container.
setArrowHandler
in file SplitButton.php, method PhpExt_SplitButton::setArrowHandler() A function called when the arrow button is clicked (can be used instead of click event)
in file ComboBox.php, method PhpExt_Form_ComboBox::setAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to: {tag: "input", type: "text", size: "24", autocomplete: "off"})
setAutoCreate
in file Checkbox.php, method PhpExt_Form_Checkbox::setAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "checkbox", autocomplete: "off"})
setAutoCreate
in file TriggerField.php, method PhpExt_Form_TriggerField::setAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "16", autocomplete: "off"})
setAutoCreate
in file DateField.php, method PhpExt_Form_DateField::setAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "10", autocomplete: "off"})
setAutoCreate
in file Field.php, method PhpExt_Form_Field::setAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "input", type: "text", size: "20", autocomplete: "off"})
setAutoCreate
in file TextArea.php, method PhpExt_Form_TextArea::setAutoCreate() A DomHelper element spec, or true for a default element spec (defaults to {tag: "textarea", style: "width:100px;height:60px;", autocomplete: "off"})
setAutoDestroy
in file Container.php, method PhpExt_Container::setAutoDestroy() If true the container will automatically destroy any contained component that is removed from it, else destruction must be handled manually (defaults to true).
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setAutoHide() When a collapsed region's bar is clicked, the region's panel will be displayed as a floated panel. If autoHide is true, the panel will automatically hide after the user mouses out of the panel. If autoHide is false, the panel will continue to display until the user clicks outside of the panel (defaults to true).
in file Store.php, method PhpExt_Data_Store::setAutoLoad() If passed, this store's load method is automatically called after creation with the autoLoad object
setAutoScroll
in file Panel.php, method PhpExt_Panel::setAutoScroll() True to use overflow:'auto' on the panel's body element and show scroll bars automatically when necessary, false to clip any overflowing content (defaults to false).
setAutoShow
in file Component.php, method PhpExt_Component::setAutoShow() True if the component should check for hidden classes (e.g. 'x-hidden' or 'x-hide-display') and remove them on render (defaults to false).
setAutoSize
in file Editor.php, method PhpExt_Editor::setAutoSize() True for the editor to automatically adopt the size of the underlying field, "width" to adopt the width only, or "height" to adopt the height only (defaults to false)
setAutoTabs
in file TabPanel.php, method PhpExt_TabPanel::setAutoTabs() True to query the DOM for any divs with a class of 'x-tab' to be automatically converted to tabs and added to this panel (defaults to false). Note that the query will be executed within the scope of the container element only (so that multiple tab panels from markup can be supported via this method).
setAutoTabSelector
in file TabPanel.php, method PhpExt_TabPanel::setAutoTabSelector() The CSS selector used to search for tabs in existing markup when autoTabs = true (defaults to 'div.x-tab'). This can be any valid selector supported by Ext.DomQuery.select. Note that the query will be executed within the scope of this tab panel only (so that multiple tab panels from markup can be supported on a page).
setAutoWidth
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setAutoWidth() True to set each contained item's width to 'auto', false to use the item's current width (defaults to true).
setAutoWidth
in file BoxComponent.php, method PhpExt_BoxComponent::setAutoWidth() True to use width:'auto', false to use fixed width (defaults to false).
setBaseAttrs
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::setBaseAttrs() (optional) An object containing attributes to be added to all nodes created by this loader. If the attributes sent by the server have an attribute in this object, they take priority.
in file Window.php, method PhpExt_Window::setBaseCssClass() The base CSS class to apply to this panel's element (defaults to 'x-window').
setBaseCssClass
in file ProgressBar.php, method PhpExt_ProgressBar::setBaseCssClass() The base CSS class to apply to the progress bar's wrapper element (defaults to 'x-progress')
setBaseCssClass
in file Panel.php, method PhpExt_Panel::setBaseCssClass() The base CSS class to apply to this panel's element (defaults to 'x-panel').
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::setBaseParams() (optional) An object containing properties which specify HTTP parameters to be passed to each request for child nodes.
setBaseParams
in file Store.php, method PhpExt_Data_Store::setBaseParams() An array containing properties which are to be sent as parameters on any HTTP request.
setBlankText
in file TextField.php, method PhpExt_Form_TextField::setBlankText() Error text to display if the allow blank validation fails (defaults to "This field is required")
setBodyBorder
in file Panel.php, method PhpExt_Panel::setBodyBorder() True to display an interior border on the body element of the panel, false to hide it (defaults to true). This only applies when border == true. If border == true and bodyBorder == false, the border will display as a 1px wide inset border, giving the entire body element an inset appearance.
setBodyStyle
in file Panel.php, method PhpExt_Panel::setBodyStyle() Custom CSS styles to be applied to the body element in the format expected by Ext.Element.applyStyles (defaults to null).
setBorder
in file Panel.php, method PhpExt_Panel::setBorder() True to display the borders of the panel's body element, false to hide them (defaults to true). By default, the border is a 2px wide inset border, but this can be further altered by setting bodyBorder to false.
setBottomToolbar
in file Panel.php, method PhpExt_Panel::setBottomToolbar() The bottom toolbar of the panel. This is a PhpExt_Toolbar_Toolbar object or any of its descendants. To access the bottom toolbar after javascript render, use getBottomToolbar.
in file Listener.php, method PhpExt_Listener::setBuffer() Causes the handler to be scheduled to run in an PhpExt_Util_DelayedTask delayed by the specified number of milliseconds. If the event fires again within that time, the original handler is not invoked, but the new handler is scheduled in its place.
setBufferResize
in file Container.php, method PhpExt_Container::setBufferResize() When set to true (100 milliseconds) or a number of milliseconds, the layout assigned for this container will buffer the frequency it calculates and does a re-layout of components. This is useful for heavy containers or containers with a large amount of sub components that frequent calls to layout are expensive.
setButtonAlign
in file Panel.php, method PhpExt_Panel::setButtonAlign() The alignment of any buttons added to this panel. Valid values are:
in file StoreLoadOptions.php, method PhpExt_Data_StoreLoadOptions::setCallback() A function to be called after the Records have been loaded. The callback is passed the following arguments:
setCallback
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setCallback() A function to be called when the response from the server arrives. The following parameters are passed:
el : Ext.Element - The Element being updated.
setCallbackParam
in file ScriptTagProxy.php, method PhpExt_Data_ScriptTagProxy::setCallbackParam() <p>(Optional) The name of the parameter to pass to the server which tells the server the name of the callback function set up by the load call to process the returned data object. Defaults to "callback".</p> <p>The server-side processing must read this parameter value, and generate javascript output which calls this named function passing the data object as its only parameter.</p>
in file FieldSet.php, method PhpExt_Form_FieldSet::setCheckboxName() The name to assign to the fieldset's checkbox if checkboxToggle = true (defaults to '[checkbox id]-checkbox').
setCheckboxToggle
in file FieldSet.php, method PhpExt_Form_FieldSet::setCheckboxToggle() True to render a checkbox into the fieldset frame just in front of the legend (defaults to false). The fieldset will be expanded or collapsed when the checkbox is toggled.
setChecked
in file CheckItem.php, method PhpExt_Menu_CheckItem::setChecked() True to initialize this checkbox as checked (defaults to false). Note that if this checkbox is part of a radio group (group = true) only the last item in the group that is initialized with checked = true will be rendered as checked.
setChecked
in file Checkbox.php, method PhpExt_Form_Checkbox::setChecked() True if the the checkbox should render already checked (defaults to false)
setChecked
in file TreeNode.php, method PhpExt_Tree_TreeNode::setChecked() True to render a checked checkbox for this node, false to render an unchecked checkbox (defaults to undefined with no checkbox rendered)
in file Window.php, method PhpExt_Window::setClosable() True to display the 'close' tool button and allow the user to close the window, false to hide the button and disallow closing the window (default to true).
setClosable
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::setClosable() False to hide the top-right close button (defaults to true). Note that progress and wait dialogs will ignore this property and always hide the close button as they can only be closed programmatically.
in file Window.php, method PhpExt_Window::setCloseAction() The action to take when the close button is clicked. The default action is PhpExt_Window::CLOSE_ACTION_CLOSE which will actually remove the window from the DOM and destroy it. The other valid option is PhpExt_Window::CLOSE_ACTION_HIDE which will simply hide the window by setting visibility to hidden and applying negative offsets, keeping the window available to be redisplayed via the show method.
setCMargins
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setCMargins() An object containing margins to apply to the region's collapsed element in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)}
setCollapsed
in file Panel.php, method PhpExt_Panel::setCollapsed() True to render the panel collapsed, false to render it expanded (defaults to false).
setCollapsedCssClass
in file Panel.php, method PhpExt_Panel::setCollapsedCssClass() A CSS class to add to the panel's element after it has been collapsed (defaults to 'x-panel-collapsed').
setCollapseFirst
in file Panel.php, method PhpExt_Panel::setCollapseFirst() True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the panel's title bar, false to render it last (defaults to true).
setCollapseFirst
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setCollapseFirst() True to make sure the collapse/expand toggle button always renders first (to the left of) any other tools in the contained panels' title bars, false to render it last (defaults to false).
setCollapseMode
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setCollapseMode() By default, collapsible regions are collapsed by clicking the expand/collapse tool button that renders into the region's title bar. Optionally, when collapseMode is set to 'mini' the region's split bar will also display a small collapse button in the center of the bar. In 'mini' mode the region will collapse to a thinner bar than in normal mode. By default collapseMode is undefined, and the only two supported values are undefined and 'mini'. Note that if a collapsible region does not have a title bar, then collapseMode must be set to 'mini' in order for the region to be collapsible by the user as the tool button will not be rendered.
setCollapsible
in file Panel.php, method PhpExt_Panel::setCollapsible() True to make the panel collapsible and have the expand/collapse toggle button automatically rendered into the header tool button area, false to keep the panel statically sized with no button (defaults to false).
setCollapsible
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setCollapsible() True to allow the user to collapse this region (defaults to false). If true, an expand/collapse tool button will automatically be rendered into the title bar of the region, otherwise the button will not be shown. Note that a title bar is required to display the toggle button -- if no region title is specified, the region will only be collapsible if collapseMode is set to 'mini'.
in file TableLayout.php, method PhpExt_Layout_TableLayout::setColumns() The total number of columns to create in the table for this layout. If not specified, all panels added to this layout will be rendered into a single row using a column per panel.
setColumnWidth
in file ColumnLayoutData.php, method PhpExt_Layout_ColumnLayoutData::setColumnWidth() The layout will use the width (if pixels) or columnWidth (if percent) of each panel during layout to determine how to size each panel. If width or columnWidth is not specified for a given panel, its width will default to the panel's width (or auto).
in file Window.php, method PhpExt_Window::setConstrain() True to constrain the window to the viewport, false to allow it to fall outside of the viewport (defaults to false). Optionally the header only can be constrained using setConstrainHeader.
setConstrainHeader
in file Window.php, method PhpExt_Window::setConstrainHeader() True to constrain the window header to the viewport, allowing the window body to fall outside of the viewport, false to allow the header to fall outside the viewport (defaults to false). Optionally the entire window can be constrained using setConstrain.
setContainerCssClass
in file Component.php, method PhpExt_Component::setContainerCssClass() An optional extra CSS class that will be added to this component's container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::setConvert() (Optional) A function which converts the value provided by the Reader into an object that will be stored in the Record. It is passed the following parameters:
in file Component.php, method PhpExt_Component::setCssClass() An optional extra CSS class that will be added to this component's Element (defaults to ''). This can be useful for adding customized styles to the component or any of its children using standard CSS rules.
setCssStyle
in file Component.php, method PhpExt_Component::setCssStyle() A custom style specification to be applied to this component's Element.
in file JsonStore.php, method PhpExt_Data_JsonStore::setData() A json string readable by this object's JsonReader. Either this option, or the url option must be specified.
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::setDataIndex() (optional) The name of the field in the grid's Ext.data.Store's Ext.data.Record definition from which to draw the column's value. If not specified, the column's index is used as an index into the Record's data Array.
setDataUrl
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::setDataUrl() The URL from which to request a Json string which specifies an array of node definition objects representing the child nodes to be loaded.
in file Window.php, method PhpExt_Window::setDefaultButton() The id / index of a button or a button instance to focus when this window received the focus.
in file Container.php, method PhpExt_Container::setDefaults() A config object that will be applied to all components added to this container either via the items config or via the add or insert methods. The defaults config can contain any number of name/value property pairs to be added to each item, and should be valid for the types of items being added to the container. For example, to automatically apply padding to the body of each of a set of contained PhpExt_Panel items, you could pass: new PhpExt_Config_ConfigObject(array('bodyStyle'=>'padding:15px')).
setDefaults
in file Menu.php, method PhpExt_Menu_Menu::setDefaults() A config object that will be applied to all items added to this container either via the items config or via the add method. The defaults config can contain any number of name/value property pairs to be added to each item, and should be valid for the types of items being added to the menu.
in file Container.php, method PhpExt_Container::setDefaultType() The default type of container represented by this object as registered in Ext.ComponentMgr (defaults to 'panel').
setDeferredRender
in file CardLayout.php, method PhpExt_Layout_CardLayout::setDeferredRender() True to render each contained item at the time it becomes active, false to render all contained items as soon as the layout is rendered (defaults to false). If there is a significant amount of content or a lot of heavy controls being rendered into panels that are not displayed by default, setting this to true might improve performance.
setDeferredRender
in file TabPanel.php, method PhpExt_TabPanel::setDeferredRender() Internally, the TabPanel uses a Ext.layout.CardLayout to manage its tabs. This property will be passed on to the layout as its Ext.layout.CardLayout.deferredRender config value, determining whether or not each tab is rendered only when first accessed (defaults to true).
setDelay
in file Listener.php, method PhpExt_Listener::setDelay() The number of milliseconds to delay the invocation of the handler after the event fires.
setDirection
in file SortInfoConfigObject.php, method PhpExt_Data_SortInfoConfigObject::setDirection() Sort direction. it can be either PhpExt_Data_SortInfoConfigObject::ASC or PhpExt_Data_SortInfoConfigObject::DESC
in file DateField.php, method PhpExt_Form_DateField::setDisableDates() An array of "dates" to disable, as strings. These strings will be used to build a dynamic regular expression so they are very powerful. Some examples:
in file DateField.php, method PhpExt_Form_DateField::setDisabledDays() An array of days to disable, 0 based. For example, [0, 6] disables Sunday and Saturday (defaults to null).
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setDiscardUrl() If not passed as false the URL of this request becomes the default URL for this Updater object, and will be subsequently used in refresh calls.
setDisplayField
in file ComboBox.php, method PhpExt_Form_ComboBox::setDisplayField() The underlying data field name to bind to this ComboBox (defaults to undefined if mode = {@ling PhpExt_Form_ComboBox::MODE_REMOTE} or 'text' if transforming a select)
in file PagingToolbar.php, method PhpExt_Toolbar_PagingToolbar::setDisplayMessage() The paging status message to display (defaults to "Displaying {0} - {1} of {2}"). Note that this string is formatted using the braced numbers 0-2 as tokens that are replaced by the values for start, end and total respectively. These tokens should be preserved when overriding this string if showing those values is desired.
setDraggable
in file Window.php, method PhpExt_Window::setDraggable() True to allow the window to be dragged by the header bar, false to disable dragging (defaults to true). Note that by default the window will be centered in the viewport, so if dragging is disabled the window may need to be positioned programmatically after render (e.g., myWindow.setPosition(100, 100);).
in file Panel.php, method PhpExt_Panel::setDraggable() True to enable dragging of this Panel (defaults to false). For custom drag/drop implementations, an Ext.Panel.DD config could also be passed in this config instead of true, although Ext.Panel.DD is an internal, undocumented class.
setDuration
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::setDuration() The length of time in milliseconds that the progress bar should run before resetting itself (defaults to undefined, in which case it will run indefinitely until reset is called)
setEditable
in file ComboBox.php, method PhpExt_Form_ComboBox::setEditable() False to prevent the user from typing text directly into the field, just like a traditional select (defaults to true)
setEditor
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::setEditor() (optional) The Ext.form.Field to use when editing values in this column if editing is supported by the grid.
setEl
in file Component.php, method PhpExt_Component::setEl() The DOM element to which this component show be rendered to. This should be used instead of renderTo or applyTo if using lazy render.
in file Panel.php, method PhpExt_Panel::setElements() A comma-delimited list of panel elements to initialize when the panel is rendered. Normally, this list will be generated automatically based on the items added to the panel at config time, but sometimes it might be useful to make sure a structural element is rendered even if not specified at config time (for example, you may want to add a button or toolbar dynamically after the panel has been rendered). Adding those elements to this list will allocate the required placeholders in the panel when it is rendered. Valid values are
setEmptyCssClass
in file TextField.php, method PhpExt_Form_TextField::setEmptyCssClass() The CSS class to apply to an empty field to style the emptyText (defaults to 'x-form-empty-field'). This class is automatically added and removed as needed depending on the current field value.
in file DataView.php, method PhpExt_DataView::setEmptyText() The text to display in the view when there is no data to display (defaults to '').
setEmptyText
in file GridView.php, method PhpExt_Grid_GridView::setEmptyText() Default text to display in the grid body when no rows are available (defaults to '').
in file HtmlEditor.php, method PhpExt_Form_HtmlEditor::setEnableLists() Enable the bullet and numbered list buttons. Not available in Safari. (defaults to true)
in file GridView.php, method PhpExt_Grid_GridView::setEnableRowBody() True to add a second TR element per row that can be used to provide a row body that spans beneath the data row. Use the getRowClass method's rowParams config to customize the row body.
in file TabPanel.php, method PhpExt_TabPanel::setEnableTabScroll() True to enable scrolling to tabs that may be invisible due to overflowing the overall TabPanel width. Only available with tabs on top. (defaults to false).
in file Window.php, method PhpExt_Window::setExpandOnShow() True to always expand the window when it is displayed, false to keep it in its current state (which may be collapsed) when displayed (defaults to true).
in file ContainerLayout.php, method PhpExt_Layout_ContainerLayout::setExtraCssClass() An optional extra CSS class that will be added to the container (defaults to ''). This can be useful for adding customized styles to the container or any of its children using standard CSS rules.
setFailureCallback
in file Action.php, method PhpExt_Form_Action::setFailureCallback() The function to call when a failure packet was recieved, or when an error ocurred in the Ajax communication. The function is passed the following parameters:
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setFill() True to adjust the active item's height to fill the available space in the container, false to use the item's current height, or auto height if not explicitly set (defaults to true).
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setFloatable() True to allow clicking a collapsed region's bar to display the region's panel floated above the layout, false to force the user to fully expand a collapsed region by clicking the expand button to see it again (defaults to true).
setFloating
in file Panel.php, method PhpExt_Panel::setFloating() True to float the panel (absolute position it with automatic shimming and shadow), false to display it inline where it is rendered (defaults to false). Note that by default, setting floating to true will cause the panel to display at negative offsets so that it is hidden -- because the panel is absolute positioned, the position must be set explicitly after render (e.g., myPanel.setPosition(100,100);). Also, when floating a panel you should always assign a fixed width, otherwise it will be auto width and will expand to fill to the right edge of the viewport.
setFn
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::setFn() A callback function which is called when the dialog is dismissed either by clicking on the configured buttons, or on the dialog close button, or by pressing the return button to enter input.
setFn
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::setFn() A callback function to execute after the progress bar finishes auto-
in file Panel.php, method PhpExt_Panel::setFooter() True to create the footer element explicitly, false to skip creating it. By default, when footer is not specified, if one or more buttons have been added to the panel the footer will be created automatically, otherwise it will not.
in file GridView.php, method PhpExt_Grid_GridView::setForceFit() True to auto expand/contract the size of the columns to fit the grid width and prevent horizontal scrolling.
setForceSelection
in file ComboBox.php, method PhpExt_Form_ComboBox::setForceSelection() True to restrict the selected value to one of the values in the list, false to allow the user to set arbitrary text into the field (defaults to false)
setFormat
in file TimeField.php, method PhpExt_Form_TimeField::setFormat() The default date format string which can be overriden for localization support. The format must be valid according to Date.parseDate (defaults to 'm/d/y').
setFormat
in file DateField.php, method PhpExt_Form_DateField::setFormat() The default date format string which can be overriden for localization support. The format must be valid according to Date.parseDate (defaults to 'm/d/y').
setFrame
in file Panel.php, method PhpExt_Panel::setFrame() True to render the panel with custom rounded borders, false to render with plain 1px square borders (defaults to false).
setGroup
in file CheckItem.php, method PhpExt_Menu_CheckItem::setGroup() All check items with the same group name will automatically be grouped into a single-select radio button group (defaults to '')
setGroupByText
in file GroupingView.php, method PhpExt_Grid_GroupingView::setGroupByText() Text displayed in the grid header menu for grouping by a column (defaults to 'Group By This Field').
in file GroupingStore.php, method PhpExt_Data_GroupingStore::setGroupOnSort() True to sort the data on the grouping field when a grouping operation occurs, false to sort based on the existing sort info (defaults to false).
in file ComboBox.php, method PhpExt_Form_ComboBox::setHandleHeight() The height in pixels of the dropdown list resize handle if resizable = true (defaults to 8)
setHandleMouseEvents
in file Button.php, method PhpExt_Button::setHandleMouseEvents() False to disable visual cues on mouseover, mouseout and mousedown (defaults to true)
in file BaseItem.php, method PhpExt_Menu_BaseItem::setHandler() A function that will handle the click event of this menu item (defaults to undefined)
setHeader
in file CheckboxSelectionModel.php, method PhpExt_Grid_CheckboxSelectionModel::setHeader() Any valid text or HTML fragment to display in the header cell for the checkbox column (defaults to '<div class="x-grid3-hd-checker"> </div>'). The default CSS class of 'x-grid3-hd-checker' displays a checkbox in the header and provides support for automatic check all/none behavior on header click. This string can be replaced by any valid HTML fragment, including a simple text string (e.g., 'Select Rows'), but the automatic check all/none behavior will only work if the 'x-grid3-hd-checker' class is supplied.
in file Panel.php, method PhpExt_Panel::setHeader() True to create the header element explicitly, false to skip creating it. By default, when header is not specified, if a title is set the header will be created automatically, otherwise it will not. If a title is set but header is explicitly set to false, the header will not be rendered.
setHeaderAsText
in file Panel.php, method PhpExt_Panel::setHeaderAsText() True to display the panel title in the header, false to hide it (defaults to true).
in file ComboBox.php, method PhpExt_Form_ComboBox::setHiddenName() If specified, a hidden form field with this name is dynamically generated to store the field's data value (defaults to the underlying DOM element's name). Required for the combo's value to automatically post during a form submission.
in file Container.php, method PhpExt_Container::setHideBorders() True to hide the borders of each contained component, false to defer to the component's existing border settings (defaults to false).
setHideCollapseTool
in file Panel.php, method PhpExt_Panel::setHideCollapseTool() True to hide the expand/collapse toggle button when collapsible = true, false to display it (defaults to false).
setHideCollapseTool
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setHideCollapseTool() True to hide the contained panels' collapse/expand toggle buttons, false to display them (defaults to false). When set to true, titleCollapse should be true also.
setHideDelay
in file BaseItem.php, method PhpExt_Menu_BaseItem::setHideDelay() Length of time in milliseconds to wait before hiding after a click (defaults to 100)
setHideElement
in file Editor.php, method PhpExt_Editor::setHideElement() False to keep the bound element visible while the editor is displayed (defaults to true)
in file Component.php, method PhpExt_Component::setHideParent() True to hide and show the component's container when hide/show is called on the component, false to hide and show the component itself (defaults to false). For example, this can be used as a shortcut for a hide button on a window by setting hide:true on the button when adding it to its parent container.
in file Item.php, method PhpExt_Menu_Item::setIcon() The path to an icon to display in this item (defaults to Ext.BLANK_IMAGE_URL). If icon is specified iconCls should not be.
setIcon
in file Button.php, method PhpExt_Button::setIcon() The path to an image to display in the button (the image will be set as the background-image CSS property of the button by default, so if you want a mixed icon/text button, set CssClass:"x-btn-text-icon")
in file TreeNode.php, method PhpExt_Tree_TreeNode::setIcon() The path to an icon for the node. The preferred way to do this is to use the cls or iconCls attributes and add the icon via a CSS background image.
setIconCssClass
in file Item.php, method PhpExt_Menu_Item::setIconCssClass() A CSS class that specifies a background image that will be used as the icon for this item (defaults to ''). If iconCls is specified icon should not be.
in file Panel.php, method PhpExt_Panel::setIconCssClass() A CSS class that will provide a background image to be used as the panel header icon (defaults to '').
setIconCssClass
in file Button.php, method PhpExt_Button::setIconCssClass() A css class which sets a background image to be used as the icon for this button
in file XmlReader.php, method PhpExt_Data_XmlReader::setId() The DomQuery path relative from the record element to the element that contains a record identifier value.
setId
in file ArrayReader.php, method PhpExt_Data_ArrayReader::setId() (optional) The subscript within row Array that provides an ID for the Record
in file JsonStore.php, method PhpExt_Data_JsonStore::setId() Name of the property within a row object that contains a record identifier value.
setId
in file SimpleStore.php, method PhpExt_Data_SimpleStore::setId() The array index of the record id. Leave blank to auto generate ids.
setId
in file JsonReader.php, method PhpExt_Data_JsonReader::setId() Name of the property within a row object that contains a record identifier value.
setId
in file Component.php, method PhpExt_Component::setId() The unique id of this component (defaults to an auto-assigned id).
setId
in file ProgressBar.php, method PhpExt_ProgressBar::setId() The progress bar element's id (defaults to an auto-generated id)
setId
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::setId() (optional) Defaults to the column's initial ordinal position. A name which identifies this column. The id is used to create a CSS class name which is applied to all table cells (including headers) in that column.
setId
in file Node.php, method PhpExt_Data_Node::setId() The id for this node. If one is not specified, one is generated.
in file Editor.php, method PhpExt_Editor::setIgnoreNoChange() True to skip the the edit completion process (no save, no events fired) if the user completes an edit and the value has not changed (defaults to false). Applies only to string values - edits for other data types will never be ignored.
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::setIncrement() The number of progress update segments to display within the progress bar (defaults to 10). If the bar reaches the end and is still updating, it will automatically wrap back to the beginning.
setInputType
in file Field.php, method PhpExt_Form_Field::setInputType() The type attribute for input fields -- e.g. radio, text, password (defaults to "text").
in file Field.php, method PhpExt_Form_Field::setInvalidText() The error text to use when marking a field invalid and no message is provided (defaults to "The value in this field is invalid")
setInvalidText
in file DateField.php, method PhpExt_Form_DateField::setInvalidText() The error text to display when the date in the field is invalid (defaults to '{value} is not a valid date - it must be in the format {format}').
setInvalidText
in file TimeField.php, method PhpExt_Form_TimeField::setInvalidText() The error text to display when the time in the field is invalid (defaults to '{value} is not a valid time - it must be in the format {format}').
in file FormPanel.php, method PhpExt_Form_FormPanel::setItemCssClass() A css class to apply to the x-form-item of fields. This property cascades to child containers.
setItemCssClass
in file FieldSet.php, method PhpExt_Form_FieldSet::setItemCssClass() A css class to apply to the x-form-item of fields. This property cascades to child containers.
in file CheckItem.php, method PhpExt_Menu_CheckItem::setItemCssClass() The default CSS class to use for check items (defaults to "x-menu-item x-menu-check-item")
setItemCssClass
in file FormLayout.php, method PhpExt_Layout_FormLayout::setItemCssClass() A CSS class to add to the div wrapper that contains each field label and field element (the default class is 'x-form-item' and itemCls will be added to that)
setItemCssClass
in file Field.php, method PhpExt_Form_Field::setItemCssClass() An additional CSS class to apply to this field (defaults to the container's itemCls value if set, or '')
in file ComboBox.php, method PhpExt_Form_ComboBox::setItemCssSelector() A CSS selector in any format supported by Ext.DomQuery that will be used to determine what nodes this DataView will be working with.
setItemCssSelector
in file DataView.php, method PhpExt_DataView::setItemCssSelector() This is a required setting. A CSS selector in any format supported by Ext.DomQuery that will be used to determine what nodes this DataView will be working with.
setKeys
in file Panel.php, method PhpExt_Panel::setKeys() A KeyMap config object (in the format expected by Ext.KeyMap.addBinding used to assign custom key handling to this panel (defaults to null).
in file Field.php, method PhpExt_Form_Field::setLabelCssStyle() A CSS style specification to apply directly to this field's label (defaults to the container's labelStyle value if set, or ''). For example: 'font-weight:bold;'.
in file FormLayout.php, method PhpExt_Layout_FormLayout::setLabelPad() The default padding in pixels for field labels (defaults to 5). labelPad only applies if labelWidth is also specified, otherwise it will be ignored.
setLabelSeparator
in file Field.php, method PhpExt_Form_Field::setLabelSeparator() The standard separator to display after the text of each form label (defaults to the value of Ext.layout.FormLayout.labelSeparator, which is a colon ':' by default). To display no separator for this field's label specify empty string ''.
setLabelSeparator
in file FormLayout.php, method PhpExt_Layout_FormLayout::setLabelSeparator() The standard separator to display after the text of each form label (defaults to a colon ':'). To turn off separators for all fields in this layout by default specify empty string '' (if the labelSeparator value is explicitly set at the field level, those will still be displayed).
in file Container.php, method PhpExt_Container::setLayout() The layout type to be used in this container. If not specified, a default PhpExt_Layout_ContainerLayout will be created and used.
in file ComboBox.php, method PhpExt_Form_ComboBox::setLazyInit() True to not initialize the list for this combo until the field is focused. (defaults to true)
setLazyRender
in file ComboBox.php, method PhpExt_Form_ComboBox::setLazyRender() True to prevent the ComboBox from rendering until requested (should always be used when rendering into an Ext.Editor, defaults to false)
in file ComboBox.php, method PhpExt_Form_ComboBox::setListAlign() A valid anchor position value. See Ext.Element.alignTo for details on supported anchor positions (defaults to 'tl-bl')
in file ComboBox.php, method PhpExt_Form_ComboBox::setListWidth() The width in pixels of the dropdown list (defaults to the width of the ComboBox field)
setLoader
in file AsyncTreeNode.php, method PhpExt_Tree_AsyncTreeNode::setLoader() A TreeLoader to be used by this node (defaults to the loader defined on the tree)
in file ComboBox.php, method PhpExt_Form_ComboBox::setLoadingText() The text to display in the dropdown list while data is loading. Only applies when mode = {@ling PhpExt_Form_ComboBox::MODE_REMOTE} (defaults to 'Loading...')
setLoadingText
in file DataView.php, method PhpExt_DataView::setLoadingText() A string to display during data load operations (defaults to undefined). If specified, this text will be displayed in a loading div and the view's contents will be cleared while loading, otherwise the view's contents will continue to display normally until the new data is loaded and the contents are replaced.
setLoadMask
in file GridPanel.php, method PhpExt_Grid_GridPanel::setLoadMask() An PhpExt_LoadMask object or true to mask the grid while loading (defaults to false).
setLoadMask
in file Panel.php, method PhpExt_Panel::setLoadMask() The id of the DOM Element which servers as loading mask to show loading messages
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::setMapping() (Optional) A path specification for use by the Ext.data.Reader implementation that is creating the Record to access the data value from the data object. If an Ext.data.JsonReader is being used, then this is a string containing the javascript expression to reference the data relative to the record item's root. If an Ext.data.XmlReader is being used, this is an Ext.DomQuery path to the data item relative to the record element. If the mapping expression is the same as the field name, this may be omitted.
setMargins
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setMargins() An object containing margins to apply to the region in the format {left: (left margin), top: (top margin), right: (right margin), bottom: (bottom margin)} or a string with the margin values in the format "left top right bottom"
setMaskDisabled
in file Panel.php, method PhpExt_Panel::setMaskDisabled() True to mask the panel when it is disabled, false to not mask it (defaults to true).
setMaskRegEx
in file TextField.php, method PhpExt_Form_TextField::setMaskRegEx() An input mask regular expression (Javascript RegEx) that will be used to filter keystrokes that don't match (defaults to null)
in file ComboBox.php, method PhpExt_Form_ComboBox::setMaxHeight() The maximum height in pixels of the dropdown list before scrollbars are shown (defaults to 300)
setMaximizable
in file Window.php, method PhpExt_Window::setMaximizable() True to display the 'maximize' tool button and allow the user to maximize the window, false to hide the button and disallow maximizing the window (defaults to false). Note that when a window is maximized, the tool button will automatically change to a 'restore' button with the appropriate behavior already built-in that will restore the window to its previous size.
in file TextField.php, method PhpExt_Form_TextField::setMaxLengthText() Error text to display if the maximum length validation fails (defaults to "The maximum length for this field is {maxLength}")
in file DateField.php, method PhpExt_Form_DateField::setMaxText() The error text to display when the date in the cell is after maxValue (defaults to 'The date in this field must be before {maxValue}').
setMaxText
in file NumberField.php, method PhpExt_Form_NumberField::setMaxText() Error text to display if the maximum value validation fails (defaults to "The maximum value for this field is {maxValue}")
setMaxText
in file TimeField.php, method PhpExt_Form_TimeField::setMaxText() The error text to display when the time is after maxValue (defaults to 'The time in this field must be equal to or before {0}').
setMaxValue
in file DateField.php, method PhpExt_Form_DateField::setMaxValue() The maximum allowed date. Can be either a Javascript date object or a string date in a valid format (defaults to null).
in file TimeField.php, method PhpExt_Form_TimeField::setMaxValue() The maximum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null).
in file Button.php, method PhpExt_Button::setMenu() Standard menu attribute consisting of a reference to a menu object, a menu id or a menu config blob (defaults to undefined).
setMenuAlign
in file Button.php, method PhpExt_Button::setMenuAlign() The position to align the menu to (see PhpExt_Ext.combineAnchors for more details, defaults to 'tl-bl?').
setMethod
in file Action.php, method PhpExt_Form_Action::setMethod() The HTTP method to use to access the requested URL. Defaults to the Ext.form.BasicForm's method, or if that is not specified, the underlying DOM form's method.
setMethod
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setMethod() The HTTP method to use. Defaults to AUTO_LOAD_METHOD_POST if params are present, or AUTO_LOAD_METHOD_GET if not.
setMethod
in file FormPanel.php, method PhpExt_Form_FormPanel::setMethod() The request method to use (GET or POST) for form actions if one isn't supplied in the action options.
in file ComboBox.php, method PhpExt_Form_ComboBox::setMinChars() The minimum number of characters the user must type before autocomplete and typeahead activate (defaults to 4 if remote or 0 if local, does not apply if editable = false)
in file Window.php, method PhpExt_Window::setMinHeight() The minimum height in pixels allowed for this window (defaults to 100). Only applies when resizable = true.
in file Window.php, method PhpExt_Window::setMinimizable() True to display the 'minimize' tool button and allow the user to minimize the window, false to hide the button and disallow minimizing the window (defaults to false). Note that this button provides no implementation -- the behavior of minimizing a window is implementation-specific, so the minimize event must be handled and a custom minimize behavior implemented for this option to be useful.
in file TextField.php, method PhpExt_Form_TextField::setMinLengthText() Error text to display if the minimum length validation fails (defaults to "The minimum length for this field is {minLength}")
setMinListWidth
in file ComboBox.php, method PhpExt_Form_ComboBox::setMinListWidth() The minimum width of the dropdown list in pixels (defaults to 70, will be ignored if listWidth has a higher value)
in file TabPanel.php, method PhpExt_TabPanel::setMinTabWidth() The minimum width in pixels for each tab when resizeTabs = true (defaults to 30).
setMinText
in file TimeField.php, method PhpExt_Form_TimeField::setMinText() The error text to display when the date in the cell is before minValue (defaults to 'The time in this field must be equal to or after {0}').
setMinText
in file NumberField.php, method PhpExt_Form_NumberField::setMinText() Error text to display if the minimum value validation fails (defaults to "The minimum value for this field is {minValue}")
setMinText
in file DateField.php, method PhpExt_Form_DateField::setMinText() The error text to display when the date in the cell is before minValue (defaults to 'The date in this field must be after {minValue}').
setMinValue
in file TimeField.php, method PhpExt_Form_TimeField::setMinValue() The minimum allowed time. Can be either a Javascript date object or a string date in a valid format (defaults to null).
setMinValue
in file DateField.php, method PhpExt_Form_DateField::setMinValue() The minimum allowed date. Can be either a Javascript date object or a string date in a valid format (defaults to null).
in file Button.php, method PhpExt_Button::setMinWidth() The minimum width for this button (used to give a set of buttons a common width)
setMinWidth
in file Window.php, method PhpExt_Window::setMinWidth() The minimum width in pixels allowed for this window (defaults to 200). Only applies when resizable = true.
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::setModal() False to allow user interaction with the page while the message box is displayed (defaults to true)
setModal
in file Window.php, method PhpExt_Window::setModal() True to make the window modal and mask everything behind it when displayed, false to display it without restricting access to other UI elements (defaults to false).
in file Shadow.php, method PhpExt_Shadow::setMode() The shadow display mode. Supports the following options:
setMonitorPoll
in file FormPanel.php, method PhpExt_Form_FormPanel::setMonitorPoll() The milliseconds to poll valid state, ignored if monitorValid is not true (defaults to 200)
setMonitorResize
in file Container.php, method PhpExt_Container::setMonitorResize() True to automatically monitor window resize events to handle anything that is sensitive to the current size of the viewport. This value is typically managed by the chosen layout and should not need to be set manually.
setMonitorResize
in file TabPanel.php, method PhpExt_TabPanel::setMonitorResize() True to automatically monitor window resize events and rerender the layout on browser resize (defaults to true).
setMonitorValid
in file FormPanel.php, method PhpExt_Form_FormPanel::setMonitorValid() If true the form monitors its valid state client-side and fires a looping event with that state. This is required to bind buttons to the valid state using the config value formBind:true on the button.
in file MessageBoxOptions.php, method PhpExt_MessageBoxOptions::setMsg() A string that will replace the existing message box body text (defaults to the XHTML-compliant non-breaking space character ' ')
setMsgFx
in file Field.php, method PhpExt_Form_Field::setMsgFx() Experimental The effect used when displaying a validation message under the field (defaults to 'normal').
setMsgTarget
in file Field.php, method PhpExt_Form_Field::setMsgTarget() The location where error text should display. Should be one of the following values (defaults to 'qtip'):
in file DataView.php, method PhpExt_DataView::setMultiSelect() True to allow selection of more than one item at a time, false to allow selection of only a single item at a time or no selection at all, depending on the value of singleSelect (defaults to false).
setMultiSelect
in file ComboBox.php, method PhpExt_Form_ComboBox::setMultiSelect() True to allow selection of more than one item at a time, false to allow selection of only a single item at a time or no selection at all, depending on the value of singleSelect (defaults to false).
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::setName() The name by which the field is referenced within the Record. This is referenced by, for example the dataIndex property in column definition objects passed to Ext.grid.ColumnModel
in file NumberField.php, method PhpExt_Form_NumberField::setNanText() Error text to display if the value is not a valid number. For example, this can happen if a valid character like '.' or '-' is left in the field with no number (defaults to "{value} is not a valid number")
setNoCache
in file ScriptTagProxy.php, method PhpExt_Data_ScriptTagProxy::setNoCache() (Optional) Defaults to true. Disable cacheing by adding a unique parameter name to the request.
setNoCache
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setNoCache() Only needed for GET requests, this option causes an extra, generated parameter to be passed to defeat caching.
setOffset
in file Shadow.php, method PhpExt_Shadow::setOffset() The number of pixels to offset the shadow from the element (defaults to 4)
in file Window.php, method PhpExt_Window::setOnEsc() Allows override of the built-in processing for the escape key. Default action is to close the Window (performing whatever action is specified in closeAction. To prevent the Window closing when the escape key is pressed, specify this as Ext.emptyFn (See Ext.emptyFn).
setOnSubmit
in file FormPanel.php, method PhpExt_Form_FormPanel::setOnSubmit() Override for the onSubmit event. Use PhpExt_Javascript::stm("Ext.emptyFn") to avoid the default handler.
in file ComboBox.php, method PhpExt_Form_ComboBox::setPageSize() If greater than 0, a paging toolbar is displayed in the footer of the dropdown list and the filter queries will execute with page start and limit parameters. Only applies when mode = PhpExt_Form_ComboBox::MODE_REMOTE (defaults to 0)
setParams
in file Action.php, method PhpExt_Form_Action::setParams() Extra parameter values to pass. These are added to the Form's Ext.form.BasicForm.baseParams and passed to the specified URL along with the Form's input fields.
setParams
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setParams() The parameters to pass to the server. These may be specified as a urlencoded string, or as an array containing properties which represent parameters.
in file Window.php, method PhpExt_Window::setPlain() True to render the window body with a transparent background so that it will blend into the framing elements, false to add a lighter background color to visually highlight the body element and separate it more distinctly from the surrounding frame (defaults to false).
setPlain
in file TabPanel.php, method PhpExt_TabPanel::setPlain() True to render the tab strip without a background container image (defaults to false).
setPreloadChildren
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::setPreloadChildren() If set to true, the loader recursively loads "children" attributes when doing the first load on nodes.
in file TextArea.php, method PhpExt_Form_TextArea::setPreventScrollbars() True to prevent scrollbars from appearing regardless of how much text is in the field (equivalent to setting overflow: hidden, defaults to false)
in file Store.php, method PhpExt_Data_Store::setPruneModifiedRecords() True to clear all modified record information each time the store is loaded or when a record is removed. (defaults to false).
in file Store.php, method PhpExt_Data_Store::setReader() The Reader object which processes the data object and returns an Array of Ext.data.record objects which are cached keyed by their id property.
in file Field.php, method PhpExt_Form_Field::setReadOnly() True to mark the field as readOnly in HTML (defaults to false) -- Note: this only sets the element's readOnly DOM attribute.
setRecord
in file XmlReader.php, method PhpExt_Data_XmlReader::setRecord() The DomQuery path to the repeated element which contains record information.
setRecordType
in file DataReader.php, method PhpExt_Data_DataReader::setRecordType() The Record type class for the reader. It will override the specified fields if available.
setRegEx
in file TextField.php, method PhpExt_Form_TextField::setRegEx() A JavaScript RegExp object to be tested against the field value during validation (defaults to null). If available, this regex will be evaluated only after the basic validators all return true, and will be passed the current field value. If the test fails, the field will be marked invalid using regexText.
setRegExText
in file TextField.php, method PhpExt_Form_TextField::setRegExText() The error text to display if regex is used and the test fails during validation (defaults to "")
in file GroupingStore.php, method PhpExt_Data_GroupingStore::setRemoteGroup() True if the grouping should apply on the server side, false if it is local only (defaults to false). If the grouping is local, it can be applied immediately to the data. If it is remote, then it will simply act as a helper, automatically sending the grouping field name as the 'groupBy' param with each XHR call.
setRemoteSort
in file Store.php, method PhpExt_Data_Store::setRemoteSort() True if sorting is to be handled by requesting the Proxy to provide a refreshed version of the data object in sorted order, as opposed to sorting the Record cache in place (defaults to false).
setRenderer
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::setRenderer() (optional) A function used to generate HTML markup for a cell given the cell's data value. If not specified, the default renderer uses the raw data value.
in file Component.php, method PhpExt_Component::setRenderTo() The id of the node, a DOM node or an existing Element that will be the container to render this component into. Using this config, a call to render() is not required.
setRepeat
in file Button.php, method PhpExt_Button::setRepeat() True to repeat fire the click event while the mouse is down. This can also be an Ext.util.ClickRepeater config object (defaults to false).
in file Window.php, method PhpExt_Window::setResizable() True to allow user resizing at each edge and corner of the window, false to disable resizing (defaults to true).
in file ComboBox.php, method PhpExt_Form_ComboBox::setResizable() True to add a resize handle to the bottom of the dropdown list (defaults to false)
setResizeTabs
in file TabPanel.php, method PhpExt_TabPanel::setResizeTabs() True to automatically resize each tab so that the tabs will completely fill the tab strip (defaults to false). Setting this to true may cause specific widths that might be set per tab to be overridden in order to fit them all into view (although minTabWidth will always be honored).
setResult
in file Action.php, method PhpExt_Form_Action::setResult() The response config object containing a boolean success property and other, action-specific properties.
setRevertInvalid
in file Editor.php, method PhpExt_Editor::setRevertInvalid() True to automatically revert the field value and cancel the edit when the user completes an edit and the field validation fails (defaults to true)
in file Listener.php, method PhpExt_Listener::setScope() (optional) The scope in which to execute the handler function. The handler function's "this" context.
setScope
in file ProgressBarWaitConfig.php, method PhpExt_ProgressBarWaitConfig::setScope() The scope that is passed to the callback function (only applies when duration and fn are both passed).
in file Action.php, method PhpExt_Form_Action::setScope() The scope in which to call the callback functions (The this reference for the callback functions).
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setScope() The scope in which to execute the callback (The callback's this reference.) If the params option is a function, this scope is used for that function also.
in file AutoLoadConfigObject.php, method PhpExt_AutoLoadConfigObject::setScripts() If true any <script> tags embedded in the response text will be extracted and executed. If this option is specified, the callback will be called after the execution of the scripts.
setScrollDuration
in file TabPanel.php, method PhpExt_TabPanel::setScrollDuration() The number of milliseconds that each scroll animation should last (defaults to .35). Only applies when animScroll = true.
setScrollIncrement
in file TabPanel.php, method PhpExt_TabPanel::setScrollIncrement() The number of pixels to scroll each time a tab scroll button is pressed (defaults to 100, or if resizeTabs = true, the calculated tab width). Only applies when enableTabScroll = true.
setScrollRepeatInterval
in file TabPanel.php, method PhpExt_TabPanel::setScrollRepeatInterval() Number of milliseconds between each scroll while a tab scroll button is continuously pressed (defaults to 400).
in file DataView.php, method PhpExt_DataView::setSelectedCssClass() A CSS class to apply to each selected item in the view (defaults to 'x-view-selected').
in file TextField.php, method PhpExt_Form_TextField::setSelectOnFocus() True to automatically select any existing field text when the field receives input focus (defaults to false)
setSelectOnFocus
in file ComboBox.php, method PhpExt_Form_ComboBox::setSelectOnFocus() True to select any existing text in the field immediately on focus. Only applies when editable = true (defaults to false)
setSequence
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setSequence() Experimental. If animate is set to true, this will result in each animation running in sequence.
setShadow
in file Panel.php, method PhpExt_Panel::setShadow() True (or a valid PhpExt_Shadow.Mode value) to display a shadow behind the panel, false to display no shadow (defaults to 'PhpExt_MODE_SIDES'). Note that this option only applies when floating = true.
in file Panel.php, method PhpExt_Panel::setShadowOffset() The number of pixels to offset the shadow if displayed (defaults to 4). Note that this option only applies when floating = true.
setShim
in file Panel.php, method PhpExt_Panel::setShim() False to disable the iframe shim in browsers which need one (defaults to true). Note that this option only applies when floating = true.
setShowDelay
in file Item.php, method PhpExt_Menu_Item::setShowDelay() Length of time in milliseconds to wait before showing this item (defaults to 200)
in file DataView.php, method PhpExt_DataView::setSimpleSelect() True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl, false to force the user to hold Ctrl or Shift to select more than on item (defaults to false).
setSimpleSelect
in file ComboBox.php, method PhpExt_Form_ComboBox::setSimpleSelect() True to enable multiselection by clicking on multiple items without requiring the user to hold Shift or Ctrl, false to force the user to hold Ctrl or Shift to select more than on item (defaults to false).
setSingle
in file Listener.php, method PhpExt_Listener::setSingle() True to add a handler to handle just the next firing of the event, and then remove itself.
in file ComboBox.php, method PhpExt_Form_ComboBox::setSingleSelect() True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false). Note that if multiSelect = true, this value will be ignored.
setSingleSelect
in file DataView.php, method PhpExt_DataView::setSingleSelect() True to allow selection of exactly one item at a time, false to allow no selection at all (defaults to false). Note that if multiSelect = true, this value will be ignored
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::setSortable() (optional) True if sorting is to be allowed on this column. Defaults to the value of the defaultSortable property. Whether local/remote sorting is used is specified in Ext.data.Store.remoteSort.
setSortDir
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::setSortDir() (Optional) Initial direction to sort. PhpExt_Data_FieldObjectConfig::SORT_DIR_ASC or PhpExt_Data_FieldObjectConfig::SORT_DIR_DESC
in file PropertyGrid.php, method PhpExt_Grid_PropertyGrid::setSource() A data object to use as the data source of the grid (see setSource for details). Example:
setSplit
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setSplit() True to display a Ext.SplitBar between this region and its neighbor, allowing the user to resize the regions dynamically (defaults to false). When split = true, it is common to specify a minSize and maxSize for the region.
setSplitTip
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setSplitTip() The tooltip to display when the user hovers over a non-collapsible region's split bar (defaults to "Drag to resize."). Only applies if useSplitTips = true.
setStandardSubmit
in file FormPanel.php, method PhpExt_Form_FormPanel::setStandardSubmit() If set to true, standard HTML form submits are used instead of XHR (Ajax) style form submissions. (defaults to false)
in file Action.php, method PhpExt_Form_Action::setSuccessCallback() The function to call when a valid success return packet is recieved. The function is passed the following parameters:
in file Editor.php, method PhpExt_Editor::setSwallowKeys() Handle the keydown/keypress events so they don't propagate (defaults to true)
setTabIndex
in file Button.php, method PhpExt_Button::setTabIndex() Set a DOM tabIndex for this button (defaults to undefined)
setTabIndex
in file Field.php, method PhpExt_Form_Field::setTabIndex() The tabIndex for this field. Note this only applies to fields that are rendered, not those which are built via applyTo (defaults to undefined).
setTabMargin
in file TabPanel.php, method PhpExt_TabPanel::setTabMargin() The number of pixels of space to calculate into the sizing and scrolling of tabs. If you change the margin in CSS, you will need to update this value so calculations are correct with either resizeTabs or scrolling tabs. (defaults to 2)
setTabPosition
in file TabPanel.php, method PhpExt_TabPanel::setTabPosition() The position where the tab strip should be rendered (defaults to PhpExt_TabPanel::TAB_POSITION_TOP). The only other supported value is PhpExt_TabPanel::TAB_POSITION_BOTTOM. Note that tab scrolling is only supported for position PhpExt_TabPanel::TAB_POSITION_TOP.
setTabWidth
in file TabPanel.php, method PhpExt_TabPanel::setTabWidth() The initial width in pixels of each new tab (defaults to 120).
setTemplate
in file ComboBox.php, method PhpExt_Form_ComboBox::setTemplate() The template string, or PhpExt_XTemplate instance to use to display each item in the dropdown list. Use this to create custom UI layouts for items in the list.
in file ProgressBar.php, method PhpExt_ProgressBar::setTextEl() The element to render the progress text to (defaults to the progress bar's internal text element)
setTimeout
in file ScriptTagProxy.php, method PhpExt_Data_ScriptTagProxy::setTimeout() (Optional) The number of milliseconds to wait for a response. Defaults to 30 seconds.
in file ComboBox.php, method PhpExt_Form_ComboBox::setTitle() If supplied, a header element is created containing this text and added into the top of the dropdown list (defaults to undefined, with no header element)
setTitle
in file Panel.php, method PhpExt_Panel::setTitle() The title text to display in the panel header (defaults to ''). When a title is specified the header element will automatically be created and displayed unless header is explicitly set to false. If you don't want to specify a title at config time, but you may want one later, you must either specify a non-empty title (a blank space ' ' will do) or header:true so that the container element will get created.
setTitleCollapse
in file Panel.php, method PhpExt_Panel::setTitleCollapse() True to allow expanding and collapsing the panel (when collapsible = true) by clicking anywhere in the header bar, false to allow it only by clicking to tool button (defaults to false).
setTitleCollapse
in file AccordionLayout.php, method PhpExt_Layout_AccordionLayout::setTitleCollapse() True to allow expand/collapse of each contained panel by clicking anywhere on the title bar, false to allow expand/collapse only when the toggle tool button is clicked (defaults to true). When set to false, hideCollapseTool should be false also.
setToogleGroup
in file Button.php, method PhpExt_Button::setToogleGroup() The group this toggle button is a member of (only 1 per group can be pressed, only applies if enableToggle = true)
setTooltip
in file Button.php, method PhpExt_Button::setTooltip() The tooltip for the button - can be a string or QuickTips config object
setTooltipType
in file Button.php, method PhpExt_Button::setTooltipType() The type of tooltip to use. Either "qtip" (default) for QuickTips or "title" for title attribute.
setTopToolbar
in file Panel.php, method PhpExt_Panel::setTopToolbar() The top toolbar of the panel. This is a PhpExt_Toolbar_Toolbar object or any of its descendants.
setTotalProperty
in file JsonReader.php, method PhpExt_Data_JsonReader::setTotalProperty() Name of the property from which to retrieve the total number of records in the dataset. This is only needed if the whole dataset is not passed in one go, but is being paged from the remote server.
setTotalProperty
in file JsonStore.php, method PhpExt_Data_JsonStore::setTotalProperty() Name of the property from which to retrieve the total number of records in the dataset. This is only needed if the whole dataset is not passed in one go, but is being paged from the remote server.
setTotalRecords
in file XmlReader.php, method PhpExt_Data_XmlReader::setTotalRecords() The DomQuery path from which to retrieve the total number of records in the dataset. This is only needed if the whole dataset is not passed in one go, but is being paged from the remote server.
in file FormPanel.php, method PhpExt_Form_FormPanel::setTrackResetOnload() If set to true, form.reset() resets to the last loaded or setValues() data instead of when the form was first created.
in file DateField.php, method PhpExt_Form_DateField::setTriggerCssClass() An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and triggerClass will be appended if specified (defaults to 'x-form-date-trigger' which displays a calendar icon).
in file ComboBox.php, method PhpExt_Form_ComboBox::setTriggerCssClass() An additional CSS class used to style the trigger button. The trigger will always get the class 'x-form-trigger' and triggerClass will be <em>appended</em> if specified (defaults to 'x-form-arrow-trigger' which displays a downward arrow icon).
setType
in file Button.php, method PhpExt_Button::setType() PhpExt_Button::BUTTON_TYPE_SUBMIT, PhpExt_Button::BUTTON_TYPE_RESET or PhpExt_Button::BUTTON_TYPE_BUTTON - defaults to PhpExt_Button::BUTTON_TYPE_BUTTON
setType
in file FieldConfigObject.php, method PhpExt_Data_FieldConfigObject::setType() (Optional) The data type for conversion to displayable value. Possible values are
setTypeAhead
in file ComboBox.php, method PhpExt_Form_ComboBox::setTypeAhead() True to populate and autoselect the remainder of the text being typed after a configurable delay (typeAheadDelay) if it matches a known value (defaults to false)
setTypeAheadDelay
in file ComboBox.php, method PhpExt_Form_ComboBox::setTypeAheadDelay() The length of time in milliseconds to wait until the typeahead text is displayed if typeAhead = true (defaults to 250)
in file TreeLoader.php, method PhpExt_Tree_TreeLoader::setUiProvider() (optional) An object containing properties which specify custom PhpExt_Tree_TreeNodeUI implementations. If the optional uiProvider attribute of a returned child node is a string rather than a reference to a TreeNodeUI implementation, then that string value is used as a property name in the uiProviders object.
setUpdateElement
in file Editor.php, method PhpExt_Editor::setUpdateElement() True to update the innerHTML of the bound element when the update completes (defaults to false)
setUrl
in file JsonStore.php, method PhpExt_Data_JsonStore::setUrl() The URL from which to load data through an HttpProxy. Either this option, or the data option must be specified.
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setUseShim() Whether to create a transparent shim that overlays the page when dragging, enables dragging across iframes.
setUseSplitTips
in file BorderLayoutData.php, method PhpExt_Layout_BorderLayoutData::setUseSplitTips() True to display a tooltip when the user hovers over a region's split bar (defaults to false). The tooltip text will be the value of either splitTip or collapsibleSplitTip as appropriate.
in file Field.php, method PhpExt_Form_Field::setValidationDelay() The length of time in milliseconds after user input begins until validation is initiated (defaults to 250)
setValidationEvent
in file Field.php, method PhpExt_Form_Field::setValidationEvent() The event that should initiate field validation. Set to false to disable automatic validation (defaults to "keyup").
setValidator
in file TextField.php, method PhpExt_Form_TextField::setValidator() A custom validation function to be called during field validation (defaults to null). If available, this function will be called only after the basic validators all return true, and will be passed the current field value and expected to return boolean true if the value is valid or a string error message if invalid.
in file ProgressBar.php, method PhpExt_ProgressBar::setValue() A floating point value between 0 and 1 (e.g., .5, defaults to 0)
setValueField
in file ComboBox.php, method PhpExt_Form_ComboBox::setValueField() The underlying data value name to bind to this ComboBox (defaults to undefined if mode = PhpExt_Form_ComboBox::MODE_REMOTE or 'value' if transforming a select) Note: use of a valueField requires the user to make a selection in order for a value to be mapped.
setValueNotFoundText
in file ComboBox.php, method PhpExt_Form_ComboBox::setValueNotFoundText() When using a name/value combo, if the value passed to setValue is not found in the store, valueNotFoundText will be displayed as the field text if defined (defaults to undefined)
in file TextField.php, method PhpExt_Form_TextField::setVType() A validation type name as defined in PhpExt_Form_FormPanel (defaults to null). Posible values are:
setVTypeText
in file TextField.php, method PhpExt_Form_TextField::setVTypeText() A custom error message to display in place of the default message provided for the vtype currently set for this field (defaults to ''). Only applies if vtype is set, else ignored.
in file TabPanel.php, method PhpExt_TabPanel::setWheelIncrement() For scrolling tabs, the number of pixels to increment on mouse wheel scrolling (defaults to 20).
setWidth
in file ColumnConfigObject.php, method PhpExt_Grid_ColumnConfigObject::setWidth() (optional) The initial width in pixels of the column. Using this instead of Ext.grid.Grid.autoSizeColumns is more efficient.
in file MessageBox.php, method PhpExt_MessageBox::show() Displays a new message box, or reinitializes an existing message box, based on the config options passed in. All display functions (e.g. prompt, alert, etc.) on MessageBox call this function internally, although those calls are basic shortcuts and do not support all of the config options allowed here.
in file MessageBox.php, method PhpExt_MessageBox::updateProgress() Updates a progress-style message box's text and progress bar. Only relevant on message boxes initiated via Ext.MessageBox.progress or by calling Ext.MessageBox.show with progress: true.
in file ProgressBar.php, method PhpExt_ProgressBar::wait() Initiates an auto-updating progress bar. A duration can be specified, in which case the progress bar will automatically reset after a fixed amount of time and optionally call a callback function if specified.
wait
in file MessageBox.php, method PhpExt_MessageBox::wait() Displays a message box with an infinitely auto-updating progress bar. This can be used to block user interaction while waiting for a long-running process to complete that does not have defined intervals. You are responsible for closing the message box when the process is complete.
in file ColumnLayoutData.php, method PhpExt_Layout_ColumnLayoutData::__construct() The layout will use the width (if pixels) or columnWidth (if percent) of each panel during layout to determine how to size each panel. If width or columnWidth is not specified for a given panel, its width will default to the panel's width (or auto).