Component/Property Tables

In this section:

The following tables describe the Information Builders custom components available with WebFOCUS Enable, categorized by type of component and the properties for each component.


Top of page

x
Application Components

Component or Property

Description

ibiCanvas

ibiSparkCanvas

Component in which all other Information Builders components must be placed.

No ibi properties.

 

ibiReloadButton
(MX and Spark)

Dynamically loads data into an ibiDataGrid. That is, it collects parameters from components that are filter enabled (ibiFilterAble), passes them to a procedure (.FEX file), and then loads the retrieved data into the specified ibiDataGrid.

IBI Data

 

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Parameters add to setURL. Values can come from other components.

ibiUseFiltered

True/False options. Used to filter DataGrid.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. This is set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selecteditems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL as a value in the list when ibiFilterAble is set to True. Selecting this option will return all column values.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

ibiMsgWindow

ibiSparkMsgWindow

Debugging/messages window.

ibiMaxLines

Number of lines that will display on the ibiMsg window. The default is 50 lines.

minWinName

Specify the name of the HBox or VBox component where the Window title bar should reside when minimized. Required if the Minimize option is used. Note that the HBox or VBox component needs to be defined and placed outside of ibiCanvas.

winTitle

Optional. Enter text for the Window title.

ibiTitleColor

Optional. Specify a color for the text in the Window title. Accepts HTML color code or color name.

ibiTitleFontWeight

Optional. Specify font weight for the text in the Window title. The options are bold or normal.

ibiResizable

Optional. True/False options. Default is False. When set to true, there is an indicator at the bottom-right corner of the window and the user is able to grab and drag it to resize the window.

showMinButton

Optional. True/False options. Default is True. Add or remove the Minimize button in the Window title bar.

showMaxButton

Optional. True/False options. Default is True. Add or remove the Maximize button in the Window title bar.

showCloseButton

Optional. True/False options. Default is True. Add or remove the Close button in the Window title bar.

borderColor

Optional. Set color of the window borders. Accepts HTML color code or color name. The default is gray.

ibiWindow

ibiSparkWindow

Messages Window.

IBI General

 

minWinName

Specify the name of the HBox or VBox component where the Window title bar should reside when minimized. Required if the Minimize option is used. Note that the HBox or VBox component needs to be defined and placed outside of ibiCanvas.

winTitle

Optional. Enter text for the Window title.

ibiTitleColor

Optional. Specify a color for the text in the Window title. Accepts HTML color code or color name.

ibiTitleFontWeight

Optional. Specify font weight for the text in the Window title. The options are bold or normal.

ibiResizable

Optional. True/False options. Default is False. When set to true, there is an indicator at the bottom-right corner of the window and the user is able to grab and drag it to resize the window.

showMinButton

Optional. True/False options. Default is True. Add or remove the Minimize button in the Window title bar

showMaxButton

Optional. True/False options. Default is True. Add or remove the Maximize button in the Window title bar

showCloseButton

Optional. True/False options. Default is True. Add or remove the Close button in the Window title bar

Styles

 

borderColor

Optional. Set color of the window borders. Accepts HTML color code or color name. The default is gray.

fontSize

Optional. Set font size of the text in the window title.



x
Data Bound Components

Component or Property

Description

ibiDataGrid

ibiSparkDataGrid

Displays data as a formatted table capable of containing multiple columns of data.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on the initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseAppHost

True/False options. Uses the Host computer or network computer.

ibiUseColumns

Specifies the columns displayed in the ibiDataGrid. By default, all columns are displayed.

ibiUseFiltered

True/False options. True uses only the filtered values from the component that has data.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterHLightColor

Assigns a color for the highlighting of filtered data.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL as a value in the list. Selecting this option will return all column values.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI Style

 

ibiColumnStyle

Sets styling for a series of vertical columns in a ibiDataGrid/column chart.

ibiGridStyle

Sets the style for ibiDataGrid columns.

ibiTree
(MX only)

Allows hierarchical data to be viewed as an expandable tree.

ibiAddRandom

True/False options. True adds an item to the ibiTree.

ibiCopyData

True/False options. Copies data from the parent grid to the child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the DataGrid/node for the Tree. Specifies the columns displayed in the ibiDataGrid. By default, all columns are displayed.

ibiUseFiltered

True/False options. True uses only the filtered values from ibiDataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiShowLabelFolder

Name for the folder in the Tree node.

ibiTreeLabelField

Specifies the columns to use for a tree.

ibiComboBox
(MX and Spark)

Drop-down list from which a single value can be selected.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the DataGrid/node for the Tree Specifies the columns displayed in the ibiDataGrid. By default, all columns are displayed.

ibiUseFiltered

True/False options. If true, only the filtered values from ibiDataGrid are used.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiColumn

Specifies the column that is populated with values.

ibiHSlider
(MX and Spark)

Creates a horizontal slider track, which can be used to select a value.

IBI Data

 

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseFiltered

True uses only the filtered values from ibiDataGrid.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond
(MX and Spark)

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

Note: The BT condition does not apply to Spark.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiAutoLimits
(MX only)

Uses the maximum and minimum values from the column specified in ibiColumn.

ibiColumn

Specifies the column that is populated with values.

ibiVSlider
(MX and Spark)

Creates a vertical slider track which can be used to select a value.

IBI Data

 

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseFiltered

True uses only the filtered values from ibiDataGrid.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond
(MX and Spark)

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

Note: The BT condition does not apply to Spark.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiAutoLimits
(MX only)

Uses the maximum and minimum values from the column specified in ibiColumn.

ibiColumn

Specifies the column that is populated with values.

ibiFilter
(MX and Spark)

 

ibiDataSourceID

Specify ibiDataSource component ID to apply the filters.

ibiFilterComponent (MX and Spark)

 

ibiComponent

Specify filtering component ID used to apply the filters.

ibiList
(MX and Spark)

Displays a vertical list of items.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

 

ibiUseFiltered

True/False options. True uses to filter the dataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiColumn

Specifies the column that is populated with values.

ibiText
(MX and Spark)

Displays text and allows for additional text to be manually entered.

IBI Data

 

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseFiltered

True/False options. True uses to filter the dataGrid.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

ibiTextInput
(MX and Spark)

Single-line, editable text field.

IBI Data

 

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseFiltered

True/False options. True filters the dataGrid.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.



x
Charting Components

Component or Property

Description

ibiPieChart
(MX and Spark)

Represents the data series as a standard pie chart.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

ibiUseColumns

 

ibiUseFiltered

True/False options. True filters the dataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet ?IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiField

Specifies the column name used to identify values in a pie chart.

ibiNameField

Specifies the column name used to label slices of the pie in the chart.

ibiPieStyle

Sets styling for ibiPieChart.

ibiSeriesStyle

Used to style individual pie series.

ibiBarChart
(MX and Spark)

Represents the data series as a set of horizontal bars. The bar size is determined by the values of the data.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the DataGrid/node for the Tree.

ibiUseFiltered

True/False options. True filters the dataGrid.

seturl

URL to the FEX.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI General

 

ibiBarStyle

Sets the style for the ibiBarChart.

ibiXField

Specifies the field of the data provider that determines the X-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiBubbleChart
(MX and Spark)

Represents the data with three values for each data point:

  • A value that determines its X-axis position.
  • A value that determines its Y-axis position.
  • A value that determines the size of the chart symbol, relative to other points on the chart.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the DataGrid/node for the Tree.

ibiUseFiltered

True/False options. True use to filter the dataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiBubbleStyle

 

ibiDisplayName

Displays the xfield, yfield, and radiusfield values of the ibiBubbleChart.

ibiRadiusField

Specifies the field of the data provider that determines the radius of each symbol, relative to the other data points on the chart. This property is required for ibiBubbleChart.

ibiXField

Specifies the field of the data provider that determines the X-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiColumnChart
(MX and Spark)

Creates a graph with multiple columns/bars.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the dataGrid/node for the Tree.

ibiUseFiltered

True/False options. True filters the dataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiColumnStyle

Provides the Style of the dataGrid column.

ibiHideDataEffect

SeriesSlide effect, slides elements from their position off screen when this property is set to hide.

ibiShowDataEffect

SeriesSlide effect, slides elements from their position on screen when this property is set to show.

ibiShowLegend

True/False options. The true option enables the data for any chart legend.

ibiXField

Specifies the field of the data provider that determines the X-axisX-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiLineChart
(MX and Spark)

Represents data as a series of points, in Cartesian coordinates, connected by a continuous line.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCategoryAxisDP

 

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the dataGrid/node for the Tree.

ibiUseFiltered

True/False options. True uses the filtered values from ibiDataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiXField

Specifies the field of the data provider that determines the X-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiPlotChart
(MX and Spark)

Component used to generate graph with distribution of data points along one or two dimensions.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

 

ibiUseFiltered

True/False options. True filters the dataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiDisplayName

Displays the values of the ibiPlotChart.

ibiXField

Specifies the field of the data provider that determines the X-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiAreaChart
(MX and Spark)

Area chart component.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCategoryAxisDP

 

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the dataGrid/node for the Tree.

ibiUseFiltered

True/False options. True uses the filtered values from ibiDataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiXField

Specifies the field of the data provider that determines the X-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiMapUSBubble
(MX and Spark)

Bubble chart with a background image of the US map.

IBI Data

 

ibiAddRandom

True/False options. Adds a random parameter to a URL so that cache is not used.

ibiCopyData

True/False options. Copies data from a parent grid to a child grid.

ibiDelayLoad

True/False options. Does not fetch data on initial load of application.

ibiDelayLoad only applies to the data grids with the seturl property set.

ibiFilterHighLight

True/False options. Highlights filtered data. Accepts values of true or false.

ibiGroupBy

Specifies the columns used for grouping when the ibiDataGrid is aggregated.

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseColumns

Provides the column names for the dataGrid/node for the Tree.

ibiUseFiltered

True/False options. True filters the dataGrid.

seturl

Specifies the URL that gets the data from the server. Normally this value is http://hostname/ibi_apps/WFServlet? IBIF_ex=procedure_name. Must return an .XML file from the command ON TABLE PCHOLD FORMAT XML.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

IBI General

 

ibiBubbleStyle

Provide the Style property of the Bubble.

ibiDisplayName

Displays a name of the Bubble.

ibiHideDataEffect

SeriesSlide effect, slides elements from their position off screen when this property is set to hide.

ibiShowDataEffect

SeriesSlide effect, slides elements from their position on screen when this property is set to show.

ibiRadiusField

Specifies the field of the dataProvider that determines the radius of each symbol, relative to the other data points in the Chart.

ibiUsImage

Provide Image that will be used as the chart background.

ibiXField

Specifies the field of the data provider that determines the X-axis location of the end of each column or bar in the chart.

ibiYField

Specifies the field of the data provider that determines the Y-axis location of the base of each column or bar in the chart. If this property is omitted, Flex will arrange the columns or bars in the order of the data provided.

ibiGauge

A gauge chart component.

ibiGauge is not supported in SDK 4.x.

IBI Data

 

ibiParent

Required. Can be a detail or summary data grid.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiGroupBy

Required if ibiParent is a detailed data grid.

ibiUseColumns

Required if ibiParent is a detailed data grid.

ibiFilterDefault

Sets the indicator in the gauge to point to one specific value. Required when the aggregated result returns multiple data values because you can only have one value for the indicator in the gauge. The syntax should include the column name, filter condition, and the value. For example:

ibiFilterDefault="REGION EQ West"

ibiUseFiltered

True/False options. Required if the data in the gauge will be filtered.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI General

 

ibiMinValue

Required. Sets the minimum value of the ticks to start in the gauge.

ibiMaxValue

Required. Sets the maximum value of the ticks to display in the gauge.

ibiValue

Required. Sets the indicator to point to this value.

ibiAlertValues

Optional. Specify the expected range of values separated by comma to apply data visualization background color to the gauge. The gauge requires both minimum and maximum data rage values specified in this property. Therefore, there will always be one extra data range value set in this property than the number of colors specified in ibiAlertColors property.

ibiAlertColors

Optional. Specify the colors to be used for each range of values to apply data visualization background color to the gauge. The default is set to White and has no data visualization colors in the background based on the data range. Accepts either color name or html color code separated by comma. There is no limit to the number of colors you can specify. The number of colors specified in this property has to be the same as the number of values specified for ibiAlertAlphas.

ibiAlertAlphas

Optional. Change the alpha of ibiAlertColors. The number of values specified for this property has to be the same as the number of colors specified for ibiAlertColors.

ibiTickColor

Optional. Sets the color of the ticks. Accepts either color name or html color code.

ibiFaceColor

Optional. Sets the background color of the gauge. Accepts either color name or html color code.

ibiRimColor

Optional. Sets the background color of the rim around the gauge. Accepts either color name or html color code.

Styles

 

indicatorColor

Optional. Sets the color of the indicator. The default is set to Red. Accepts either color name or html color code.

Other

 

labelFormatter

Optional. Specify the ID of CurrencyFormatter or NumberFormatter defined to format the label displayed on the gauge. The ID should be specified inside { }. For example:

labelFormatter="{num}"

ibiTreeMap
(MX only)

 

IBI Data

 

ibiParent

Required. Can be a detail or summary data grid.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiGroupBy

Required if ibiParent is a detailed data grid.

ibiUseFiltered

True/False options. Required if the data in the chart will be filtered.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI General

 

ibiTreeLabelField

Required. Categorizes groups into the order of the columns specified and adds labels for each square.

ibiWeightField

Required. Sets the size of each square.

ibiColorMedian

Required. Specify a numeric value to be the median to apply conditional color to the square.

ibiCustomColors

Optional. A set of 3 or 4 custom colors is required when used. The default is green-black-red in the order when nothing is specified in this property with the median color being black. Accepts either color name or html color code separated by comma. Using 4 custom colors can visually illustrate the data values closest to above-median and below-median.

ibiLayoutStrategy

Optional. Changes the layout of the treemap to be ordered by the size of the square (Squarify) or by the sort order of the data (Slice and Dice). The default is set to Squarify.

Other

 

selectable

Optional. True/False options. Adds or removes highlighting effect of the parent categories when a rectangle is selected. The default is set to true.

dataTipFunction

Optional. Specify custom data tip function name. The custom data tip function should be defined using ActionScript when this property is used. The default data tips will display the field names and corresponding values based on ibiTreeLabelField and ibiWeightField.

ibiLegend
(MX and Spark)

Generates a legend for the chart.

IBI Data

 

ibiParent

Specifies the name of the ibiDataGrid to get data from.

ibiDataSourceId

Specify ibiDataSource component ID as a parent to retrieve data.

ibiUrlParms

Specifies the parameters of seturl. The values may be from another component.

ibiUseFiltered

If true, only the filtered values from ibiDataGrid are used.

ibiDefaultSort

Specify the column name to sort on.

ibiDefaultSortOrder

Specify the sort order to be either ascending or descending. The values accepted are: ASCE or DESC.

IBI Filter

 

ibiFilterAble

True/False options. Indicates that the component can be used as a filter.

ibiFilterActiveOnLoad

Optional. True/False options. Set to True if the filter values are manually set using custom functions. For example, multiple filter values can be provided using ActionScript for selectedItems properties.

True applies the filter when the application initializes. This property should not be used if the ibiFilterDefault property is already set in the component.

ibiFilterCond

Specifies the condition used for filtering. Accepts the following values: EQ/NE/GT/LT/LE/GE/BT/CT.

ibiFilterDefault

Permits a default (non-removable) filter for ibiDataGrid, such as REGION EQ NORTHEAST.

ibiFilterParent

If the filter is nested, it specifies the name of the parent component.

ibiFilterShowALL

True/False options. Displays ALL (all data) in the list.

ibiFilterSibling

If the filter is linked, it specifies the name of the component that it is linked to.

ibiFilterValsReverse

True/False options. True reverses the order of the values. For example, when using a slide with values 1 to 1000, setting the property to true will make the values 1000 to 1.

ibiChartDataView

ibiChartDataView is not supported in SDK 4.x.

Styles

 

activeGrabArea

Optional. Specify the area for the user to click on to peel away the page. The options available are: corners, edge, page, none.

borderColor

Optional. Sets the border color around ibiChartDataView component. Accepts either color name or HTML color code.



x
Mapping Components

Components or Property

Description

ibiMap001
(MX and Spark)

 

apiKey

Enter the Google Maps API key to initialize ibiMap001 component and to run the map on different machines.

defaultMapCenter

Sets the default center location for the map when the application initially loads. The value can be a name of the Country, State, City, or an address or a specific Latitude/Longitude value separated by comma or space. For example, defaultMapCenter="Australia" or defaultMapCenter="Memphis, KY" or defaultMapCenter="35.22, 138.44" If nothing is set, it defaults to U.S. as center of the map.

defaultMapType

Sets the default map type for the application when it initially loads. The map type specified for defaultMapType has to be available and visible in mapTypeControl property. The values available are: hybrid, normal, physical, satellite. If nothing is set, it defaults to normal map type.

defaultMapZoom

Sets the default zoom level for the map when the application initially loads. If nothing is set, it defaults to zoom level 4.

enableContinuousZoom

True/False. Enables the continuous smooth zooming. The default value is true.

enableControlByKeyboard

True/False. Enables the map control by keyboard. The default is true.

enableDragging

True/False. Enables the mouse drag to move the map. The default is true.

enableScrollWheelZoom

True/False. Enables the zooming using a scroll wheel of a mouse. The default value is true.

flexZoomControl

Adds Flex VSlider as the map Zoom Control Bar. It replaces the default zoom control bar with a VSlider if CDATA properties are specified with empty values in {}. You can control positioning and show/hide effects of the VSlider using each CDATA properties listed below. By default, the control appears in top-left corner of the map.

flexZoomControl - top

Amount of pixels positioned from top.

flexZoomControl - bottom

Amount of pixels positioned from bottom.

flexZoomControl - right

Amount of pixels positioned from right.

flexZoomControl - left

Amount of pixels positioned from left.

flexZoomControl - animate

True/False. Adds the show or hide effect to the slider zoom control bar so the slider control appears when the mouse is over the map and disappears when the mouse is not on the map. The default is false.

ibiMapFilters

Enter IDs of the components that will be used to filter markers in an array format separated by commas.

{['component_id1','component_id2',…]}.

mapTypeControl

Adds map type selection buttons if CDATA properties are specified with empty values in {}. The map type specified in defaultMapType property has to be set to True in mapTypeControl property in order to include the type of map selected into the application. You can control the positioning and whether to include the map and show the selection or not include the specific map type and hide its selection button by utilizing the following CDATA properties below.

mapTypeControl - hybrid

True/False. Shows or hides the hybrid map type and the selection button. The default is true.

mapTypeControl - normal

True/False. Shows or hides the normal map type and the selection button. The default is true.

mapTypeControl - physical

True/False. Shows or hides the terrain map type and the selection button. The default is true.

mapTypeControl - satellite

True/False. Shows or hides the satellite map type and the selection button. The default is true.

mapTypeControl - controlPosition

Optionally repositions the control to the top-left corner, top-right corner, bottom-left corner, or bottom-right corner. The default is top-right corner of the map.

Specifies the position in CDATA with the following 4 options:

  • TL - will set the control to ANCHOR_TOP_LEFT.
  • TR - will set the control to ANCHOR_TOP_RIGHT.
  • BL - will set the control to ANCHOR_BOTTOM_LEFT.
  • BR - will set the control to ANCHOR_BOTTOM_RIGHT.

mapTypeControl - paddingX

Sets the horizontal padding of the control. The default value is 0. This is dependent on controlPosition being set.

mapTypeControl - paddingY

Sets the vertical padding of the control. If not specified, uses the same value as paddingX. This is dependent on controlPosition being set.

mapTypeControl - buttonAlignment

Specifies with the values vertical or horizontal. The default is horizontal. Display buttons lined horizontally or vertically.

mapTypeControl - buttonSizeWidth

Customize size of button width. The default width is 67.

mapTypeControl - buttonSizeHeight

Customize size of button height. The default width is 19.

markerSets

Adds multiple sets of markers to the map specified using the following properties within CDATA.

markerSets - ibiMarkersParent

An ibiDataGrid containing information relevant to creating markers. Specifically latitude and longitude data.

markerSets - ibiMarkerColor

Specifies the color of markers without using conditional style on data value ranges. You can enter color names or hex color code value. If nothing is set, the color of the markers defaults to Google Maps default pink.

markerSets - ibiLatColumn

Name of the column to use for latitude value of the marker. This property is required to populate the marker.

markerSets - ibiLongColumn

Name of the column to use for longitude value of the marker. This property is required to populate the marker.

markerSets - ibiToolTip

Name of the column to use for the tooltip of the marker. This is optional. If nothing is specified, no tooltip will appear.

markerSets - ibiMinZoom

Specifies the minimum zoom range for the set of markers to appear on the map. This is optional. If nothing is set, it defaults to zoom level 4.

markerSets - ibiMaxZoom

Specifies the maximum zoom range for the set of markers to appear on the map. This is optional. If nothing is set, it defaults to maximum zoom level 17.

markerSets - ibiInfoWindowColumns

Specifies the columns to show inside the info window for the drill down on individual markers. The same prefix operators as ibiDataGrid to aggregate data can be used. This property is optional, if not included, then no info window will be created.

markerSets - ibiInfoWindowGroupBy

Specifies the columns to group by ibiInfoWindowColumns to define the aggregation. This property is optional, if not included, then the data in the info window will not be aggregated.

markerSets - ibiInfoWindowSize

Specifies a custom size in pixels for the info window. The value must be Width and Height, separated by a comma with no space.

Example: ibiInfoWindowSize: 350,300;

If nothing is specified, the window size defaults to Width 400 and Height 250.

markerSets - ibiVisRanges

Specifies the expected range of values for the marker to add conditional style-based on the data in ibiVisColumn. Separate each number ranges with commas and no spaces.

Example: ibiVisRanges: 1000.00,5000.00,10000.00;

markerSets - ibiVisColors

Specifies colors for the expected range of values in ibiVisRanges property. You can enter color names or hex color code values. Separate each value with a comma and no spaces.

Example: ibiVisColors: red,yellow,blue,green;

There will always be one more ibiVisColors value than there is in ibiVisRanges value.

markerSets - ibiVisColumn

Specifies the column with the values for ibiVisRanges. This should be a column in ibiMarkerParent containing numeric values. If the ranges are based on the aggregated data, ibiMarkersParent has to be an aggregated data grid.

markerSets - ibiMarkerCenter

True/False. When set to true, clicking a row in the ibiMarkersParent data grid will result in the map automatically moving to center the latitude and longitude values in that row. Depending on the data grid, the map will also automatically zoom to the level specified in its relevant markerSet property.

markerSets - ibiHideLatLngCols

True/False. In order to populate the marker, the latitude and longitude columns are required to be present in the ibiMarkersParent data grid so these columns are visible. By setting this property to true, you can hide these columns so they are not visible inside the data grid within the application.

onMapReady

Adds custom function to run when the map initializes.

overviewMapControl

Adds an overview navigation box to the map if CDATA properties are specified with empty values in {}. You can control the positioning using the following CDATA properties below.

overviewMapControl - controlPosition

Optionally reposition the control to the top-left corner, top-right corner, bottom-left corner, or bottom-right corner. The default is the bottom-right corner of the map.

Specifies the position in CDATA with the following four options:

  • TL - will set the control to ANCHOR_TOP_LEFT.
  • TR - will set the control to ANCHOR_TOP_RIGHT.
  • BL - will set the control to ANCHOR_BOTTOM_LEFT.
  • BR - will set the control to ANCHOR_BOTTOM_RIGHT.

overviewMapControl - paddingX

Sets the horizontal padding of the control. The default value is 0. This is dependent on controlPosition being set.

overviewMapControl - paddingY

Sets the vertical padding of the control. If not specified, uses the same value as paddingX. This is dependent on controlPosition being set.

positionControl

Adds panning button controls with arrows to the map above the Google Maps zoom control, if CDATA properties are specified with empty values in {}. You can control the positioning using the CDATA properties.

positionControl - controlPosition

Optionally reposition the control to the top-left corner, top-right corner, bottom-left corner, or bottom-right corner. The default is the top-left corner of the map.

Specifies the position in CDATA with the following four options:

  • TL - will set the control to ANCHOR_TOP_LEFT.
  • TR - will set the control to ANCHOR_TOP_RIGHT.
  • BL - will set the control to ANCHOR_BOTTOM_LEFT.
  • BR - will set the control to ANCHOR_BOTTOM_RIGHT.

positionControl - paddingX

Sets the horizontal padding of the control. The default value is 0. This is dependent on controlPosition being set.

positionControl - paddingY

Sets the vertical padding of the control. If not specified, uses the same value as paddingX. This is dependent on controlPosition being set.

zoomControl

Adds the Google Maps zoom control bar to the map below. Position controls if CDATA properties are specified with empty values in {}. You can control the positioning using the CDATA properties.

zoomControl - controlPosition

Optionally reposition the control to the top-left corner, top-right corner, bottom-left corner, or bottom-right corner. The default is the top-left corner of the map.

Specifies the position in CDATA with the following four options:

  • TL - will set the control to ANCHOR_TOP_LEFT.
  • TR - will set the control to ANCHOR_TOP_RIGHT.
  • BL - will set the control to ANCHOR_BOTTOM_LEFT.
  • BR - will set the control to ANCHOR_BOTTOM_RIGHT.

zoomControl - paddingX

Sets the horizontal padding of the control. The default value is 0. This is dependent on the controlPosition being set.

zoomControl - paddingY

Sets the vertical padding of the control. If not specified, uses the same value as paddingX. This is dependent on the controlPosition being set.


WebFOCUS