intellisense.annotate(ej,{ Accordion:function(){ /// /// Constructor of ej.Accordion /// } }); ej.Accordion=(function(){ var original=ej.Accordion var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(header_name, content, index, isAjaxReq){ /// /// /// AddItem method is used to add the panel in dynamically. It receives the following parameters /// /// specify the name of the header /// /// /// /// AddItem method is used to add the panel in dynamically. It receives the following parameters /// /// content of the new panel /// /// /// /// AddItem method is used to add the panel in dynamically. It receives the following parameters /// /// insertion place of the new panel /// /// /// /// AddItem method is used to add the panel in dynamically. It receives the following parameters /// /// Enable or disable the AJAX request to the added panel /// }, collapseAll:function(){ /// /// /// This method used to collapse the all the expanded items in accordion at a time. /// }, collapsePanel:function(){ /// /// /// This method used to Collapses the specified items in accordion at a time. /// }, destroy:function(){ /// /// /// destroy the Accordion widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// Disables the accordion widget includes all the headers and content panels. /// }, disableItems:function(index){ /// /// /// Disable the accordion widget item based on specified header index. /// /// index values to disable the panels /// }, enable:function(){ /// /// /// Enable the accordion widget includes all the headers and content panels. /// }, enableItems:function(index){ /// /// /// Enable the accordion widget item based on specified header index. /// /// index values to enable the panels /// }, expandAll:function(){ /// /// /// To expand all the accordion widget items. /// }, expandPanel:function(){ /// /// /// This method used to Expand the specified items in accordion at a time. /// }, getItemsCount:function(){ /// /// /// Returns the total number of panels in the control. /// }, hide:function(){ /// /// /// Hides the visible Accordion control. /// }, refresh:function(){ /// /// /// The refresh method is used to adjust the control size based on the parent element dimension. /// }, removeItem:function(index){ /// /// /// RemoveItem method is used to remove the specified index panel.It receives the parameter as number. /// /// specify the index value for remove the accordion panel. /// }, show:function(){ /// /// /// Shows the hidden Accordion control. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejAccordion=function(){ this.data("ejAccordion",new ej.Accordion()); return this; }; intellisense.annotate(jQuery.fn,{ ejAccordion :function (options) { /// ///
///The Accordion control is an interface where lists of items can be collapsed or expanded. It has several collapsible panels where only one can be expanded at a time that is useful for dashboards where space is limited. Each Accordion control has a template for its header and its content.

///Specifies the ajaxSettings option to load the content to the accordion control. ///
ajaxSettings-AjaxSettings default-null ///

///It specifies, whether to enable or disable asynchronous request. ///
async-boolean default- ///

///It specifies the page will be cached in the web browser. ///
cache-boolean default- ///

///It specifies the type of data is send in the query string. ///
contentType-string default- ///

///It specifies the data as an object, will be passed in the query string. ///
data-any default- ///

///It specifies the type of data that you're expecting back from the response. ///
dataType-string default- ///

///It specifies the HTTP request type. ///
type-string default- ///

///Accordion headers can be expanded and collapsed on keyboard action. ///
allowKeyboardNavigation-boolean default-true ///

///To set the Accordion headers Collapse Speed. ///
collapseSpeed-number default-300 ///

///Specifies the collapsible state of accordion control. ///
collapsible-boolean default-false ///

///Sets the root CSS class for Accordion theme, which is used customize. ///
cssClass-string default- ///

///Allows you to set the custom header Icon. It accepts two key values “header”, ”selectedHeader”. ///
customIcon-CustomIcon default-{ header: e-collapse, selectedHeader: e-expand } ///

///This class name set to collapsing header. ///
header-string default- ///

///This class name set to expanded (active) header. ///
selectedHeader-string default- ///

///Disables the specified indexed items in accordion. ///
disabledItems-number[] default-[] ///

///Specifies the animation behavior in accordion. ///
enableAnimation-boolean default-true ///

///With this enabled property, you can enable or disable the Accordion. ///
enabled-boolean default-true ///

///Used to enable the disabled items in accordion. ///
enabledItems-number[] default-[] ///

///Multiple content panels to activate at a time. ///
enableMultipleOpen-boolean default-false ///

///Save current model value to browser cookies for maintaining states. When refreshing the accordion control page, the model value is applied from browser cookies or HTML 5local storage. ///
enablePersistence-boolean default-false ///

///Display headers and panel text from right-to-left. ///
enableRTL-boolean default-false ///

///The events API binds the action for activating the accordion header. Users can activate the header by using mouse actions such as mouse-over, mouse-up, mouse-down, and soon. ///
events-string default-click ///

///To set the Accordion headers Expand Speed. ///
expandSpeed-number default-300 ///

///Sets the height for Accordion items header. ///
headerSize-number|string default- ///

///Specifies height of the accordion. ///
height-number|string default-null ///

///Adjusts the content panel height based on the given option (content, auto, or fill). By default, the panel heights are adjusted based on the content. ///
heightAdjustMode-ej.Accordion.HeightAdjustMode|string default-content ///

///It allows to define the characteristics of the Accordion control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///The given index header will activate (open). If collapsible is set to true, and a negative value is given, then all headers are collapsed. Otherwise, the first panel isactivated. ///
selectedItemIndex-number default-0 ///

///Activate the specified indexed items of the accordion ///
selectedItems-number[] default-[0] ///

///Used to determines the close button visibility an each accordion items. This close button helps to remove the accordion item from the control. ///
showCloseButton-boolean default-false ///

///Displays rounded corner borders on the Accordion control's panels and headers. ///
showRoundedCorner-boolean default-false ///

///Specifies width of the accordion. ///
width-number|string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Autocomplete:function(){ /// /// Constructor of ej.Autocomplete /// } }); ej.Autocomplete=(function(){ var original=ej.Autocomplete var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { clearText:function(){ /// /// /// Clears the text in the Autocomplete textbox. /// }, destroy:function(){ /// /// /// Destroys the Autocomplete widget. /// }, disable:function(){ /// /// /// Disables the autocomplete widget. /// }, enable:function(){ /// /// /// Enables the autocomplete widget. /// }, getSelectedItems:function(){ /// /// /// Returns objects (data object) of all the selected items in the autocomplete textbox. /// }, getValue:function(){ /// /// /// Returns the current selected value from the Autocomplete textbox. /// }, getActiveText:function(){ /// /// /// Returns the current active text value in the Autocomplete suggestion list. /// }, hide:function(){ /// /// /// Hides the Autocomplete suggestion list. /// }, search:function(){ /// /// /// Search the entered text and show it in the suggestion list if available. /// }, open:function(){ /// /// /// Open up the autocomplete suggestion popup with all list items. /// }, selectValueByKey:function(Key){ /// /// /// Sets the value of the Autocomplete textbox based on the given key value. /// /// The key value of the specific suggestion item. /// }, selectValueByText:function(Text){ /// /// /// Sets the value of the Autocomplete textbox based on the given input text value. /// /// The text (label) value of the specific suggestion item. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejAutocomplete=function(){ this.data("ejAutocomplete",new ej.Autocomplete()); return this; }; intellisense.annotate(jQuery.fn,{ ejAutocomplete :function (options) { /// ///
///The AutoComplete control is a textbox control that provides a list of suggestions based on the user query.When the users enters the text in the text box, the control performs a search operation and provides a list of results in the suggestion pop up. There are several filter types available to perform the search.

///Customize "Add New" text (label) to be added in the autocomplete popup list for the entered text when there are no suggestions for it. ///
addNewText-string default-Add New ///

///Allows new values to be added to the autocomplete input other than the values in the suggestion list. Normally, when there are no suggestions it will display “No suggestions” label in the popup. ///
allowAddNew-boolean default-false ///

///Enables or disables the sorting of suggestion list item. The default sort order is ascending order. You customize sort order. ///
allowSorting-boolean default-true ///

///Enables or disables selecting the animation style for the popup list. Animation types can be selected through either of the following options, ///
animateType-ej.Autocomplete.Animation|string default-slide ///

///To focus the items in the suggestion list when the popup is shown. By default first item will be focused. ///
autoFocus-boolean default-false ///

///Enables or disables the case sensitive search. ///
caseSensitiveSearch-boolean default-false ///

///The root class for the Autocomplete textbox widget which helps in customizing its theme. ///
cssClass-string default-”” ///

///The data source contains the list of data for the suggestions list. It can be a string array or JSON array or service URL that returns JSON. ///
dataSource-any|Array<any> default-null ///

///The time delay (in milliseconds) after which the suggestion popup will be shown. ///
delaySuggestionTimeout-number default-200 ///

///The special character which acts as a separator for the given words for multi-mode search i.e. the text after the delimiter are considered as a separate word or query for search operation. ///
delimiterChar-string default-’,’ ///

///The text to be displayed in the popup when there are no suggestions available for the entered text. ///
emptyResultText-string default-“No suggestions” ///

///Fills the autocomplete textbox with the first matched item from the suggestion list automatically based on the entered text when enabled. ///
enableAutoFill-boolean default-false ///

///Enables or disables the Autocomplete textbox widget. ///
enabled-boolean default-true ///

///Enables or disables displaying the duplicate names present in the search result. ///
enableDistinct-boolean default-false ///

///Allows the current model values to be saved in local storage or browser cookies for state maintenance when it is set to true. While refreshing the page, it retains the model value from browser cookies or local storage. ///
enablePersistence-boolean default-false ///

///Displays the Autocomplete widget’s content from right to left when enabled. ///
enableRTL-boolean default-false ///

///Mapping fields for the suggestion items of the Autocomplete textbox widget. ///
fields-Fields default-null ///

///Used to group the suggestion list items. ///
groupBy-string default- ///

///Defines the HTML attributes such as id, class, styles for the item. ///
htmlAttributes-any default- ///

///Defines the specific field name which contains unique key values for the list items. ///
key-string default- ///

///Defines the specific field name in the data source to load the suggestion list with data. ///
text-string default- ///

///Specifies the search filter type. There are several types of search filter available such as ‘startswith’, ‘contains’, ‘endswith’, ‘lessthan’, ‘lessthanorequal’, ‘greaterthan’, ‘greaterthanorequal’, ‘equal’, ‘notequal’. ///
filterType-string default-ej.filterType.StartsWith ///

///The height of the Autocomplete textbox. ///
height-string|number default-null ///

///The search text can be highlighted in the AutoComplete suggestion list when enabled. ///
highlightSearch-boolean default-false ///

///Number of items to be displayed in the suggestion list. ///
itemsCount-number default-0 ///

///To enable or disable the diacritic characters of the Autocomplete suggestion list when filtering. ///
ignoreAccent-boolean default-false ///

///Set the localization culture for Autocomplete Widget. ///
locale-string default- ///

///Minimum number of character to be entered in the Autocomplete textbox to show the suggestion list. ///
minCharacter-number default-1 ///

///An Autocomplete column collection can be defined and customized through the multiColumnSettings property.Column's header, field, and stringFormat can be define via multiColumnSettings properties. ///
multiColumnSettings-MultiColumnSettings default- ///

///Allow list of data to be displayed in several columns. ///
enable-boolean default-false ///

///Allow header text to be displayed in corresponding columns. ///
showHeader-boolean default-true ///

///Displayed selected value and autocomplete search based on mentioned column value specified in that format. ///
stringFormat-string default- ///

///This property allows user to search text for any number of fields in the suggestion list without modifying the selected text format. ///
searchColumnIndices-Array<any> default- ///

///Field and Header Text collections can be defined and customized through columns field. ///
columns-Array<any> default- ///

///Get or set a value that indicates to display the columns in the autocomplete mapping with column name of the dataSource. ///
field-string default- ///

///Get or set a value that indicates to display the title of that particular column. ///
headerText-string default- ///

///Gets or sets a value that indicates to render the multicolumn with custom theme. ///
cssClass-string default- ///

///Specifies the search data type. There are four types of data types available such as string, ‘number’, ‘boolean’ and ‘date’. ///
type-ej.Type|string default-ej.Type.String ///

///Specifies the search filter type. There are several types of search filter available such as ‘startswith’, ‘contains’, ‘endswith’, ‘lessthan’, ‘lessthanorequal’, ‘greaterthan’, ‘greaterthanorequal’, ‘equal’, ‘notequal’. ///
filterType-ej.filterType|string default-ej.filterType.StartsWith ///

///This defines the text alignment of a particular column header cell value. See headerTextAlign ///
headerTextAlign-ej.TextAlign|string default-ej.TextAlign.Left ///

///Gets or sets a value that indicates to align the text within the column. See textAlign ///
textAlign-ej.TextAlign|string default-ej.TextAlign.Left ///

///Enables or disables selecting multiple values from the suggestion list. Multiple values can be selected through either of the following options, ///
multiSelectMode-ej.Autocomplete.MultiSelectMode|string default-ej.MultiSelectMode.None ///

///The height of the suggestion list. ///
popupHeight-string default-“152px” ///

///The width of the suggestion list. ///
popupWidth-string default-“auto” ///

///The query to retrieve the data from the data source. ///
query-ej.Query default-null ///

///Indicates that the autocomplete textbox values can only be readable. ///
readOnly-boolean default-false ///

///Sets the value for the Autocomplete textbox based on the given input key value. ///
selectValueByKey-number default- ///

///Enables or disables showing the message when there are no suggestions for the entered text. ///
showEmptyResultText-boolean default-true ///

///Enables or disables the loading icon to intimate the searching operation. The loading icon is visible when there is a time delay to perform the search. ///
showLoadingIcon-boolean default-true ///

///Enables the showPopup button in autocomplete textbox. When the showPopup button is clicked, it displays all the available data from the data source. ///
showPopupButton-boolean default-false ///

///Enables or disables rounded corner. ///
showRoundedCorner-boolean default-false ///

///Enables or disables reset icon to clear the textbox values. ///
showResetIcon-boolean default-false ///

///Sort order specifies whether the suggestion list values has to be displayed in ascending or descending order. ///
sortOrder-ej.Autocomplete.SortOrder|string default-ej.SortOrder.Ascending ///

///The template to display the suggestion list items with customized appearance. ///
template-string default-null ///

///The jQuery validation error message to be displayed on form validation. ///
validationMessage-any default-null ///

///The jQuery validation rules for form validation. ///
validationRules-any default-null ///

///The value to be displayed in the autocomplete textbox. ///
value-string default-null ///

///Enables or disables the visibility of the autocomplete textbox. ///
visible-boolean default-true ///

///The text to be displayed when the value of the autocomplete textbox is empty. ///
watermarkText-string default-null ///

///The width of the Autocomplete textbox. ///
width-string|number default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Barcode:function(){ /// /// Constructor of ej.Barcode /// } }); ej.Barcode=(function(){ var original=ej.Barcode var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// To disable the barcode /// }, enable:function(){ /// /// /// To enable the barcode /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejBarcode=function(){ this.data("ejBarcode",new ej.Barcode()); return this; }; intellisense.annotate(jQuery.fn,{ ejBarcode :function (options) { /// ///
///$(element).ejBarcode()

///Specifies the distance between the barcode and text below it. ///
barcodeToTextGapHeight-number default- ///

///Specifies the height of bars in the Barcode. By modifying the barHeight, the entire barcode height can be customized. Please refer to xDimension for two dimensional barcode height customization. ///
barHeight-number default- ///

///Specifies the dark bar color of the Barcode. One dimensional barcode contains a series of dark and light bars which are usually colored as black and white respectively. ///
darkBarColor-any default- ///

///Specifies whether the text below the barcode is visible or hidden. ///
displayText-boolean default- ///

///Specifies whether the control is enabled. ///
enabled-boolean default- ///

///Specifies the start and stop encode symbol in the Barcode. In one dimensional barcodes, an additional character is added as start and stop delimiters. These symbols are optional and the unique of the symbol allows the reader to determine the direction of the barcode being scanned. ///
encodeStartStopSymbol-number default- ///

///Specifies the light bar color of the Barcode. One dimensional barcode contains a series of dark and light bars which are usually colored as black and white respectively. ///
lightBarColor-any default- ///

///Specifies the width of the narrow bars in the barcode. The dark bars in the one dimensional barcode contains random narrow and wide bars based on the provided input which can be specified during initialization. ///
narrowBarWidth-number default- ///

///Specifies the width of the quiet zone. In barcode, a quiet zone is the blank margin on either side of a barcode which informs the reader where a barcode's symbology starts and stops. The purpose of a quiet zone is to prevent the reader from picking up unrelated information. ///
quietZone-QuietZone default- ///

///Specifies the quiet zone around the Barcode. ///
all-number default- ///

///Specifies the bottom quiet zone of the Barcode. ///
bottom-number default- ///

///Specifies the left quiet zone of the Barcode. ///
left-number default- ///

///Specifies the right quiet zone of the Barcode. ///
right-number default- ///

///Specifies the top quiet zone of the Barcode. ///
top-number default- ///

///Specifies the type of the Barcode. See SymbologyType ///
symbologyType-ej.datavisualization.Barcode.SymbologyType|string default- ///

///Specifies the text to be encoded in the barcode. ///
text-string default- ///

///Specifies the color of the text/data at the bottom of the barcode. ///
textColor-any default- ///

///Specifies the width of the wide bars in the barcode. One dimensional barcode usually contains random narrow and wide bars based on the provided which can be customized during initialization. ///
wideBarWidth-number default- ///

///Specifies the width of the narrowest element(bar or space) in a barcode. The greater the x dimension, the more easily a barcode reader will scan. ///
xDimension-number default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ BulletGraph:function(){ /// /// Constructor of ej.BulletGraph /// } }); ej.BulletGraph=(function(){ var original=ej.BulletGraph var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// To destroy the bullet graph /// }, redraw:function(){ /// /// /// To redraw the bullet graph /// }, setComparativeMeasureSymbol:function(index, measure){ /// /// /// To set the value for comparative measure in bullet graph. /// /// value for the graph /// /// /// /// To set the value for comparative measure in bullet graph. /// /// value for the graph /// }, setFeatureMeasureBarValue:function(index, measure){ /// /// /// To set the value for feature measure bar. /// /// value for the graph /// /// /// /// To set the value for feature measure bar. /// /// value for the graph /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejBulletGraph=function(){ this.data("ejBulletGraph",new ej.BulletGraph()); return this; }; intellisense.annotate(jQuery.fn,{ ejBulletGraph :function (options) { /// ///
///$(element).ejBulletGraph()

///Toggles the visibility of the range stroke color of the labels. ///
applyRangeStrokeToLabels-boolean default-false ///

///Toggles the visibility of the range stroke color of the ticks. ///
applyRangeStrokeToTicks-boolean default-false ///

///Contains property to customize the caption in bullet graph. ///
captionSettings-CaptionSettings default- ///

///Specifies whether trim the labels will be true or false. ///
enableTrim-boolean default-true ///

///Contains property to customize the font of caption. ///
font-any default- ///

///Specifies the color of the text in caption. ///
color-string default-null ///

///Specifies the fontFamily of caption. Caption text render with this fontFamily ///
fontFamily-string default-Segoe UI ///

///Specifies the fontStyle of caption ///
fontStyle-ej.datavisualization.BulletGraph.FontStyle|string default-Normal ///

///Specifies the fontWeight of caption ///
fontWeight-ej.datavisualization.BulletGraph.FontWeight|string default-regular ///

///Specifies the opacity of caption. Caption text render with this opacity. ///
opacity-number default-1 ///

///Specifies the size of caption. Caption text render with this size ///
size-string default-12px ///

///Contains property to customize the indicator. ///
indicator-any default- ///

///Contains property to customize the font of indicator. ///
font-any default- ///

///Specifies the color of the indicator's text. ///
color-string default-null ///

///Specifies the fontFamily of indicator. Indicator text render with this fontFamily. ///
fontFamily-string default-Segoe UI ///

///Specifies the fontStyle of indicator. Indicator text render with this fontStyle. See FontStyle ///
fontStyle-ej.datavisualization.BulletGraph.FontStyle|string default-Normal ///

///Specifies the fontWeight of indicator. Indicator text render with this fontWeight. See FontWeight ///
fontWeight-ej.datavisualization.BulletGraph.FontWeight|string default-regular ///

///Specifies the opacity of indicator text. Indicator text render with this Opacity. ///
opacity-number default-1 ///

///Specifies the size of indicator. Indicator text render with this size. ///
size-string default-12px ///

///Contains property to customize the location of indicator. ///
location-any default- ///

///Specifies the horizontal position of the indicator. ///
x-number default-10 ///

///Specifies the vertical position of the indicator. ///
y-number default-60 ///

///Specifies the padding to be applied when text position is used. ///
padding-number default-2 ///

///Contains property to customize the symbol of indicator. ///
symbol-any default- ///

///Contains property to customize the border of indicator symbol. ///
border-any default- ///

///Specifies the border color of indicator symbol. ///
color-string default-null ///

///Specifies the border width of indicator symbol. ///
width-number default-1 ///

///Specifies the color of indicator symbol. ///
color-string default-null ///

///Specifies the URL of image that represents indicator symbol. ///
imageURL-string default- ///

///Specifies the opacity of indicator symbol. ///
opacity-number default-1 ///

///Specifies the shape of indicator symbol. ///
shape-string default- ///

///Contains property to customize the size of indicator symbol. ///
size-any default- ///

///Specifies the height of indicator symbol. ///
height-number default-10 ///

///Specifies the width of indicator symbol. ///
width-number default-10 ///

///Specifies the text to be displayed as indicator text. By default difference between current value and target will be displayed ///
text-string default- ///

///Specifies the alignment of indicator with respect to scale based on text position ///
textAlignment-ej.datavisualization.BulletGraph.TextAlignment|string default-'Near' ///

///Specifies where indicator text should be anchored when indicator overlaps with other caption group text. Text will be anchored when overlapping caption group text are at same position. Anchoring is not applicable for float position. ///
textAnchor-ej.datavisualization.BulletGraph.TextAnchor|string default-'start' ///

///indicator text render in the specified angle. ///
textAngle-number default-0 ///

///Specifies where indicator should be placed ///
textPosition-ej.datavisualization.BulletGraph.TextPosition|string default-'float' ///

///Specifies the space between indicator symbol and text. ///
textSpacing-number default-3 ///

///Specifies whether indicator will be visible or not. ///
visible-boolean default-false ///

///Contains property to customize the location. ///
location-any default- ///

///Specifies the position in horizontal direction ///
x-number default-17 ///

///Specifies the position in horizontal direction ///
y-number default-30 ///

///Specifies the padding to be applied when text position is used. ///
padding-number default-5 ///

///Contains property to customize the subtitle. ///
subTitle-any default- ///

///Contains property to customize the font of subtitle. ///
font-any default- ///

///Specifies the color of the subtitle's text. ///
color-string default-null ///

///Specifies the fontFamily of subtitle. Subtitle text render with this fontFamily. ///
fontFamily-string default-Segoe UI ///

///Specifies the fontStyle of subtitle. Subtitle text render with this fontStyle. See FontStyle ///
fontStyle-ej.datavisualization.BulletGraph.FontStyle|string default-Normal ///

///Specifies the fontWeight of subtitle. Subtitle text render with this fontWeight. See FontWeight ///
fontWeight-ej.datavisualization.BulletGraph.FontWeight|string default-regular ///

///Specifies the opacity of subtitle. Subtitle text render with this opacity. ///
opacity-number default-1 ///

///Specifies the size of subtitle. Subtitle text render with this size. ///
size-string default-12px ///

///Contains property to customize the location of subtitle. ///
location-any default- ///

///Specifies the horizontal position of the subtitle. ///
x-number default-10 ///

///Specifies the vertical position of the subtitle. ///
y-number default-45 ///

///Specifies the padding to be applied when text position is used. ///
padding-number default-5 ///

///Specifies the text to be displayed as subtitle. ///
text-string default- ///

///Specifies the alignment of sub title text with respect to scale. Alignment will not be applied in float position. ///
textAlignment-ej.datavisualization.BulletGraph.TextAlignment|string default-'Near' ///

///Specifies where subtitle text should be anchored when sub title text overlaps with other caption group text. Text will be anchored when overlapping caption group text are at same position. Anchoring is not applicable for float position. ///
textAnchor-ej.datavisualization.BulletGraph.TextAnchor|string default-'start' ///

///Subtitle render in the specified angle. ///
textAngle-number default-0 ///

///Specifies where sub title text should be placed. ///
textPosition-ej.datavisualization.BulletGraph.TextPosition|string default-'float' ///

///Specifies the text to be displayed on bullet graph. ///
text-string default- ///

///Specifies the alignment of caption text with respect to scale. This property will not be applied when text position is float. ///
textAlignment-ej.datavisualization.BulletGraph.TextAlignment|string default-'Near' ///

///Specifies caption text anchoring when caption text overlaps with other caption group text. Text will be anchored when overlapping caption group text are at same position. Anchoring is not applicable for float position. ///
textAnchor-ej.datavisualization.BulletGraph.TextAnchor|string default-'start' ///

///Specifies the angel in which the caption is rendered. ///
textAngle-number default-0 ///

///Specifies how caption text should be placed. ///
textPosition-ej.datavisualization.BulletGraph.TextPosition|string default-'float' ///

///Comparative measure bar in bullet graph render till the specified value. ///
comparativeMeasureValue-number default-0 ///

///Toggles the animation of bullet graph. ///
enableAnimation-boolean default-true ///

///Controls whether bullet graph has to be responsive while resizing. ///
enableResizing-boolean default-true ///

///Specifies the direction of flow in bullet graph. Neither it may be backward nor forward. ///
flowDirection-ej.datavisualization.BulletGraph.FlowDirection|string default-forward ///

///Specifies the height of the bullet graph. ///
height-number default-90 ///

///Sets a value whether to make the bullet graph responsive on resize. ///
isResponsive-boolean default-true ///

///Specifies to convert the date object to string, using locale settings. ///
enableGroupSeparator-boolean default-false ///

///Name of the culture based on which bulletgraph should be localized. ///
locale-string default-en-US ///

///Bullet graph will render in the specified orientation. ///
orientation-ej.datavisualization.BulletGraph.Orientation|string default-horizontal ///

///Contains property to customize the qualitative ranges. ///
qualitativeRanges-Array<QualitativeRanges> default- ///

///Specifies the ending range to which the qualitative ranges will render. ///
rangeEnd-number default-3 ///

///Specifies the opacity for the qualitative ranges. ///
rangeOpacity-number default-1 ///

///Specifies the stroke for the qualitative ranges. ///
rangeStroke-string default-null ///

///Size of the qualitative range depends up on the specified value. ///
qualitativeRangeSize-number default-32 ///

///Length of the quantitative range depends up on the specified value. ///
quantitativeScaleLength-number default-475 ///

///Contains all the properties to customize quantitative scale. ///
quantitativeScaleSettings-QuantitativeScaleSettings default- ///

///Contains property to customize the comparative measure. ///
comparativeMeasureSettings-any default- ///

///Specifies the stroke of the comparative measure. ///
stroke-number default-null ///

///Specifies the width of the comparative measure. ///
width-number default-5 ///

///Contains property to customize the featured measure. ///
featuredMeasureSettings-any default- ///

///Specifies the Stroke of the featured measure in bullet graph. ///
stroke-number default-null ///

///Specifies the width of the featured measure in bullet graph. ///
width-number default-2 ///

///Contains property to customize the featured measure. ///
featureMeasures-Array<any> default- ///

///Specifies the category of feature measure. ///
category-string default-null ///

///Comparative measure render till the specified value. ///
comparativeMeasureValue-number default-null ///

///Feature measure render till the specified value. ///
value-number default-null ///

///Contains property to customize the fields. ///
fields-any default- ///

///Specifies the category of the bullet graph. ///
category-string default-null ///

///Comparative measure render based on the values in the specified field. ///
comparativeMeasure-string default-null ///

///Specifies the dataSource for the bullet graph. ///
dataSource-any default-null ///

///Feature measure render based on the values in the specified field. ///
featureMeasures-string default-null ///

///Specifies the query for fetching the values form data source to render the bullet graph. ///
query-string default-null ///

///Specifies the name of the table. ///
tableName-string default-null ///

///Specifies the interval for the Graph. ///
interval-number default-1 ///

///Contains property to customize the labels. ///
labelSettings-any default- ///

///Contains property to customize the font of the labels in bullet graph. ///
font-any default- ///

///Specifies the fontFamily of labels in bullet graph. Labels render with this fontFamily. ///
fontFamily-string default-Segoe UI ///

///Specifies the fontStyle of labels in bullet graph. Labels render with this fontStyle. See FontStyle ///
fontStyle-ej.datavisualization.BulletGraph.FontStyle|string default-Normal ///

///Specifies the fontWeight of labels in bullet graph. Labels render with this fontWeight. See FontWeight ///
fontWeight-ej.datavisualization.BulletGraph.FontWeight|string default-regular ///

///Specifies the opacity of labels in bullet graph. Labels render with this opacity ///
opacity-number default-1 ///

///Specifies the placement of labels in bullet graph scale. ///
labelPlacement-ej.datavisualization.BulletGraph.LabelPlacement|string default-outside ///

///Specifies the prefix to be added with labels in bullet graph. ///
labelPrefix-string default-Empty string ///

///Specifies the suffix to be added after labels in bullet graph. ///
labelSuffix-string default-Empty string ///

///Specifies the horizontal/vertical padding of labels. ///
offset-number default-15 ///

///Specifies the position of the labels to render either above or below the graph. See ///
position-ej.datavisualization.BulletGraph.LabelPosition|string default-below ///

///Specifies the Size of the labels. ///
size-number default-12 ///

///Specifies the stroke color of the labels in bullet graph. ///
stroke-string default-null ///

///Contains property to customize the position of the quantitative scale ///
location-any default- ///

///This property specifies the x position for rendering quantitative scale. ///
x-number default-10 ///

///This property specifies the y position for rendering quantitative scale. ///
y-number default-10 ///

///Contains property to customize the major tick lines. ///
majorTickSettings-any default- ///

///Specifies the size of the major ticks. ///
size-number default-13 ///

///Specifies the stroke color of the major tick lines. ///
stroke-string default-null ///

///Specifies the width of the major tick lines. ///
width-number default-2 ///

///Specifies the maximum value of the Graph. ///
maximum-number default-10 ///

///Specifies the minimum value of the Graph. ///
minimum-number default-0 ///

///Contains property to customize the minor ticks. ///
minorTickSettings-any default- ///

///Specifies the size of minor ticks. ///
size-number default-7 ///

///Specifies the stroke color of minor ticks in bullet graph. ///
stroke-string default-null ///

///Specifies the width of the minor ticks in bullet graph. ///
width-number default-2 ///

///The specified number of minor ticks will be rendered per interval. ///
minorTicksPerInterval-number default-4 ///

///Specifies the placement of ticks to render either inside or outside the scale. ///
tickPlacement-ej.datavisualization.BulletGraph.TickPlacement|string default-ej.datavisualization.BulletGraph.TickPlacement.Outside ///

///Specifies the position of the ticks to render either above,below or inside ///
tickPosition-ej.datavisualization.BulletGraph.TickPosition|string default-ej.datavisualization.BulletGraph.TickPosition.Far ///

///By specifying this property the user can change the theme of the bullet graph. ///
theme-string default-flatlight ///

///Contains all the properties to customize tooltip. ///
tooltipSettings-TooltipSettings default- ///

///Specifies template for caption tooltip ///
captionTemplate-string default-null ///

///Toggles the visibility of caption tooltip ///
enableCaptionTooltip-boolean default-false ///

///Specifies the ID of a div, which is to be displayed as tooltip. ///
template-string default-null ///

///Toggles the visibility of tooltip ///
visible-boolean default-true ///

///Feature measure bar in bullet graph render till the specified value. ///
value-number default-0 ///

///Specifies the width of the bullet graph. ///
width-number default-595 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Button:function(){ /// /// Constructor of ej.Button /// } }); ej.Button=(function(){ var original=ej.Button var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy the button widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// To disable the button /// }, enable:function(){ /// /// /// To enable the button /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejButton=function(){ this.data("ejButton",new ej.Button()); return this; }; intellisense.annotate(jQuery.fn,{ ejButton :function (options) { /// ///
///Custom Design for HTML Button control.

///Specifies the contentType of the Button. See below to know available ContentType ///
contentType-ej.ContentType|string default-ej.ContentType.TextOnly ///

///Sets the root CSS class for Button theme, which is used customize. ///
cssClass-string default- ///

///Specifies the button control state. ///
enabled-boolean default-true ///

///Specify the Right to Left direction to button ///
enableRTL-boolean default-false ///

///Specifies the height of the Button. ///
height-number default-28 ///

///It allows to define the characteristics of the Button control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///Specifies the image position of the Button. This image position is applicable only with the textandimage contentType property. The images can be positioned in both imageLeft and imageRight options. See below to know about available ImagePosition ///
imagePosition-ej.ImagePosition|string default-ej.ImagePosition.ImageLeft ///

///Specifies the primary icon for Button. This icon will be displayed from the left margin of the button. ///
prefixIcon-string default-null ///

///Convert the button as repeat button. It raises the 'Click' event repeatedly from the it is pressed until it is released. ///
repeatButton-boolean default-false ///

///Displays the Button with rounded corners. ///
showRoundedCorner-boolean default-false ///

///Specifies the size of the Button. See below to know available ButtonSize ///
size-ej.ButtonSize|string default-ej.ButtonSize.Normal ///

///Specifies the secondary icon for Button. This icon will be displayed from the right margin of the button. ///
suffixIcon-string default-null ///

///Specifies the text content for Button. ///
text-string default-null ///

///Specified the time interval between two consecutive 'click' event on the button. ///
timeInterval-string default-150 ///

///Specifies the Type of the Button. See below to know available ButtonType ///
type-ej.ButtonType|string default-ej.ButtonType.Submit ///

///Specifies the width of the Button. ///
width-string|number default-100px ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Calculate:function(){ /// /// Constructor of ej.Calculate /// } }); ej.Calculate=(function(){ var original=ej.Calculate var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addCustomFunction:function(FormulaName, FunctionName){ /// /// /// Add the custom formulas with function in CalcEngine library /// /// pass the formula name /// /// /// /// Add the custom formulas with function in CalcEngine library /// /// pass the custom function name to call /// }, addNamedRange:function(Name, cellRange){ /// /// /// Adds a named range to the NamedRanges collection /// /// pass the namedRange's name /// /// /// /// Adds a named range to the NamedRanges collection /// /// pass the cell range of NamedRange /// }, adjustRangeArg:function(Name){ /// /// /// Accepts a possible parsed formula and returns the calculated value without quotes. /// /// pass the cell range to adjust its range /// }, clearFormulaDependentCells:function(Cell){ /// /// /// When a formula cell changes, call this method to clear it from its dependent cells. /// /// pass the changed cell address /// }, clearLibraryComputationException:function(){ /// /// /// Call this method to clear whether an exception was raised during the computation of a library function. /// }, colIndex:function(Cell){ /// /// /// Get the column index from a cell reference passed in. /// /// pass the cell address /// }, computedValue:function(Formula){ /// /// /// Evaluates a parsed formula. /// /// pass the parsed formula /// }, computeFormula:function(Formula){ /// /// /// Evaluates a parsed formula. /// /// pass the parsed formula /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejCalculate=function(){ this.data("ejCalculate",new ej.Calculate()); return this; }; intellisense.annotate(jQuery.fn,{ ejCalculate :function (options) { /// ///
///Custom engine to perform calculation like excel sheet$(element).ejCalculate()Example{:.example}
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Captcha:function(){ /// /// Constructor of ej.Captcha /// } }); ej.Captcha=(function(){ var original=ej.Captcha var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejCaptcha=function(){ this.data("ejCaptcha",new ej.Captcha()); return this; }; intellisense.annotate(jQuery.fn,{ ejCaptcha :function (options) { /// ///
///Captcha is a popular technique that is used to prevent computer programs from sending automated requests and is used for meta-searching search engines, performing dictionary attacks in login pages, or sending spam by using mail servers. Captcha is validated at the time of form submission.

///Specifies the character set of the Captcha that will be used to generate captcha text randomly. ///
characterSet-string default- ///

///Specifies the error message to be displayed when the Captcha mismatch. ///
customErrorMessage-string default- ///

///Set the Captcha validation automatically. ///
enableAutoValidation-boolean default- ///

///Specifies the case sensitivity for the characters typed in the Captcha. ///
enableCaseSensitivity-boolean default- ///

///Specifies the background patterns for the Captcha. ///
enablePattern-boolean default- ///

///Sets the Captcha direction as right to left alignment. ///
enableRTL-boolean default- ///

///Specifies the background appearance for the captcha. ///
hatchStyle-ej.HatchStyle|string default- ///

///Specifies the height of the Captcha. ///
height-number default- ///

///Specifies the method with values to be mapped in the Captcha. ///
mapper-string default- ///

///Specifies the maximum number of characters used in the Captcha. ///
maximumLength-number default- ///

///Specifies the minimum number of characters used in the Captcha. ///
minimumLength-number default- ///

///Specifies the method to map values to Captcha. ///
requestMapper-string default- ///

///Sets the Captcha with audio support, that enables to dictate the captcha text. ///
showAudioButton-boolean default- ///

///Sets the Captcha with a refresh button. ///
showRefreshButton-boolean default- ///

///Specifies the target button of the Captcha to validate the entered text and captcha text. ///
targetButton-string default- ///

///Specifies the target input element that will verify the Captcha. ///
targetInput-string default- ///

///Specifies the width of the Captcha. ///
width-number default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Chart:function(){ /// /// Constructor of ej.Chart /// } }); ej.Chart=(function(){ var original=ej.Chart var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { animate:function(options){ /// /// /// Animates the series and/or indicators in Chart. When parameter is not passed to this method, then all the series and indicators present in Chart are animated. /// /// If an array collection is passed as parameter, series and indicator objects passed in array collection are animated.ExampleIf a series or indicator object is passed to this method, then the specific series or indicator is animated.Example, /// }, print:function(){ /// /// /// Prints the rendered chart. /// }, export:function(type, URL, exportMultipleChart){ /// /// /// Exports chart as an image or to an excel file. Chart can be exported as an image only when exportCanvasRendering option is set to true. /// /// Type of the export operation to be performed. Following are the two export types that are supported now,1. 'image'2. 'excel'Example /// /// /// /// Exports chart as an image or to an excel file. Chart can be exported as an image only when exportCanvasRendering option is set to true. /// /// URL of the service, where the chart will be exported to excel.Example, /// /// /// /// Exports chart as an image or to an excel file. Chart can be exported as an image only when exportCanvasRendering option is set to true. /// /// When this parameter is true, all the chart objects initialized to the same document are exported to a single excel file. This is an optional parameter. By default, it is false.Example, /// }, redraw:function(){ /// /// /// Redraws the entire chart. You can call this method whenever you update, add or remove points from the data source or whenever you want to refresh the UI. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejChart=function(){ this.data("ejChart",new ej.Chart()); return this; }; intellisense.annotate(jQuery.fn,{ ejChart :function (options) { /// ///
///Essential chart can be easily configured to the DOM element, such as div. You can create a Chart with highly customizable look and feel.

///Options for adding and customizing annotations in Chart. ///
annotations-Array<Annotations> default- ///

///Angle to rotate the annotation in degrees. ///
angle-number default-'0' ///

///Text content or id of a HTML element to be displayed as annotation. ///
content-string default- ///

///Specifies how annotations have to be placed in Chart. ///
coordinateUnit-ej.datavisualization.Chart.CoordinateUnit|string default-none. See CoordinateUnit ///

///Specifies the horizontal alignment of the annotation. ///
horizontalAlignment-ej.datavisualization.Chart.HorizontalAlignment|string default-middle. See HorizontalAlignment ///

///Options to customize the margin of annotation. ///
margin-any default- ///

///Annotation is placed at the specified value above its original position. ///
bottom-number default-0 ///

///Annotation is placed at the specified value from left side of its original position. ///
left-number default-0 ///

///Annotation is placed at the specified value from the right side of its original position. ///
right-number default-0 ///

///Annotation is placed at the specified value under its original position. ///
top-number default-0 ///

///Controls the opacity of the annotation. ///
opacity-number default-1 ///

///Specifies whether annotation has to be placed with respect to chart or series. ///
region-ej.datavisualization.Chart.Region|string default-chart. See Region ///

///Specifies the vertical alignment of the annotation. ///
verticalAlignment-ej.datavisualization.Chart.VerticalAlignment|string default-middle. See VerticalAlignment ///

///Controls the visibility of the annotation. ///
visible-boolean default-false ///

///Represents the horizontal offset when coordinateUnit is pixels.when coordinateUnit is points, it represents the x-coordinate of axis bounded with xAxisName property or primary X axis when xAxisName is not provided.This property is not applicable when coordinateUnit is none. ///
x-number default-0 ///

///Name of the horizontal axis to be used for positioning the annotation. This property is applicable only when coordinateUnit is points. ///
xAxisName-string default- ///

///Represents the vertical offset when coordinateUnit is pixels.When coordinateUnit is points, it represents the y-coordinate of axis bounded with yAxisName property or primary Y axis when yAxisName is not provided.This property is not applicable when coordinateUnit is none. ///
y-number default-0 ///

///Name of the vertical axis to be used for positioning the annotation.This property is applicable only when coordinateUnit is points. ///
yAxisName-string default- ///

///Sets the background color of the chart. ///
background-string default-transparent ///

///URL of the image to be used as chart background. ///
backGroundImageUrl-string default-null ///

///Options for customizing the color, opacity and width of the chart border. ///
border-Border default- ///

///Border color of the chart. ///
color-string default-null ///

///Opacity of the chart border. ///
opacity-number default-0.3 ///

///Width of the Chart border. ///
width-number default-0 ///

///This provides options for customizing export settings ///
exportSettings-ExportSettings default- ///

///Specifies the downloading filename ///
filename-string default-chart ///

///Specifies the name of the action URL ///
action-string default- ///

///Specifies the angle for rotation ///
angle-number default-0 ///

///Specifies the format of the file to export ///
type-ej.datavisualization.Chart.ExportingType|string default-png ///

///Specifies the orientation of the document ///
orientation-ej.datavisualization.Chart.ExportingOrientation|string default-portrait ///

///Specifies the mode of exporting ///
mode-ej.datavisualization.Chart.ExportingMode|string default-client ///

///Enable/ disable the multiple excel exporting ///
multipleExport-boolean default-false ///

///Options for configuring the border and background of the plot area. ///
chartArea-ChartArea default- ///

///Background color of the plot area. ///
background-string default-transparent ///

///Options for customizing the border of the plot area. ///
border-any default- ///

///Border color of the plot area. ///
color-string default-Gray ///

///Opacity of the plot area border. ///
opacity-number default-0.3 ///

///Border width of the plot area. ///
width-number default-0.5 ///

///Options to split Chart into multiple plotting areas vertically. Each object in the collection represents a plotting area in Chart. ///
columnDefinitions-Array<ColumnDefinitions> default- ///

///Specifies the unit to measure the width of the column in plotting area. ///
unit-ej.datavisualization.Chart.Unit|string default-'pixel'. See Unit ///

///Width of the column in plotting area. Width is measured in either pixel or percentage based on the value of unit property. ///
columnWidth-number default-50 ///

///Color of the line that indicates the starting point of the column in plotting area. ///
lineColor-string default-transparent ///

///Width of the line that indicates the starting point of the column in plot area. ///
lineWidth-number default-1 ///

///Options for configuring the properties of all the series. You can also override the options for specific series by using series collection. ///
commonSeriesOptions-CommonSeriesOptions default- ///

///Specifies animation duration for series rendering ///
animationDuration-string default-null ///

///Options to customize the border of all the series. ///
border-any default- ///

///Border color of all series. ///
color-string default-transparent ///

///DashArray for border of the series. ///
dashArray-string default-null ///

///Border width of all series. ///
width-number default-1 ///

///To render the column and bar type series in rectangle/cylinder shape. See ///
columnFacet-ej.datavisualization.Chart.ColumnFacet|string default-rectangle ///

///Relative width of the columns in column type series. Value ranges from 0 to 1. Width also depends upon columnSpacing property. ///
columnWidth-number default-0.7 ///

///Spacing between columns of different series. Value ranges from 0 to 1 ///
columnSpacing-number default-0 ///

///Enables or disables the visibility of legend item. ///
visibleOnLegend-string default-visible ///

///Group of the stacking collection series. ///
stackingGroup-string default- ///

///Pattern of dashes and gaps used to stroke all the line type series. ///
dashArray-string default- ///

///Set the dataSource for all series. It can be an array of JSON objects or an instance of ej.DataManager. ///
dataSource-any default-null ///

///Specifies spline tension value for cardinal spline type. Value ranges from 0 to 1. ///
cardinalSplineTension-number default-0.5 ///

///Controls the size of the hole in doughnut series. Value ranges from 0 to 1 ///
doughnutCoefficient-number default-0.4 ///

///Controls the size of the doughnut series. Value ranges from 0 to 1. ///
doughnutSize-number default-0.8 ///

///Specifies the type of series to be drawn in radar or polar series. ///
drawType-ej.datavisualization.Chart.DrawType|string default-line. See DrawType ///

///Enable/disable the animation for all the series. ///
enableAnimation-boolean default-true ///

///To avoid overlapping of data labels smartly. ///
enableSmartLabels-boolean default-true ///

///Start angle of pie/doughnut series. ///
endAngle-number default-null ///

///Explodes the pie/doughnut slices on mouse move. ///
explode-boolean default-false ///

///Explodes all the slice of pie/doughnut on render. ///
explodeAll-boolean default-false ///

///Index of the point to be exploded from pie/doughnut/pyramid/funnel. ///
explodeIndex-number default-null ///

///Specifies the distance of the slice from the center, when it is exploded. ///
explodeOffset-number default-0.4 ///

///Fill color for all the series. ///
fill-string default-null ///

///Options for customizing the font of all the series. ///
font-any default- ///

///Font color of the text in all series. ///
color-string default-#707070 ///

///Font Family for all the series. ///
fontFamily-string default-Segoe UI ///

///Specifies the font Style for all the series. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-normal ///

///Specifies the font weight for all the series. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-regular ///

///Opacity for text in all the series. ///
opacity-number default-1 ///

///Font size for text in all the series. ///
size-string default-12px ///

///Sets the height of the funnel in funnel series. Values can be either pixel or percentage. ///
funnelHeight-string default-32.7% ///

///Sets the width of the funnel in funnel series. Values can be either pixel or percentage. ///
funnelWidth-string default-11.6% ///

///Gap between the slices in pyramid and funnel series. ///
gapRatio-number default-0 ///

///Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path. ///
isClosed-boolean default-true ///

///Specifies whether to stack the column series in polar/radar charts. ///
isStacking-boolean default-false ///

///Renders the chart vertically. This is applicable only for Cartesian type series. ///
isTransposed-boolean default-false ///

///Render the x mark in the center of the box and whisker series type.x represents the average value of the box and whisker series. ///
showMedian-boolean default-true ///

///Position of the data label in pie/doughnut/pyramid/funnel series. OutsideExtended position is not applicable for pyramid/funnel. ///
labelPosition-ej.datavisualization.Chart.LabelPosition|string default-inside. See LabelPosition ///

///Specifies the mode for splitting the data points in pieOfPie series. ///
splitMode-ej.datavisualization.Chart.SplitMode|string default-value. See SplitMode ///

///Quartile calculation has been performed in three different formulas to render the box and whisker series. ///
boxPlotMode-ej.datavisualization.Chart.boxPlotMode|string default-exclusive ///

///Options for customizing the bubble options of the Bubble series ///
bubbleOptions-any default- ///

///Used for the calculation of the bubble radius based on the mode selected ///
radiusMode-ej.datavisualization.Chart.RadiusMode|string default-minMax ///

///Used for the setting the minimum radius of the bubble ///
minRadius-number default-1 ///

///Used for setting the maximum radius of the bubble ///
maxRadius-number default-3 ///

///To render the spline series curve in different forms. ///
splineType-ej.datavisualization.Chart.SplineType|string default-natural. See SplineType ///

///Specifies the line cap of the series. ///
lineCap-ej.datavisualization.Chart.LineCap|string default-butt. See LineCap ///

///Specifies the type of shape to be used where two lines meet. ///
lineJoin-ej.datavisualization.Chart.LineJoin|string default-round. See LineJoin ///

///Options for displaying and customizing marker for individual point in a series. Marker contains shapes and/or data labels. ///
marker-any default- ///

///Options for customizing the border of the marker shape. ///
border-any default- ///

///Border color of the marker shape. ///
color-string default-white ///

///Border width of the marker shape. ///
width-number default-3 ///

///Options for displaying and customizing data labels. ///
dataLabel-any default- ///

///Angle of the data label in degrees. Only the text gets rotated, whereas the background and border does not rotate. ///
angle-number default-null ///

///Maximum label width of the data label. ///
maximumLabelWidth-number default-null ///

///Enable the wrap option to the data label. ///
enableWrap-boolean default-false ///

///Enables saturation to the data label. ///
enableContrastColor-boolean default-false ///

///Displays the partially visible labels inside the chart Area ///
showEdgeLabels-boolean default-false ///

///Options for customizing the border of the data label. ///
border-any default- ///

///Border color of the data label. ///
color-string default-null ///

///Border width of the data label. ///
width-number default-0.1 ///

///Options for displaying and customizing the line that connects point and data label. ///
connectorLine-any default- ///

///Specifies when the connector has to be drawn as Bezier curve or straight line. This is applicable only for Pie and Doughnut chart types. ///
type-ej.datavisualization.Chart.ConnectorLineType|string default-line. See ConnectorLineType ///

///Width of the connector. ///
width-number default-0.5 ///

///Color of the connector line. ///
color-string default-#565656 ///

///Height of the connector line. ///
height-string default-null ///

///Background color of the data label. ///
fill-string default-null ///

///Options for customizing the data label font. ///
font-any default- ///

///Font family of the data label. ///
fontFamily-string default-Segoe UI ///

///Font style of the data label. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-normal. See FontStyle ///

///Font weight of the data label. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-regular. See FontWeight ///

///Opacity of the text. ///
opacity-number default-1 ///

///Font color of the data label text. ///
color-string default-null ///

///Font size of the data label. ///
size-string default-12px ///

///Horizontal alignment of the data label. ///
horizontalTextAlignment-ej.datavisualization.Chart.HorizontalTextAlignment|string default-center ///

///Margin of the text to its background shape. The size of the background shape increases based on the margin applied to its text. ///
margin-any default- ///

///Bottom margin of the text. ///
bottom-number default-5 ///

///Left margin of the text. ///
left-number default-5 ///

///Right margin of the text. ///
right-number default-5 ///

///Top margin of the text. ///
top-number default-5 ///

///Opacity of the data label. ///
opacity-number default-1 ///

///Options for customizing the datalabel positions ///
offset-any|number default- ///

///X value or horizontal offset to position the labels in chart. ///
x-number default-0 ///

///Y value or vertical offset to position the labels. ///
y-number default-0 ///

///Background shape of the data label. ///
shape-ej.datavisualization.Chart.Shape|string default-none. See Shape ///

///Custom template to format the data label content. Use “point.x” and “point.y” as a placeholder text to display the corresponding data point’s x and y value. ///
template-string default- ///

///Name of a field in data source, where datalabel text is displayed. ///
textMappingName-string default- ///

///Specifies the position of the data label. This property can be used only for the series such as column, bar, stacked column, stacked bar, 100% stacked column, 100% stacked bar, candle and OHLC. ///
textPosition-ej.datavisualization.Chart.TextPosition|string default-top. See TextPosition ///

///Vertical alignment of the data label. ///
verticalTextAlignment-ej.datavisualization.Chart.VerticalTextAlignment|string default-center ///

///Controls the visibility of the data labels. ///
visible-boolean default-false ///

///Color of the marker shape. ///
fill-string default-null ///

///The URL for the Image to be displayed as marker. In order to display image as marker, set series.marker.shape as ‘image’. ///
imageUrl-string default- ///

///Opacity of the marker. ///
opacity-number default-1 ///

///Specifies the shape of the marker. ///
shape-ej.datavisualization.Chart.Shape|string default-circle. See Shape ///

///Options for customizing the size of the marker shape. ///
size-any default- ///

///Height of the marker. ///
height-number default-6 ///

///Width of the marker. ///
width-number default-6 ///

///Controls the visibility of the marker shape. ///
visible-boolean default-false ///

///Opacity of the series. ///
opacity-number default-1 ///

///Options for customizing the outlier of the series. ///
outlierSettings-any default- ///

///Specifies the shape of the outlier. ///
shape-ej.datavisualization.Chart.Shape|string default-circle. See Shape ///

///Options for customizing the size of the outlier shape. ///
size-any default- ///

///Height of the outlier shape. ///
height-number default-6 ///

///Width of the outlier shape. ///
width-number default-6 ///

///Name of a field in data source, where the fill color for all the data points is generated. ///
palette-string default- ///

///Controls the size of pie series. Value ranges from 0 to 1. ///
pieCoefficient-number default-0.8 ///

///Controls the size of the second pie in pieOfPie series. Value ranges from 0 to 1. ///
pieOfPieCoefficient-number default-0.6 ///

///Split Value of pieOfPie series. ///
splitValue-string default-null ///

///Distance between the two pie's in pieOfPie series. ///
gapWidth-number default-50 ///

///Name of the property in the datasource that contains fill color for the series. ///
pointColorMappingName-string default-null ///

///Specifies the mode of the pyramid series. ///
pyramidMode-ej.datavisualization.Chart.PyramidMode|string default-linear. See PyramidMode ///

///Start angle from where the pie/doughnut series renders. By default it starts from 0. ///
startAngle-number default-null ///

///Options for customizing the corner radius. cornerRadius property also takes the numeric input and applies it for all the four corners of the column. ///
cornerRadius-any default- ///

///Specifies the radius for the top left corner. ///
topLeft-number default-0 ///

///Specifies the radius for the top right corner. ///
topRight-number default-0 ///

///Specifies the radius for the bottom left corner. ///
bottomLeft-number default-0 ///

///Specifies the radius for the bottom right corner. ///
bottomRight-number default-0 ///

///Options for customizing the tooltip of chart. ///
tooltip-any default- ///

///Options for customizing the border of the tooltip. ///
border-any default- ///

///Border color of the tooltip. ///
color-string default-null ///

///Border width of the tooltip. ///
width-number default-1 ///

///Customize the corner radius of the tooltip rectangle. ///
rx-number default-0 ///

///Customize the corner radius of the tooltip rectangle. ///
ry-number default-0 ///

///Specifies the duration, the tooltip has to be displayed. ///
duration-string default-500ms ///

///Enables/disables the animation of the tooltip when moving from one point to other. ///
enableAnimation-boolean default-true ///

///Background color of the tooltip. ///
fill-string default-null ///

///Format of the tooltip content. ///
format-string default-#point.x# : #point.y# ///

///Opacity of the tooltip. ///
opacity-number default-0.5 ///

///Custom template to format the tooltip content. Use “point.x” and “point.y” as a placeholder text to display the corresponding data point’s x and y value. ///
template-string default-null ///

///Controls the visibility of the tooltip. ///
visible-boolean default-false ///

///Specifies the type of the series to render in chart. ///
type-ej.datavisualization.Chart.Type|string default-column. See Type ///

///Specifies the name of the x-axis that has to be associated with this series. Add an axis instance with this name to axes collection. ///
xAxisName-string default-null ///

///Name of the property in the datasource that contains x value for the series. ///
xName-string default-null ///

///Specifies the name of the y-axis that has to be associated with this series. Add an axis instance with this name to axes collection. ///
yAxisName-string default-null ///

///Name of the property in the datasource that contains y value for the series. ///
yName-string default-null ///

///Name of the property in the datasource that contains high value for the series. ///
high-string default-null ///

///Name of the property in the datasource that contains low value for the series. ///
low-string default-null ///

///Name of the property in the datasource that contains open value for the series. ///
open-string default-null ///

///Name of the property in the datasource that contains close value for the series. ///
close-string default-null ///

///Z-order of the series. ///
zOrder-number default-0 ///

///Name of the property in the datasource that contains the size value for the bubble series. ///
size-string default-null ///

///Options for customizing the empty point in the series. ///
emptyPointSettings-any default- ///

///Controls the visibility of the empty point. ///
visible-boolean default-true ///

///Specifies the mode of empty point. ///
displayMode-ej.datavisualization.Chart.EmptyPointMode|string default-gap ///

///Options for customizing the color and border of the empty point in the series. ///
style-any default- ///

///Color of the empty point. ///
color-string default- ///

///Options for customizing border of the empty point in the series. ///
border-any default- ///

///Border color of the empty point. ///
color-string default- ///

///Border width of the empty point. ///
width-number default-1 ///

///Fill color for the positive column of the waterfall. ///
positiveFill-string default-null ///

///Options for customizing the waterfall connector line. ///
connectorLine-any default- ///

///Width of the connector line. ///
width-number default-1 ///

///Color of the connector line. ///
color-string default-#565656 ///

///DashArray of the connector line. ///
dashArray-string default-null ///

///DashArray of the connector line. ///
opacity-number default-1 ///

///Options to customize the drag and drop in series. ///
dragSettings-any default- ///

///drag/drop the series ///
enable-boolean default-false ///

///Specifies the type of drag settings. ///
type-string default-xy ///

///Options to customize the error bar in series. ///
errorBar-any default- ///

///Show/hides the error bar ///
visibility-boolean default-visible ///

///Specifies the type of error bar. ///
type-ej.datavisualization.Chart.ErrorBarType|string default-FixedValue ///

///Specifies the mode of error bar. ///
mode-ej.datavisualization.Chart.ErrorBarMode|string default-vertical ///

///Specifies the direction of error bar. ///
direction-ej.datavisualization.Chart.ErrorBarDirection|string default-both ///

///Value of vertical error bar. ///
verticalErrorValue-number default-3 ///

///Value of horizontal error bar. ///
horizontalErrorValue-number default-1 ///

///Value of positive horizontal error bar. ///
horizontalPositiveErrorValue-number default-1 ///

///Value of negative horizontal error bar. ///
horizontalNegativeErrorValue-number default-1 ///

///Value of positive vertical error bar. ///
verticalPositiveErrorValue-number default-5 ///

///Value of negative vertical error bar. ///
verticalNegativeErrorValue-number default-5 ///

///Fill color of the error bar. ///
fill-string default-#000000 ///

///Width of the error bar. ///
width-number default-1 ///

///Options for customizing the error bar cap. ///
cap-any default- ///

///Show/Hides the error bar cap. ///
visible-boolean default-true ///

///Width of the error bar cap. ///
width-number default-1 ///

///Length of the error bar cap. ///
length-number default-1 ///

///Color of the error bar cap. ///
fill-string default-“#000000” ///

///Option to add the trendlines to chart. ///
trendlines-Array<any> default- ///

///Show/hides the trendline. ///
visibility-boolean default- ///

///Show/hides the trendline legend. ///
visibleOnLegend-string default-visible ///

///Specifies the type of the trendline for the series. ///
type-ej.datavisualization.Chart.TrendlinesType|string default-linear. See TrendlinesType ///

///Name for the trendlines that is to be displayed in the legend text. ///
name-string default-trendline ///

///Fill color of the trendlines. ///
fill-string default-#0000FF ///

///Width of the trendlines. ///
width-number default-1 ///

///Opacity of the trendline. ///
opacity-number default-1 ///

///Pattern of dashes and gaps used to stroke the trendline. ///
dashArray-string default- ///

///Future trends of the current series. ///
forwardForecast-number default-0 ///

///Past trends of the current series. ///
backwardForecast-number default-0 ///

///Specifies the order of the polynomial trendlines. ///
polynomialOrder-number default-0 ///

///Specifies the moving average starting period value. ///
period-number default-2 ///

///Options for customizing the tooltip of the trendlines in the chart. ///
tooltip-any default- ///

///Options for customizing the border of the trendline tooltip. ///
border-any default- ///

///Border color of the trendline tooltip. ///
color-string default-null ///

///Border width of the trendline tooltip. ///
width-number default-1 ///

///Customize the corner radius of the trendline tooltip rectangle. ///
rx-number default-0 ///

///Customize the corner radius of the trendline tooltip rectangle. ///
ry-number default-0 ///

///Specifies the duration, the tooltip has to be displayed. ///
duration-string default-500ms ///

///Enables/disables the animation of the trendline tooltip when moving from one point to other. ///
enableAnimation-boolean default-true ///

///Background color of the trendline tooltip. ///
fill-string default-null ///

///Format of the tooltip content displayed in the trendlines. ///
format-string default-#point.x# : #point.y# ///

///Opacity of the trendline tooltip. ///
opacity-number default-0.5 ///

///Specifies the intercept value of the trendlines. ///
intercept-number default-null ///

///Options for customizing the appearance of the series or data point while highlighting. ///
highlightSettings-any default- ///

///Enables/disables the ability to highlight the series or data point interactively. ///
enable-boolean default-false ///

///Specifies whether the series or data point has to be highlighted. ///
mode-ej.datavisualization.Chart.Mode|string default-series. See Mode ///

///Color of the series/point on highlight. ///
color-string default- ///

///Opacity of the series/point on highlight. ///
opacity-number default-0.6 ///

///Options for customizing the border of series on highlight. ///
border-any default- ///

///Border color of the series/point on highlight. ///
color-string default- ///

///Border width of the series/point on highlight. ///
width-string default-2 ///

///Specifies the pattern for the series/point on highlight. ///
pattern-string default-none. See Pattern ///

///Custom pattern for the series on highlight. ///
customPattern-string default- ///

///Options for customizing the appearance of the series/data point on selection. ///
selectionSettings-any default- ///

///Enables/disables the ability to select a series/data point interactively. ///
enable-boolean default-false ///

///Specifies the type of selection. ///
type-ej.datavisualization.Chart.SelectionType|string default-single ///

///Specifies whether the series or data point has to be selected. ///
mode-ej.datavisualization.Chart.Mode|string default-series. See Mode ///

///Specifies the drawn rectangle type. ///
rangeType-ej.datavisualization.Chart.RangeType|string default-xy ///

///Color of the series/point on selection. ///
color-string default- ///

///Opacity of the series/point on selection. ///
opacity-number default-0.6 ///

///Options for customizing the border of the series on selection. ///
border-any default- ///

///Border color of the series/point on selection. ///
color-string default- ///

///Border width of the series/point on selection. ///
width-string default-2 ///

///Specifies the pattern for the series/point on selection. ///
pattern-string default-none. See Pattern ///

///Custom pattern for the series on selection. ///
customPattern-string default- ///

///Options for displaying the chart along with selected points while loading ///
selectedDataPointIndexes-Array<any> default-[ ] ///

///Options for displaying and customizing the crosshair. ///
crosshair-Crosshair default- ///

///Options for customizing the trackball tooltip. ///
trackballTooltipSettings-any default- ///

///Options for customizing the trackball tooltip border. ///
border-any default- ///

///Border width of the trackball tooltip. ///
width-number default-null ///

///Border color of the trackball tooltip. ///
color-string default-null ///

///Background color of the trackball tooltip. ///
fill-string default-null ///

///Rounded corner x value of the trackball tooltip. ///
rx-number default-3 ///

///Rounded corner y value of the trackball tooltip. ///
ry-number default-3 ///

///Opacity value of the trackball tooltip. ///
opacity-number default-1 ///

///Specifies the mode of the trackball tooltip. ///
mode-ej.datavisualization.Chart.CrosshairMode|string default-float. See CrosshairMode ///

///Options for customizing the marker in crosshair. ///
marker-any default- ///

///Options for customizing the border. ///
border-any default- ///

///Border width of the marker. ///
width-number default-3 ///

///Opacity of the marker. ///
opacity-boolean default-true ///

///Options for customizing the size of the marker. ///
size-any default- ///

///Height of the marker. ///
height-number default-10 ///

///Width of the marker. ///
width-number default-10 ///

///Show/hides the marker. ///
visible-boolean default-true ///

///Options for customizing the crosshair line. ///
line-any default- ///

///Color of the crosshair line. ///
color-string default-transparent ///

///Width of the crosshair line. ///
width-number default-1 ///

///Specifies the type of the crosshair. It can be trackball or crosshair ///
type-ej.datavisualization.Chart.CrosshairType|string default-crosshair. See CrosshairType ///

///Show/hides the crosshair/trackball visibility. ///
visible-boolean default-false ///

///Depth of the 3D Chart from front view of series to background wall. This property is applicable only for 3D view. ///
depth-number default-100 ///

///Controls whether 3D view has to be enabled or not. 3D view is supported only for column, bar. Stacking column, stacking bar, pie and doughnut series types. ///
enable3D-boolean default-false ///

///Controls whether Chart has to be rendered as Canvas or SVG. Canvas rendering supports all functionalities in SVG rendering except 3D Charts. ///
enableCanvasRendering-boolean default-false ///

///Controls whether the series has to be rendered at initial loading of chart, this will be useful in scenarios where chart is placed at the bottom of the web page and we need to render the series only when the chart is visible while scrolling to the top. ///
initSeriesRender-boolean default-true ///

///Controls whether 3D view has to be rotated on dragging. This property is applicable only for 3D view. ///
enableRotation-boolean default-false ///

///Options to customize the technical indicators. ///
indicators-Array<Indicators> default- ///

///The dPeriod value for stochastic indicator. ///
dPeriod-number default-3 ///

///Enables/disables the animation. ///
enableAnimation-boolean default-false ///

///Specifies animation duration for indicator rendering. ///
animationDuration-boolean default-null ///

///Color of the technical indicator. ///
fill-string default-#00008B ///

///Options to customize the histogram in MACD indicator. ///
histogram-any default- ///

///Options to customize the histogram border in MACD indicator. ///
border-any default- ///

///Color of the histogram border in MACD indicator. ///
color-string default-#9999ff ///

///Controls the width of histogram border line in MACD indicator. ///
width-number default-1 ///

///Color of histogram columns in MACD indicator. ///
fill-string default-#ccccff ///

///Opacity of histogram columns in MACD indicator. ///
opacity-number default-1 ///

///Specifies the k period in stochastic indicator. ///
kPeriod-number default-3 ///

///Specifies the long period in MACD indicator. ///
longPeriod-number default-26 ///

///Options to customize the lower line in indicators. ///
lowerLine-any default- ///

///Color of lower line. ///
fill-string default-#008000 ///

///Width of the lower line. ///
width-number default-2 ///

///Options to customize the MACD line. ///
macdLine-any default- ///

///Color of MACD line. ///
fill-string default-#ff9933 ///

///Width of the MACD line. ///
width-number default-2 ///

///Specifies the type of the MACD indicator. ///
macdType-string default-line. See MACDType ///

///Specifies period value in indicator. ///
period-number default-14 ///

///Options to customize the period line in indicators. ///
periodLine-any default- ///

///Color of period line in indicator. ///
fill-string default-blue ///

///Width of the period line in indicators. ///
width-number default-2 ///

///Name of the series for which indicator has to be drawn. ///
seriesName-string default- ///

///Specifies the short period in MACD indicator. ///
shortPeriod-number default-13 ///

///Specifies the standard deviation value for Bollinger band indicator. ///
standardDeviations-number default-2 ///

///Options to customize the tooltip. ///
tooltip-any default- ///

///Option to customize the border of indicator tooltip. ///
border-any default- ///

///Border color of indicator tooltip. ///
color-string default-null ///

///Border width of indicator tooltip. ///
width-number default-1 ///

///Specifies the animation duration of indicator tooltip. ///
duration-string default-500ms ///

///Enables/disables the tooltip animation. ///
enableAnimation-boolean default-true ///

///Format of indicator tooltip. Use “point.x” and “point.y” as a placeholder text to display the corresponding data point’s x and y value. ///
format-string default-#point.x# : #point.y# ///

///Background color of indicator tooltip. ///
fill-string default-null ///

///Opacity of indicator tooltip. ///
opacity-number default-0.95 ///

///Controls the visibility of indicator tooltip. ///
visible-boolean default-false ///

///Trigger value of MACD indicator. ///
trigger-number default-9 ///

///Specifies the visibility of indicator. ///
visibility-string default-visible ///

///Specifies the type of indicator that has to be rendered. ///
type-string default-sma. See IndicatorsType ///

///Options to customize the upper line in indicators ///
upperLine-any default- ///

///Fill color of the upper line in indicators ///
fill-string default-#ff9933 ///

///Width of the upper line in indicators. ///
width-number default-2 ///

///Width of the indicator line. ///
width-number default-2 ///

///Name of the horizontal axis used for indicator. Primary X axis is used when x axis name is not specified. ///
xAxisName-string default- ///

///Name of the vertical axis used for indicator. Primary Y axis is used when y axis name is not specified ///
yAxisName-string default- ///

///Controls whether Chart has to be responsive while resizing. ///
isResponsive-boolean default-false ///

///Options to customize the legend items and legend title. ///
legend-Legend default- ///

///Horizontal alignment of the legend. ///
alignment-ej.datavisualization.Chart.Alignment|string default-Center. See Alignment ///

///Background for the legend. Use this property to add a background image or background color for the legend. ///
background-string default- ///

///Options for customizing the legend border. ///
border-any default- ///

///Border color of the legend. ///
color-string default-transparent ///

///Border width of the legend. ///
width-number default-1 ///

///Number of columns to arrange the legend items. ///
columnCount-number default-null ///

///Controls whether legend has to use scrollbar or not. When enabled, scroll bar appears depending upon size and position properties of legend. ///
enableScrollbar-boolean default-true ///

///Fill color for the legend items. By using this property, it displays all legend item shapes in same color.Legend items representing invisible series is displayed in gray color. ///
fill-string default-null ///

///Options to customize the font used for legend item text. ///
font-any default- ///

///Font family for legend item text. ///
fontFamily-string default-Segoe UI ///

///Font style for legend item text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal. See FontStyle ///

///Font weight for legend item text. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-Regular. See FontWeight ///

///Font size for legend item text. ///
size-string default-12px ///

///Gap or padding between the legend items. ///
itemPadding-number default-10 ///

///Options to customize the style of legend items. ///
itemStyle-any default- ///

///Options for customizing the border of legend items. ///
border-any default- ///

///Border color of the legend items. ///
color-string default-transparent ///

///Border width of the legend items. ///
width-number default-1 ///

///Height of the shape in legend items. ///
height-number default-10 ///

///Width of the shape in legend items. ///
width-number default-10 ///

///Options to customize the location of chart legend. Legend is placed in provided location only when value of position property is custom ///
location-any default- ///

///X value or horizontal offset to position the legend in chart. ///
x-number default-0 ///

///Y value or vertical offset to position the legend. ///
y-number default-0 ///

///Opacity of the legend. ///
opacity-number default-1 ///

///Places the legend at specified position. Legend can be placed at **left**, **right**, **top** or **bottom** of the chart area. To manually specify the location of legend, set **custom** as value to this property. ///
position-ej.datavisualization.Chart.Position|string default-Bottom. See Position ///

///Number of rows to arrange the legend items. ///
rowCount-number default-null ///

///Shape of the legend items. Default shape for pie and doughnut series is circle and all other series uses rectangle. ///
shape-ej.datavisualization.Chart.Shape|string default-None. See Shape ///

///Options to customize the size of the legend. ///
size-any default- ///

///Height of the legend. Height can be specified in either pixel or percentage. ///
height-string default-null ///

///Width of the legend. Width can be specified in either pixel or percentage. ///
width-string default-null ///

///Options to customize the legend title. ///
title-any default- ///

///Options to customize the font used for legend title ///
font-any default- ///

///Font family for the text in legend title. ///
fontFamily-string default-Segoe UI ///

///Font style for legend title. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-normal. See FontStyle ///

///Font weight for legend title. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-normal. See FontWeight ///

///Font size for legend title. ///
size-string default-12px ///

///Text to be displayed in legend title. ///
text-string default- ///

///Alignment of the legend title. ///
textAlignment-ej.datavisualization.Chart.Alignment|string default-center. See Alignment ///

///Specifies the action taken when the legend width is more than the textWidth. ///
textOverflow-ej.datavisualization.Chart.TextOverflow|string default-none. See textOverflow ///

///Text width for legend item. ///
textWidth-number default-34 ///

///Controls the visibility of the legend. ///
visible-boolean default-true ///

///Controls the selection through the legend. ///
toggleSeriesVisibility-boolean default-true ///

///Name of the culture based on which chart should be localized. Number and date time values are localized with respect to the culture name.String type properties like title text are not localized automatically. Provide localized text as value to string type properties. ///
locale-string default-en-US ///

///Palette is used to store the series fill color in array and apply the color to series collection in the order of series index. ///
palette-Array<any> default-null ///

///Options to customize the left, right, top and bottom margins of chart area. ///
margin-Margin default- ///

///Spacing for the left margin of chart area. Setting positive value decreases the width of the chart area from left side. ///
left-number default-10 ///

///Spacing for the right margin of chart area. Setting positive value decreases the width of the chart area from right side. ///
right-number default-10 ///

///Spacing for the top margin of chart area. Setting positive value decreases the height of the chart area from the top. ///
top-number default-10 ///

///Spacing for the bottom margin of the chart area. Setting positive value decreases the height of the chart area from the bottom. ///
bottom-number default-10 ///

///Perspective angle of the 3D view. Chart appears closer when perspective angle is decreased, and distant when perspective angle is increased.This property is applicable only when 3D view is enabled ///
perspectiveAngle-number default-90 ///

///This is a horizontal axis that contains options to configure axis and it is the primary x axis for all the series in series array. To override x axis for particular series, create an axis object by providing unique name by using name property and add it to axes array. Then, assign the name to the series’s xAxisName property to link both axis and series. ///
primaryXAxis-PrimaryXAxis default- ///

///Options for customizing horizontal axis alternate grid band. ///
alternateGridBand-any default- ///

///Options for customizing even grid band. ///
even-any default- ///

///Fill color for the even grid bands. ///
fill-string default-transparent ///

///Opacity of the even grid band. ///
opacity-number default-1 ///

///Options for customizing odd grid band. ///
odd-any default- ///

///Fill color of the odd grid bands ///
fill-string default-transparent ///

///Opacity of odd grid band ///
opacity-number default-1 ///

///Specifies where horizontal axis should intersect the vertical axis or vice versa. Value should be provided in axis co-ordinates. If provided value is greater than the maximum value of crossing axis, then axis will be placed at the opposite side. ///
crossesAt-number default-null ///

///Name of the axis used for crossing. Vertical axis name should be provided for horizontal axis and vice versa. If the provided name does not belongs to a valid axis, then primary X axis or primary Y axis will be used for crossing ///
crossesInAxis-string default-null ///

///Category axis can also plot points based on index value of data points. Index based plotting can be enabled by setting ‘isIndexed’ property to true. ///
isIndexed-boolean default-false ///

///Specifies the interval of the axis according to the zoomed data of the chart. ///
enableAutoIntervalOnZooming-boolean default-true ///

///Options for customizing the axis line. ///
axisLine-any default- ///

///Pattern of dashes and gaps to be applied to the axis line. ///
dashArray-string default-null ///

///Padding for axis line. Normally, it is used along with plotOffset to pad the plot area. ///
offset-number default-null ///

///Show/hides the axis line. ///
visible-boolean default-true ///

///Default Value ///
color-string default- ///

///Width of axis line. ///
width-number default-1 ///

///Specifies the index of the column where the axis is associated, when the chart area is divided into multiple plot areas by using columnDefinitions. ///
columnIndex-number default-null ///

///Specifies the number of columns or plot areas an axis has to span horizontally. ///
columnSpan-number default-null ///

///Options to customize the crosshair label. ///
crosshairLabel-any default- ///

///Show/hides the crosshair label associated with this axis. ///
visible-boolean default-false ///

///With this setting, you can request axis to calculate intervals approximately equal to your desired interval. ///
desiredIntervals-number default-null ///

///Specifies the placement of labels. ///
labelPlacement-ej.datavisualization.Chart.LabelPlacement|string default-ej.datavisualization.Chart.LabelPlacement.BetweenTicks. See LabelPlacement ///

///Specifies the position of labels at the edge of the axis. ///
edgeLabelPlacement-ej.datavisualization.Chart.EdgeLabelPlacement|string default-ej.datavisualization.Chart.EdgeLabelPlacement.None. See EdgeLabelPlacement ///

///Specifies whether to trim the axis label when the width of the label exceeds the maximumLabelWidth. ///
enableTrim-boolean default-false ///

///Options for customizing the font of the axis Labels. ///
font-any default- ///

///Font family of labels. ///
fontFamily-string default-Segoe UI ///

///Font style of labels. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-ej.datavisualization.Chart.FontStyle.Normal. See FontStyle ///

///Font weight of the label. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-ej.datavisualization.Chart.FontWeight.Regular. See FontWeight ///

///Opacity of the axis labels. ///
opacity-number default-1 ///

///Font size of the axis labels. ///
size-string default-13px ///

///Specifies the type of interval in date time axis. ///
intervalType-ej.datavisualization.Chart.IntervalType|string default-null. See IntervalType ///

///Specifies whether to inverse the axis. ///
isInversed-boolean default-false ///

///Custom formatting for axis label and supports all standard formatting type of numerical and date time values. ///
labelFormat-string default-null ///

///Specifies the action to take when the axis labels are overlapping with each other. ///
labelIntersectAction-ej.datavisualization.Chart.LabelIntersectAction|string default-ej.datavisualization.Chart.LabelIntersectAction.None. See LabelIntersectAction ///

///Specifies the position of the axis labels. ///
labelPosition-ej.datavisualization.Chart.LabelPosition|string default-outside. See LabelPosition ///

///Specifies the position of the axis labels. ///
alignment-ej.datavisualization.Chart.LabelAlignment|string default-center. See Alignment ///

///Angle in degrees to rotate the axis labels. ///
labelRotation-number default-null ///

///Logarithmic base value. This is applicable only for logarithmic axis. ///
logBase-number default-10 ///

///Options for customizing major gird lines. ///
majorGridLines-any default- ///

///Pattern of dashes and gaps used to stroke the major grid lines. ///
dashArray-string default-null ///

///Color of the major grid line. ///
color-string default-null ///

///Opacity of major grid lines. ///
opacity-number default-1 ///

///Show/hides the major grid lines. ///
visible-boolean default-true ///

///Width of the major grid lines. ///
width-number default-1 ///

///Options for customizing the major tick lines. ///
majorTickLines-any default- ///

///Length of the major tick lines. ///
size-number default-5 ///

///Show/hides the major tick lines. ///
visible-boolean default-true ///

///Width of the major tick lines. ///
width-number default-1 ///

///Maximum number of labels to be displayed in every 100 pixels. ///
maximumLabels-number default-3 ///

///Maximum width of the axis label. When the label exceeds the width, the label gets trimmed when the enableTrim is set to true. ///
maximumLabelWidth-number default-34 ///

///Options for customizing the minor grid lines. ///
minorGridLines-any default- ///

///Patterns of dashes and gaps used to stroke the minor grid lines. ///
dashArray-string default-null ///

///Show/hides the minor grid lines. ///
visible-boolean default-true ///

///Width of the minorGridLines. ///
width-number default-1 ///

///Options for customizing the minor tick lines. ///
minorTickLines-any default- ///

///Length of the minor tick lines. ///
size-number default-5 ///

///Show/hides the minor tick lines. ///
visible-boolean default-true ///

///Width of the minor tick line. ///
width-number default-1 ///

///Specifies the number of minor ticks per interval. ///
minorTicksPerInterval-number default-null ///

///Unique name of the axis. To associate an axis with the series, you have to set this name to the xAxisName/yAxisName property of the series. ///
name-string default-null ///

///Specifies whether to render the axis at the opposite side of its default position. ///
opposedPosition-boolean default-false ///

///Specifies the orientation of the axis line ///
orientation-ej.datavisualization.Chart.AxisOrientation|string default-Horizontal ///

///Specifies the padding for the plot area. ///
plotOffset-number default-10 ///

///Options to customize the range of the axis. ///
range-any default- ///

///Minimum value of the axis range. ///
min-number default-null ///

///Maximum value of the axis range. ///
max-number default-null ///

///Interval of the axis range. ///
interval-number default-null ///

///Specifies the padding for the axis range. ///
rangePadding-ej.datavisualization.Chart.RangePadding|string default-None. See RangePadding ///

///Rounds the number to the given number of decimals. ///
roundingPlaces-number default-null ///

///Options for customizing the multi level labels. ///
multiLevelLabels-Array<any> default-[ ] ///

///Visibility of the multi level labels. ///
visible-boolean default-false ///

///Text of the multi level labels. ///
text-string default- ///

///Starting value of the multi level labels. ///
start-any default-null ///

///Ending value of the multi level labels. ///
end-any default-null ///

///Specifies the level of multi level labels. ///
level-number default-0 ///

///Specifies the maximum width of the text in multi level labels. ///
maximumTextWidth-number default-null ///

///Specifies the alignment of the text in multi level labels. ///
textAlignment-ej.datavisualization.Chart.TextAlignment|string default-center. See TextAlignment ///

///Specifies the handling of text over flow in multi level labels. ///
textOverflow-ej.datavisualization.Chart.TextOverflow|string default-center. See TextOverflow ///

///Options for customizing the font of the text. ///
font-any default- ///

///Font color of the multi level labels text. ///
color-string default-null ///

///Font family of the multi level labels text. ///
fontFamily-string default-Segoe UI ///

///Font style of the multi level labels text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the multi level label text. ///
fontWeight-string default-regular ///

///Opacity of the multi level label text. ///
opacity-number default-1 ///

///Font size of the multi level label text. ///
size-string default-12px ///

///Options for customizing the border of the series. ///
border-any default- ///

///Border color of the multi level labels. ///
color-string default-null ///

///Border width of the multi level labels. ///
width-number default-1 ///

///Border type of the multi level labels. ///
type-ej.datavisualization.Chart.MultiLevelLabelsBorderType|string default-rectangle. See Type ///

///Specifies whether the axis elements need to be placed nearby the axis line, while crossing. ///
showNextToAxisLine-boolean default-true ///

///Options for customizing the strip lines. ///
stripLine-Array<any> default-[ ] ///

///Border color of the strip line. ///
borderColor-string default-gray ///

///Background color of the strip line. ///
color-string default-gray ///

///End value of the strip line. ///
end-number default-null ///

///Options for customizing the font of the text. ///
font-any default- ///

///Font color of the strip line text. ///
color-string default-black ///

///Font family of the strip line text. ///
fontFamily-string default-Segoe UI ///

///Font style of the strip line text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the strip line text. ///
fontWeight-string default-regular ///

///Opacity of the strip line text. ///
opacity-number default-1 ///

///Font size of the strip line text. ///
size-string default-12px ///

///Start value of the strip line. ///
start-number default-null ///

///Indicates whether to render the strip line from the minimum/start value of the axis. This property does not work when start property is set. ///
startFromAxis-boolean default-false ///

///Specifies text to be displayed inside the strip line. ///
text-string default-stripLine ///

///Specifies the alignment of the text inside the strip line. ///
textAlignment-ej.datavisualization.Chart.TextAlignment|string default-middlecenter. See TextAlignment ///

///Show/hides the strip line. ///
visible-boolean default-false ///

///Width of the strip line. ///
width-number default-0 ///

///Specifies the order where the strip line and the series have to be rendered. When Z-order is “behind”, strip line is rendered under the series and when it is “over”, it is rendered above the series. ///
zIndex-ej.datavisualization.Chart.ZIndex|string default-over. See ZIndex ///

///Specifies the position of the axis tick lines. ///
tickLinesPosition-ej.datavisualization.Chart.TickLinesPosition|string default-outside. See TickLinesPosition ///

///Options for customizing the border of the labels. ///
labelBorder-any default- ///

///Specifies the color of the label border. ///
color-string default-null ///

///Specifies the width of the label border. ///
width-number default-1 ///

///Options for customizing the axis title. ///
title-any default- ///

///Specifies whether to trim the axis title when it exceeds the chart area or the maximum width of the title. ///
enableTrim-boolean default-false ///

///Options for customizing the title font. ///
font-any default- ///

///Font family of the title text. ///
fontFamily-string default-Segoe UI ///

///Font style of the title text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-ej.datavisualization.Chart.FontStyle.Normal ///

///Font weight of the title text. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-ej.datavisualization.Chart.FontWeight.Regular. See FontWeight ///

///Opacity of the axis title text. ///
opacity-number default-1 ///

///Font size of the axis title. ///
size-string default-16px ///

///Maximum width of the title, when the title exceeds this width, the title gets trimmed, when enableTrim is true. ///
maximumTitleWidth-number default-34 ///

///Title for the axis. ///
text-string default- ///

///Controls the visibility of axis title. ///
visible-boolean default-true ///

///offset value for axis title. ///
offset-number default-0 ///

///Specifies the position of the axis title. ///
position-ej.datavisualization.Chart.LabelPosition|string default-outside. See Position ///

///Specifies the position of the axis title. ///
alignment-ej.datavisualization.Chart.TextAlignment|string default-center. See Alignment ///

///Specifies the type of data the axis is handling. ///
valueType-ej.datavisualization.Chart.ValueType|string default-null. See ValueType ///

///Show/hides the axis. ///
visible-boolean default-true ///

///The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1. ///
zoomFactor-number default-1 ///

///Position of the zoomed axis. Value ranges from 0 to 1. ///
zoomPosition-number default-0 ///

///Options for customizing the axis scrollbar ///
scrollbarSettings-any default- ///

///Specifies to enables or disables the scroll bar. ///
visible-boolean default-false ///

///Controls whether scrollbar has to be responsive in the chart. ///
canResize-boolean default-false ///

///Options to customize the range for the scrollbar in the axis. ///
range-any default- ///

///Minimum value of the scrollbar range. ///
min-number default-null ///

///Maximum value for the scrollbar range . ///
max-number default-null ///

///The maximum number of points to be displayed in the scrollbar. ///
pointsLength-number default-null ///

///To override x axis for particular series, create an axis object by providing unique name by using name property and add it to axes array. Then, assign the name to the series’s xAxisName property to link both axis and series. ///
axes-Array<Axes> default- ///

///Options for customizing axis alternate grid band. ///
alternateGridBand-any default- ///

///Options for customizing even grid band. ///
even-any default- ///

///Fill color for the even grid bands. ///
fill-string default-transparent ///

///Opacity of the even grid band. ///
opacity-number default-1 ///

///Options for customizing odd grid band. ///
odd-any default- ///

///Fill color of the odd grid bands ///
fill-string default-transparent ///

///Opacity of odd grid band ///
opacity-number default-1 ///

///Specifies where axis should intersect the vertical axis or vice versa. Value should be provided in axis co-ordinates. If provided value is greater than the maximum value of crossing axis, then axis will be placed at the opposite side. ///
crossesAt-number default-null ///

///Category axis can also plot points based on index value of data points. Index based plotting can be enabled by setting ‘isIndexed’ property to true. ///
isIndexed-boolean default-false ///

///Options for customizing the axis line. ///
axisLine-any default- ///

///Pattern of dashes and gaps to be applied to the axis line. ///
dashArray-string default-null ///

///Padding for axis line. Normally, it is used along with plotOffset to pad the plot area. ///
offset-number default-null ///

///Show/hides the axis line. ///
visible-boolean default-true ///

///Color of axis line. ///
color-string default- ///

///Width of axis line. ///
width-number default-1 ///

///Specifies the index of the column where the axis is associated, when the chart area is divided into multiple plot areas by using columnDefinitions. ///
columnIndex-number default-null ///

///Specifies the number of columns or plot areas an axis has to span horizontally. ///
columnSpan-number default-null ///

///Options to customize the crosshair label. ///
crosshairLabel-any default- ///

///Show/hides the crosshair label associated with this axis. ///
visible-boolean default-false ///

///With this setting, you can request axis to calculate intervals approximately equal to your desired interval. ///
desiredIntervals-number default-null ///

///Specifies the placement of labels. ///
labelPlacement-ej.datavisualization.Chart.LabelPlacement|string default-ej.datavisualization.Chart.LabelPlacement.BetweenTicks. See LabelPlacement ///

///Specifies the position of labels at the edge of the axis. ///
edgeLabelPlacement-ej.datavisualization.Chart.EdgeLabelPlacement|string default-ej.datavisualization.Chart.EdgeLabelPlacement.None. See EdgeLabelPlacement ///

///Specifies whether to trim the axis label when the width of the label exceeds the maximumLabelWidth. ///
enableTrim-boolean default-false ///

///Specifies the interval of the axis according to the zoomed data of the chart. ///
enableAutoIntervalOnZooming-boolean default-true ///

///Options for customizing the font of the axis Labels. ///
font-any default- ///

///Font family of labels. ///
fontFamily-string default-Segoe UI ///

///Font style of labels. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-ej.datavisualization.Chart.FontStyle.Normal. See FontStyle ///

///Font weight of the label. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-ej.datavisualization.Chart.FontWeight.Regular. See FontWeight ///

///Opacity of the axis labels. ///
opacity-number default-1 ///

///Font size of the axis labels. ///
size-string default-13px ///

///Specifies the type of interval in date time axis. ///
intervalType-ej.datavisualization.Chart.IntervalType|string default-null. See IntervalType ///

///Specifies whether to inverse the axis. ///
isInversed-boolean default-false ///

///Custom formatting for axis label and supports all standard formatting type of numerical and date time values. ///
labelFormat-string default-null ///

///Specifies the action to take when the axis labels are overlapping with each other. ///
labelIntersectAction-ej.datavisualization.Chart.LabelIntersectAction|string default-ej.datavisualization.Chart.LabelIntersectAction.None. See LabelIntersectAction ///

///Specifies the position of the axis labels. ///
labelPosition-ej.datavisualization.Chart.LabelPosition|string default-outside. See LabelPosition ///

///Specifies the position of the axis labels. ///
alignment-ej.datavisualization.Chart.LabelAlignment|string default-center. See Alignment ///

///Angle in degrees to rotate the axis labels. ///
labelRotation-number default-null ///

///Logarithmic base value. This is applicable only for logarithmic axis. ///
logBase-number default-10 ///

///Options for customizing major gird lines. ///
majorGridLines-any default- ///

///Pattern of dashes and gaps used to stroke the major grid lines. ///
dashArray-string default-null ///

///Color of the major grid line. ///
color-string default-null ///

///Opacity of major grid lines. ///
opacity-number default-1 ///

///Show/hides the major grid lines. ///
visible-boolean default-true ///

///Width of the major grid lines. ///
width-number default-1 ///

///Options for customizing the major tick lines. ///
majorTickLines-any default- ///

///Length of the major tick lines. ///
size-number default-5 ///

///Show/hides the major tick lines. ///
visible-boolean default-true ///

///Width of the major tick lines. ///
width-number default-1 ///

///Maximum number of labels to be displayed in every 100 pixels. ///
maximumLabels-number default-3 ///

///Maximum width of the axis label. When the label exceeds the width, the label gets trimmed when the enableTrim is set to true. ///
maximumLabelWidth-number default-34 ///

///Options for customizing the minor grid lines. ///
minorGridLines-any default- ///

///Patterns of dashes and gaps used to stroke the minor grid lines. ///
dashArray-string default-null ///

///Show/hides the minor grid lines. ///
visible-boolean default-true ///

///Width of the minorGridLines. ///
width-number default-1 ///

///Options for customizing the minor tick lines. ///
minorTickLines-any default- ///

///Length of the minor tick lines. ///
size-number default-5 ///

///Show/hides the minor tick lines. ///
visible-boolean default-true ///

///Width of the minor tick line. ///
width-number default-1 ///

///Specifies the number of minor ticks per interval. ///
minorTicksPerInterval-number default-null ///

///Unique name of the axis. To associate an axis with the series, you have to set this name to the xAxisName/yAxisName property of the series. ///
name-string default-null ///

///Specifies whether to render the axis at the opposite side of its default position. ///
opposedPosition-boolean default-false ///

///Specifies the orientation of the axis line in the chart. ///
orientation-ej.datavisualization.Chart.AxisOrientation|string default-'horizontal' ///

///Specifies the padding for the plot area. ///
plotOffset-number default-10 ///

///Options to customize the range of the axis. ///
range-any default- ///

///Minimum value of the axis range. ///
min-number default-null ///

///Maximum value of the axis range. ///
max-number default-null ///

///Interval of the axis range. ///
interval-number default-null ///

///Specifies the padding for the axis range. ///
rangePadding-ej.datavisualization.Chart.RangePadding|string default-None. See RangePadding ///

///Rounds the number to the given number of decimals. ///
roundingPlaces-number default-null ///

///Options for customizing the multi level labels. ///
multiLevelLabels-Array<any> default-[ ] ///

///Visibility of the multi level labels. ///
visible-boolean default-false ///

///Text of the multi level labels. ///
text-string default- ///

///Starting value of the multi level labels. ///
start-any default-null ///

///Ending value of the multi level labels. ///
end-any default-null ///

///Specifies the level of multi level labels. ///
level-number default-0 ///

///Specifies the maximum width of the text in multi level labels. ///
maximumTextWidth-number default-null ///

///Specifies the alignment of the text in multi level labels. ///
textAlignment-ej.datavisualization.Chart.TextAlignment|string default-center. See TextAlignment ///

///Specifies the handling of text over flow in multi level labels. ///
textOverflow-ej.datavisualization.Chart.TextOverflow|string default-center. See TextOverflow ///

///Options for customizing the font of the text. ///
font-any default- ///

///Font color of the multi level labels text. ///
color-string default-null ///

///Font family of the multi level labels text. ///
fontFamily-string default-Segoe UI ///

///Font style of the multi level labels text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the multi level label text. ///
fontWeight-string default-regular ///

///Opacity of the multi level label text. ///
opacity-number default-1 ///

///Font size of the multi level label text. ///
size-string default-12px ///

///Options for customizing the border of the series. ///
border-any default- ///

///Border color of the multi level labels. ///
color-string default-null ///

///Border width of the multi level labels. ///
width-number default-1 ///

///Border type of the multi level labels. ///
type-ej.datavisualization.Chart.MultiLevelLabelsBorderType|string default-rectangle. See Type ///

///Specifies whether the axis elements need to be placed nearby the axis line, while crossing. ///
showNextToAxisLine-boolean default-true ///

///Options for customizing the strip lines. ///
stripLine-Array<any> default-[ ] ///

///Border color of the strip line. ///
borderColor-string default-gray ///

///Background color of the strip line. ///
color-string default-gray ///

///End value of the strip line. ///
end-number default-null ///

///Options for customizing the font of the text. ///
font-any default- ///

///Font color of the strip line text. ///
color-string default-black ///

///Font family of the strip line text. ///
fontFamily-string default-Segoe UI ///

///Font style of the strip line text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the strip line text. ///
fontWeight-string default-regular ///

///Opacity of the strip line text. ///
opacity-number default-1 ///

///Font size of the strip line text. ///
size-string default-12px ///

///Start value of the strip line. ///
start-number default-null ///

///Indicates whether to render the strip line from the minimum/start value of the axis. This property does not work when start property is set. ///
startFromAxis-boolean default-false ///

///Specifies text to be displayed inside the strip line. ///
text-string default-stripLine ///

///Specifies the alignment of the text inside the strip line. ///
textAlignment-ej.datavisualization.Chart.TextAlignment|string default-middlecenter. See TextAlignment ///

///Show/hides the strip line. ///
visible-boolean default-false ///

///Width of the strip line. ///
width-number default-0 ///

///Specifies the order where the strip line and the series have to be rendered. When Z-order is “behind”, strip line is rendered under the series and when it is “over”, it is rendered above the series. ///
zIndex-ej.datavisualization.Chart.ZIndex|string default-over. See ZIndex ///

///Specifies the position of the axis tick lines. ///
tickLinesPosition-ej.datavisualization.Chart.TickLinesPosition|string default-outside. See TickLinesPosition ///

///Options for customizing the border of the labels. ///
labelBorder-any default- ///

///Specifies the color of the label border. ///
color-string default-null ///

///Specifies the width of the label border. ///
width-number default-1 ///

///Options for customizing the axis title. ///
title-any default- ///

///Specifies whether to trim the axis title when it exceeds the chart area or the maximum width of the title. ///
enableTrim-boolean default-false ///

///Options for customizing the title font. ///
font-any default- ///

///Font family of the title text. ///
fontFamily-string default-Segoe UI ///

///Font style of the title text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-ej.datavisualization.Chart.FontStyle.Normal ///

///Font weight of the title text. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-ej.datavisualization.Chart.FontWeight.Regular. See FontWeight ///

///Opacity of the axis title text. ///
opacity-number default-1 ///

///Font size of the axis title. ///
size-string default-16px ///

///Maximum width of the title, when the title exceeds this width, the title gets trimmed, when enableTrim is true. ///
maximumTitleWidth-number default-34 ///

///Title for the axis. ///
text-string default- ///

///Controls the visibility of axis title. ///
visible-boolean default-true ///

///offset value for axis title. ///
offset-number default-0 ///

///Specifies the position of the axis title. ///
position-ej.datavisualization.Chart.LabelPosition|string default-outside. See Position ///

///Specifies the position of the axis title. ///
alignment-ej.datavisualization.Chart.TextAlignment|string default-center. See Alignment ///

///Specifies the type of data the axis is handling. ///
valueType-ej.datavisualization.Chart.ValueType|string default-null. See ValueType ///

///Show/hides the axis. ///
visible-boolean default-true ///

///The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Value ranges from 0 to 1. ///
zoomFactor-number default-1 ///

///Position of the zoomed axis. Value ranges from 0 to 1. ///
zoomPosition-number default-0 ///

///Options for customizing the axis scrollbar. ///
scrollbarSettings-any default- ///

///Specifies to enable or disable the scrollbar. ///
visible-boolean default-false ///

///Controls whether scrollbar has to be responsive in the chart. ///
canResize-boolean default-false ///

///Options to customize the range for the scrollbar in the axis. ///
range-any default- ///

///Minimum value of the scrollbar range. ///
min-number default-null ///

///Maximum value for the scrollbar range . ///
max-number default-null ///

///The maximum number of points to be displayed in the scrollbar. ///
pointsLength-number default-null ///

///This is a vertical axis that contains options to configure axis. This is the primary y axis for all the series in series array. To override y axis for particular series, create an axis object by providing unique name by using name property and add it to axes array. Then, assign the name to the series’s yAxisName property to link both axis and series. ///
primaryYAxis-PrimaryYAxis default- ///

///Options for customizing vertical axis alternate grid band. ///
alternateGridBand-any default- ///

///Options for customizing even grid band. ///
even-any default- ///

///Fill color for the even grid bands. ///
fill-string default-transparent ///

///Opacity of the even grid band. ///
opacity-number default-1 ///

///Options for customizing odd grid band. ///
odd-any default- ///

///Fill color of the odd grid bands. ///
fill-string default-transparent ///

///Opacity of odd grid band. ///
opacity-number default-1 ///

///Specifies the interval of the axis according to the zoomed data of the chart. ///
enableAutoIntervalOnZooming-boolean default-true ///

///Options for customizing the axis line. ///
axisLine-any default- ///

///Pattern of dashes and gaps to be applied to the axis line. ///
dashArray-string default-null ///

///Padding for axis line. Normally, it is used along with plotOffset to pad the plot area. ///
offset-number default-null ///

///Show/hides the axis line. ///
visible-boolean default-true ///

///Color of axis line. ///
color-string default- ///

///Width of axis line. ///
width-number default-1 ///

///Specifies where horizontal axis should intersect the vertical axis or vice versa. Value should be provided in axis co-ordinates. If provided value is greater than the maximum value of crossing axis, then axis will be placed at the opposite side. ///
crossesAt-number default-null ///

///Name of the axis used for crossing. Vertical axis name should be provided for horizontal axis and vice versa. If the provided name does not belongs to a valid axis, then primary X axis or primary Y axis will be used for crossing ///
crossesInAxis-string default-null ///

///Options to customize the crosshair label. ///
crosshairLabel-any default- ///

///Show/hides the crosshair label associated with this axis. ///
visible-boolean default-false ///

///With this setting, you can request axis to calculate intervals approximately equal to your desired interval. ///
desiredIntervals-number default-null ///

///Specifies the placement of labels. ///
labelPlacement-ej.datavisualization.Chart.LabelPlacement|string default-ej.datavisualization.Chart.LabelPlacement.BetweenTicks. See LabelPlacement ///

///Specifies the position of labels at the edge of the axis. ///
edgeLabelPlacement-ej.datavisualization.Chart.EdgeLabelPlacement|string default-ej.datavisualization.Chart.EdgeLabelPlacement.None. See EdgeLabelPlacement ///

///Specifies whether to trim the axis label when the width of the label exceeds the maximumLabelWidth. ///
enableTrim-boolean default-false ///

///Options for customizing the font of the axis Labels. ///
font-any default- ///

///Font family of labels. ///
fontFamily-string default-Segoe UI ///

///Font style of labels. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-ej.datavisualization.Chart.FontStyle.Normal. See FontStyle ///

///Font weight of the label. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-ej.datavisualization.Chart.FontWeight.Regular. See FontWeight ///

///Opacity of the axis labels. ///
opacity-number default-1 ///

///Font size of the axis labels. ///
size-string default-13px ///

///Specifies the type of interval in date time axis. ///
intervalType-ej.datavisualization.Chart.IntervalType|string default-null. See IntervalType ///

///Specifies whether to inverse the axis. ///
isInversed-boolean default-false ///

///Custom formatting for axis label and supports all standard formatting type of numerical and date time values. ///
labelFormat-string default-null ///

///Specifies the action to take when the axis labels are overlapping with each other. ///
labelIntersectAction-ej.datavisualization.Chart.LabelIntersectAction|string default-ej.datavisualization.Chart.LabelIntersectAction.None ///

///Specifies the position of the axis labels. ///
labelPosition-ej.datavisualization.Chart.LabelPosition|string default-outside. See LabelPosition ///

///Specifies the position of the axis labels. ///
alignment-ej.datavisualization.Chart.LabelAlignment|string default-center. See Alignment ///

///Logarithmic base value. This is applicable only for logarithmic axis. ///
logBase-number default-10 ///

///Options for customizing major gird lines. ///
majorGridLines-any default- ///

///Pattern of dashes and gaps used to stroke the major grid lines. ///
dashArray-string default-null ///

///Color of the major grid lines. ///
color-string default-null ///

///Opacity of major grid lines. ///
opacity-number default-1 ///

///Show/hides the major grid lines. ///
visible-boolean default-true ///

///Width of the major grid lines. ///
width-number default-1 ///

///Options for customizing the major tick lines. ///
majorTickLines-any default- ///

///Length of the major tick lines. ///
size-number default-5 ///

///Show/hides the major tick lines. ///
visible-boolean default-true ///

///Width of the major tick lines. ///
width-number default-1 ///

///Maximum number of labels to be displayed in every 100 pixels. ///
maximumLabels-number default-3 ///

///Maximum width of the axis label. When the label exceeds the width, the label gets trimmed when the enableTrim is set to true. ///
maximumLabelWidth-number default-ej.datavisualization.Chart.maximumLabelWidth type {int} ///

///Options for customizing the minor grid lines. ///
minorGridLines-any default- ///

///Patterns of dashes and gaps used to stroke the minor grid lines. ///
dashArray-string default-null ///

///Show/hides the minor grid lines. ///
visible-boolean default-true ///

///Width of the minorGridLines. ///
width-number default-1 ///

///Options for customizing the minor tick lines. ///
minorTickLines-any default- ///

///Length of the minor tick lines. ///
size-number default-5 ///

///Show/hides the minor tick lines. ///
visible-boolean default-true ///

///Width of the minor tick line ///
width-number default-1 ///

///Specifies the number of minor ticks per interval. ///
minorTicksPerInterval-number default-null ///

///Unique name of the axis. To associate an axis with the series, you have to set this name to the xAxisName/yAxisName property of the series. ///
name-string default-null ///

///Specifies whether to render the axis at the opposite side of its default position. ///
opposedPosition-boolean default-false ///

///Specifies the orientation of the axis line in the chart. ///
orientation-ej.datavisualization.Chart.AxisOrientation|string default-Vertical ///

///Specifies the padding for the plot area. ///
plotOffset-number default-10 ///

///Options to customize the range of the axis. ///
range-any default- ///

///Minimum value of the axis range. ///
min-number default-null ///

///Maximum value of the axis range. ///
max-number default-null ///

///Interval for the range. ///
interval-number default-null ///

///Specifies the padding for the axis range. ///
rangePadding-ej.datavisualization.Chart.RangePadding|string default-ej.datavisualization.Chart.RangePadding.None. See RangePadding ///

///Rounds the number to the given number of decimals. ///
roundingPlaces-number default-null ///

///Specifies the index of the row to which the axis is associated, when the chart area is divided into multiple plot areas by using rowDefinitions. ///
rowIndex-number default-null ///

///Specifies the number of row or plot areas an axis has to span vertically. ///
rowSpan-number default-null ///

///Options for customizing the multi level labels. ///
multiLevelLabels-Array<any> default-[ ] ///

///Visibility of the multi level labels. ///
visible-boolean default-false ///

///Text of the multi level labels. ///
text-string default- ///

///Starting value of the multi level labels. ///
start-number default-null ///

///Ending value of the multi level labels. ///
end-number default-null ///

///Specifies the level of multi level labels. ///
level-number default-0 ///

///Specifies the maximum width of the text in multi level labels. ///
maximumTextWidth-number default-null ///

///Specifies the alignment of the text in multi level labels. ///
textAlignment-ej.datavisualization.Chart.TextAlignment|string default-center. See TextAlignment ///

///Specifies the handling of text over flow in multi level labels. ///
textOverflow-ej.datavisualization.Chart.TextOverflow|string default-center. See TextOverflow ///

///Options for customizing the font of the text. ///
font-any default- ///

///Font color of the multi level labels text. ///
color-string default-null ///

///Font family of the multi level labels text. ///
fontFamily-string default-Segoe UI ///

///Font style of the multi level labels text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the multi level label text. ///
fontWeight-string default-regular ///

///Opacity of the multi level label text. ///
opacity-number default-1 ///

///Font size of the multi level label text. ///
size-string default-12px ///

///Options for customizing the border of the series. ///
border-any default- ///

///Border color of the multi level labels. ///
color-string default-null ///

///Border width of the multi level labels. ///
width-number default-1 ///

///Border type of the multi level labels. ///
type-ej.datavisualization.Chart.MultiLevelLabelsBorderType|string default-rectangle. See Type ///

///Specifies whether the axis elements need to be placed nearby the axis line, while crossing. ///
showNextToAxisLine-boolean default-true ///

///Options for customizing the axis scrollbar. ///
scrollbarSettings-any default- ///

///Specifies to enable or disable the scrollbar. ///
visible-boolean default-false ///

///Controls whether scrollbar has to be responsive in the chart. ///
canResize-boolean default-false ///

///Options to customize the range for the scrollbar in the axis. ///
range-any default- ///

///Minimum value of the scrollbar range. ///
min-number default-null ///

///Maximum value for the scrollbar range . ///
max-number default-null ///

///The maximum number of points to be displayed in the scrollbar. ///
pointsLength-number default-null ///

///Options for customizing the strip lines. ///
stripLine-Array<any> default-[ ] ///

///Border color of the strip line. ///
borderColor-string default-gray ///

///Background color of the strip line. ///
color-string default-gray ///

///End value of the strip line. ///
end-number default-null ///

///Options for customizing the font of the text. ///
font-any default- ///

///Font color of the strip line text. ///
color-string default-black ///

///Font family of the strip line text. ///
fontFamily-string default-Segoe UI ///

///Font style of the strip line text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the strip line text. ///
fontWeight-string default-regular ///

///Opacity of the strip line text. ///
opacity-number default-1 ///

///Font size of the strip line text. ///
size-string default-12px ///

///Start value of the strip line. ///
start-number default-null ///

///Indicates whether to render the strip line from the minimum/start value of the axis. This property won’t work when start property is set. ///
startFromAxis-boolean default-false ///

///Specifies text to be displayed inside the strip line. ///
text-string default-stripLine ///

///Specifies the alignment of the text inside the strip line. ///
textAlignment-ej.datavisualization.Chart.TextAlignment|string default-middlecenter. See TextAlignment ///

///Show/hides the strip line. ///
visible-boolean default-false ///

///Width of the strip line. ///
width-number default-0 ///

///Specifies the order in which strip line and the series have to be rendered. When Z-order is “behind”, strip line is rendered below the series and when it is “over”, it is rendered above the series. ///
zIndex-ej.datavisualization.Chart.ZIndex|string default-over. See ZIndex ///

///Specifies the position of the axis tick lines. ///
tickLinesPosition-ej.datavisualization.Chart.TickLinesPosition|string default-outside. See TickLinesPosition ///

///Options for customizing the border of the labels. ///
labelBorder-any default- ///

///Specifies the color of the label border. ///
color-string default-null ///

///Specifies the width of the label border. ///
width-number default-1 ///

///Options for customizing the axis title. ///
title-any default- ///

///Specifies whether to trim the axis title when it exceeds the chart area or the maximum width of the title. ///
enableTrim-boolean default-ej.datavisualization.Chart.enableTrim ///

///Options for customizing the title font. ///
font-any default- ///

///Font family of the title text. ///
fontFamily-string default-Segoe UI ///

///Font style of the title text. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-ej.datavisualization.Chart.FontStyle.Normal ///

///Font weight of the title text. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-ej.datavisualization.Chart.FontWeight.Regular. See FontWeight ///

///Opacity of the axis title text. ///
opacity-number default-1 ///

///Font size of the axis title. ///
size-string default-16px ///

///Maximum width of the title, when the title exceeds this width, the title gets trimmed, when enableTrim is true. ///
maximumTitleWidth-number default-ej.datavisualization.Chart.maximumTitleWidth.null ///

///Title for the axis. ///
text-string default- ///

///Controls the visibility of axis title. ///
visible-boolean default-true ///

///offset value for axis title. ///
offset-number default-0 ///

///Specifies the position of the axis title. ///
position-ej.datavisualization.Chart.LabelPosition|string default-outside. See Position ///

///Specifies the position of the axis title. ///
alignment-ej.datavisualization.Chart.TextAlignment|string default-center. See Alignment ///

///Specifies the type of data the axis is handling. ///
valueType-ej.datavisualization.Chart.ValueType|string default-null. See ValueType ///

///Show/hides the axis. ///
visible-boolean default-true ///

///The axis is scaled by this factor. When zoomFactor is 0.5, the chart is scaled by 200% along this axis. Values ranges from 0 to 1. ///
zoomFactor-number default-1 ///

///Position of the zoomed axis. Value ranges from 0 to 1 ///
zoomPosition-number default-0 ///

///Rotation angle of the 3D view. This property is applicable only when 3D view is enabled. ///
rotation-number default-0 ///

///Options to split Chart into multiple plotting areas horizontally. Each object in the collection represents a plotting area in Chart. ///
rowDefinitions-Array<RowDefinitions> default- ///

///Specifies the unit to measure the height of the row in plotting area. ///
unit-ej.datavisualization.Chart.Unit|string default-'pixel'. See Unit ///

///Height of the row in plotting area. Height is measured in either pixel or percentage based on the value of unit property. ///
rowHeight-number default-50 ///

///Color of the line that indicates the starting point of the row in plotting area. ///
lineColor-string default-transparent ///

///Width of the line that indicates the starting point of the row in plot area. ///
lineWidth-number default-1 ///

///Specifies the properties used for customizing the series. ///
series-Array<Series> default- ///

///Color of the point, where the close is up in financial chart. ///
bearFillColor-string default-null ///

///Options for customizing the border of the series. ///
border-any default- ///

///Border color of the series. ///
color-string default-transparent ///

///Border width of the series. ///
width-number default-1 ///

///DashArray for border of the series. ///
dashArray-string default-null ///

///Specifies animation duration for series rendering. ///
animationDuration-string default-null ///

///Color of the point, where the close is down in financial chart. ///
bullFillColor-string default-null ///

///To render the column and bar type series in rectangle/cylinder shape. See ColumnFacet ///
columnFacet-ej.datavisualization.Chart.ColumnFacet|string default-rectangle ///

///Relative width of the columns in column type series. Value ranges from 0 to 1. Width also depends upon columnSpacing property. ///
columnWidth-number default-0.7 ///

///Spacing between columns of different series. Value ranges from 0 to 1 ///
columnSpacing-number default-0 ///

///To group the series of stacking collection. ///
stackingGroup-string default- ///

///Pattern of dashes and gaps used to stroke the line type series. ///
dashArray-string default- ///

///Specifies the dataSource for the series. It can be an array of JSON objects or an instance of ej.DataManager. ///
dataSource-any default-null ///

///Specifies spline tension values for cardinal spline type.Value ranges from 0 to 1. ///
cardinalSplineTension-number default-0.5 ///

///Controls the size of the hole in doughnut series. Value ranges from 0 to 1. ///
doughnutCoefficient-number default-0.4 ///

///Controls the size of the doughnut series. Value ranges from 0 to 1. ///
doughnutSize-number default-0.8 ///

///Type of series to be drawn in radar or polar series. ///
drawType-ej.datavisualization.Chart.DrawType|string default-line. See DrawType ///

///Enable/disable the animation of series. ///
enableAnimation-boolean default-false ///

///To avoid overlapping of data labels smartly. ///
enableSmartLabels-number default-null ///

///End angle of pie/doughnut series. For a complete circle, it has to be 360, by default. ///
endAngle-number default-null ///

///Explodes the pie/doughnut slices on mouse move. ///
explode-boolean default-false ///

///Explodes all the slice of pie/doughnut on render. ///
explodeAll-boolean default-null ///

///Index of the point to be exploded from pie/doughnut/pyramid/funnel. ///
explodeIndex-number default-null ///

///Specifies the distance of the slice from the center, when it is exploded. ///
explodeOffset-number default-25 ///

///Fill color of the series. ///
fill-string default-null ///

///Options for customizing the series font. ///
font-any default- ///

///Font color of the series text. ///
color-string default-#707070 ///

///Font Family of the series. ///
fontFamily-string default-Segoe UI ///

///Font Style of the series. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal ///

///Font weight of the series. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-Regular ///

///Opacity of series text. ///
opacity-number default-1 ///

///Size of the series text. ///
size-string default-12px ///

///Specifies the height of the funnel in funnel series. Values can be in both pixel and percentage. ///
funnelHeight-string default-32.7% ///

///Specifies the width of the funnel in funnel series. Values can be in both pixel and percentage. ///
funnelWidth-string default-11.6% ///

///Gap between the slices of pyramid/funnel series. ///
gapRatio-number default-0 ///

///Specifies whether to join start and end point of a line/area series used in polar/radar chart to form a closed path. ///
isClosed-boolean default-true ///

///Specifies whether to stack the column series in polar/radar charts. ///
isStacking-boolean default-true ///

///Renders the chart vertically. This is applicable only for Cartesian type series. ///
isTransposed-boolean default-false ///

///Render the x mark in the center of the box and whisker series type.x represents the average value of the box and whisker series. ///
showMedian-boolean default-true ///

///Position of the data label in pie/doughnut/pyramid/funnel series. OutsideExtended position is not applicable for pyramid/funnel. ///
labelPosition-ej.datavisualization.Chart.LabelPosition|string default-inside. See LabelPosition ///

///Specifies the mode for splitting the data points in pieOfPie series. ///
splitMode-ej.datavisualization.Chart.SplitMode|string default-value. See SplitMode ///

///Quartile calculation has been performed in three different formulas to render the boxplot series . ///
boxPlotMode-ej.datavisualization.Chart.LabelPosition|string default-exclusive.See BoxPlotMode ///

///Options for customizing the bubble options of the Bubble series ///
bubbleOptions-any default- ///

///Used for the calculation of the bubble radius based on the mode selected ///
radiusMode-ej.datavisualization.Chart.RadiusMode|string default-minMax .See RadiusMode ///

///Used for the setting the minimum radius of the bubble ///
minRadius-number default-1 ///

///Used for setting the maximum radius of the bubble ///
maxRadius-number default-3 ///

///Specifies the different types of spline curve. ///
splineType-ej.datavisualization.Chart.SplineType|string default-Natural. See SplineType ///

///Specifies the line cap of the series. ///
lineCap-ej.datavisualization.Chart.LineCap|string default-Butt. See LineCap ///

///Specifies the type of shape to be used where two lines meet. ///
lineJoin-ej.datavisualization.Chart.LineJoin|string default-Round. See LineJoin ///

///Options for displaying and customizing marker for individual point in a series. Marker contains shapes and/or data labels. ///
marker-any default- ///

///Options for customizing the border of the marker shape. ///
border-any default- ///

///Border color of the marker shape. ///
color-string default-white ///

///Border width of the marker shape. ///
width-number default-3 ///

///Options for displaying and customizing data labels. ///
dataLabel-any default- ///

///Angle of the data label in degrees. Only the text gets rotated, whereas the background and border does not rotate. ///
angle-number default-null ///

///Maximum label width of the data label. ///
maximumLabelWidth-number default-null ///

///Enable the wrap option to the data label. ///
enableWrap-boolean default-false ///

///Enables saturation to the data label. ///
enableContrastColor-boolean default-false ///

///Displays the partially visible data labels inside the chart Area. ///
showEdgeLabels-boolean default-false ///

///Options for customizing the border of the data label. ///
border-any default- ///

///Border color of the data label. ///
color-string default-null ///

///Border width of the data label. ///
width-number default-0.1 ///

///Options for displaying and customizing the line that connects point and data label. ///
connectorLine-any default- ///

///Specifies when the connector has to be drawn as Bezier curve or straight line. This is applicable only for Pie and Doughnut chart types. ///
type-ej.datavisualization.Chart.Type|string default-line. See ConnectorLineType ///

///Width of the connector. ///
width-number default-0.5 ///

///Color of the connector. ///
color-string default-null ///

///Height of the connector. ///
height-number default-null ///

///Background color of the data label. ///
fill-string default-null ///

///Options for customizing the data label font. ///
font-any default- ///

///Font family of the data label. ///
fontFamily-string default-Segoe UI ///

///Font color of the data label text. ///
color-string default-null ///

///Font style of the data label. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-normal. See FontStyle ///

///Font weight of the data label. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-regular. See FontWeight ///

///Opacity of the text. ///
opacity-number default-1 ///

///Font size of the data label. ///
size-string default-12px ///

///Horizontal alignment of the data label. ///
horizontalTextAlignment-ej.datavisualization.Chart.HorizontalTextAlignment|string default-center ///

///Margin of the text to its background shape. The size of the background shape increases based on the margin applied to its text. ///
margin-any default- ///

///Bottom margin of the text. ///
bottom-number default-5 ///

///Left margin of the text. ///
left-number default-5 ///

///Right margin of the text. ///
right-number default-5 ///

///Top margin of the text. ///
top-number default-5 ///

///Opacity of the data label. ///
opacity-number default-1 ///

///Background shape of the data label. ///
shape-ej.datavisualization.Chart.Shape|string default-No shape is rendered by default, so its value is ‘none’. See Shape ///

///Name of a field in data source where datalabel text is displayed. ///
textMappingName-string default- ///

///Specifies the position of the data label. This property can be used only for the series such as column, bar, stacked column, stacked bar, 100% stacked column, 100% stacked bar, candle and OHLC. ///
textPosition-ej.datavisualization.Chart.TextPosition|string default-top. See TextPosition ///

///Vertical alignment of the data label. ///
verticalTextAlignment-ej.datavisualization.Chart.VerticalTextAlignment|string default-'center' ///

///Controls the visibility of the data labels. ///
visible-boolean default-false ///

///Custom template to format the data label content. Use “point.x” and “point.y” as a placeholder text to display the corresponding data point’s x and y value. ///
template-string default- ///

///Options for customizing the datalabel positions ///
offset-any|number default- ///

///X value or horizontal offset to position the labels in chart. ///
x-number default-0 ///

///Y value or vertical offset to position the labels. ///
y-number default-0 ///

///Color of the marker shape. ///
fill-string default-null ///

///The URL for the Image that is to be displayed as marker. In order to display image as marker, set series.marker.shape as ‘image’. ///
imageUrl-string default- ///

///Opacity of the marker. ///
opacity-number default-1 ///

///Specifies the shape of the marker. ///
shape-ej.datavisualization.Chart.Shape|string default-circle. See Shape ///

///Options for customizing the size of the marker shape. ///
size-any default- ///

///Height of the marker. ///
height-number default-6 ///

///Width of the marker. ///
width-number default-6 ///

///Controls the visibility of the marker shape. ///
visible-boolean default-false ///

///Name of the series, that is to be displayed in the legend. ///
name-string default-Add a comment to this line ///

///Opacity of the series. ///
opacity-number default-1 ///

///Options for customizing the outlier of individual series. ///
outlierSettings-any default- ///

///Specifies the shape of the outlier. ///
shape-ej.datavisualization.Chart.Shape|string default-circle. See Shape ///

///Options for customizing the size of the outlier shape. ///
size-any default- ///

///Height of the outlier shape. ///
height-number default-6 ///

///Width of the outlier shape. ///
width-number default-6 ///

///Name of a field in data source where fill color for all the data points is generated. ///
palette-string default- ///

///Controls the size of pie series. Value ranges from 0 to 1. ///
pieCoefficient-number default-0.8 ///

///Controls the size of the second pie in pieOfPie series. Value ranges from 0 to 1. ///
pieOfPieCoefficient-number default-0.6 ///

///Split Value of pieOfPie series. ///
splitValue-string default-null ///

///Distance between the two pie's in pieOfPie series. ///
gapWidth-number default-50 ///

///Options for customizing the empty point in the series. ///
emptyPointSettings-any default- ///

///Controls the visibility of the empty point. ///
visible-boolean default-true ///

///Specifies the mode of empty point. ///
displayMode-ej.datavisualization.Chart.EmptyPointMode|string default-gap ///

///Options for customizing the color and border of the empty point in the series. ///
style-any default- ///

///Color of the empty point. ///
color-string default- ///

///Options for customizing border of the empty point in the series. ///
border-any default- ///

///Border color of the empty point. ///
color-string default- ///

///Border width of the empty point. ///
width-number default-1 ///

///Fill color for the positive column of the waterfall. ///
positiveFill-string default-null ///

///Options for customizing the waterfall connector line. ///
connectorLine-any default- ///

///Width of the connector line. ///
width-number default-1 ///

///Color of the connector line. ///
color-string default-#565656 ///

///DashArray of the connector line. ///
dashArray-string default-null ///

///Opacity of the connector line. ///
opacity-number default-1 ///

///Options to customize the drag and drop in series. ///
dragSettings-any default- ///

///drag/drop the series ///
enable-boolean default-false ///

///Specifies the type of drag settings. ///
type-string default-xy ///

///Options to customize the error bar in series. ///
errorBar-any default- ///

///Show/hides the error bar ///
visibility-boolean default-visible ///

///Specifies the type of error bar. ///
type-ej.datavisualization.Chart.ErrorBarType|string default-FixedValue ///

///Specifies the mode of error bar. ///
mode-ej.datavisualization.Chart.ErrorBarMode|string default-vertical ///

///Specifies the direction of error bar. ///
direction-ej.datavisualization.Chart.ErrorBarDirection|string default-both ///

///Value of vertical error bar. ///
verticalErrorValue-number default-3 ///

///Value of horizontal error bar. ///
horizontalErrorValue-number default-1 ///

///Value of positive horizontal error bar. ///
horizontalPositiveErrorValue-number default-1 ///

///Value of negative horizontal error bar. ///
horizontalNegativeErrorValue-number default-1 ///

///Value of positive vertical error bar. ///
verticalPositiveErrorValue-number default-5 ///

///Value of negative vertical error bar. ///
verticalNegativeErrorValue-number default-5 ///

///Fill color of the error bar. ///
fill-string default-#000000 ///

///Width of the error bar. ///
width-number default-1 ///

///Options for customizing the error bar cap. ///
cap-any default- ///

///Show/Hides the error bar cap. ///
visible-boolean default-true ///

///Width of the error bar cap. ///
width-number default-1 ///

///Length of the error bar cap. ///
length-number default-1 ///

///Color of the error bar cap. ///
fill-string default-#000000 ///

///Option to add data points; each point should have x and y property. Also, optionally, you can customize the points color, border, marker by using fill, border and marker options. ///
points-Array<any> default- ///

///Options for customizing the border of a point. This is applicable only for column type series and accumulation type series. ///
border-any default- ///

///Border color of the point. ///
color-string default-null ///

///Border width of the point. ///
width-number default-null ///

///Enables or disables the visibility of legend item. ///
visibleOnLegend-string default-visible ///

///To show/hide the intermediate summary from the last intermediate point. ///
showIntermediateSum-boolean default-false ///

///To show/hide the total summary of the waterfall series. ///
showTotalSum-boolean default-false ///

///Close value of the point. Close value is applicable only for financial type series. ///
close-number default-null ///

///Size of a bubble in the bubble series. This is applicable only for the bubble series. ///
size-number default-null ///

///Background color of the point. This is applicable only for column type series and accumulation type series. ///
fill-string default-null ///

///High value of the point. High value is applicable only for financial type series, range area series and range column series. ///
high-number default-null ///

///Low value of the point. Low value is applicable only for financial type series, range area series and range column series. ///
low-number default-null ///

///Options for displaying and customizing marker for a data point. Marker contains shapes and/or data labels. ///
marker-any default- ///

///Options for customizing the border of the marker shape. ///
border-any default- ///

///Border color of the marker shape. ///
color-string default-white ///

///Border width of the marker shape. ///
width-number default-3 ///

///Options for displaying and customizing data label. ///
dataLabel-any default- ///

///Angle of the data label in degrees. Only the text gets rotated, whereas the background and border does not rotate. ///
angle-number default-null ///

///Options for customizing the border of the data label. ///
border-any default- ///

///Border color of the data label. ///
color-string default-null ///

///Border width of the data label. ///
width-number default-0.1 ///

///Options for displaying and customizing the line that connects point and data label. ///
connectorLine-any default- ///

///Specifies when the connector has to be drawn as Bezier curve or straight line. This is applicable only for Pie and Doughnut chart types. ///
type-ej.datavisualization.Chart.ConnectorLineType|string default-line. See ConnectorLineType ///

///Width of the connector. ///
width-number default-0.5 ///

///Background color of the data label. ///
fill-string default-null ///

///Options for customizing the data label font. ///
font-any default- ///

///Font family of the data label. ///
fontFamily-string default-Segoe UI ///

///Font style of the data label. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-normal. See FontStyle ///

///Font weight of the data label. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-regular. See FontWeight ///

///Opacity of the text. ///
opacity-number default-1 ///

///Font size of the data label. ///
size-string default-12px ///

///Horizontal alignment of the data label. ///
horizontalTextAlignment-ej.datavisualization.Chart.HorizontalTextAlignment|string default-center ///

///Margin of the text to its background shape. The size of the background shape increases based on the margin applied to its text. ///
margin-any default- ///

///Bottom margin of the text. ///
bottom-number default-5 ///

///Left margin of the text. ///
left-number default-5 ///

///Right margin of the text. ///
right-number default-5 ///

///Top margin of the text. ///
top-number default-5 ///

///Opacity of the data label. ///
opacity-number default-1 ///

///Background shape of the data label. ///
shape-ej.datavisualization.Chart.Shape|string default-No shape is rendered by default, so its value is ‘none’. See Shape ///

///Specifies the position of the data label. This property can be used only for the series such as column, bar, stacked column, stacked bar, 100% stacked column, 100% stacked bar, candle and OHLC. ///
textPosition-ej.datavisualization.Chart.TextPosition|string default-top. See TextPosition ///

///Vertical alignment of the data label. ///
verticalTextAlignment-ej.datavisualization.Chart.VerticalTextAlignment|string default-'center' ///

///Controls the visibility of the data labels. ///
visible-boolean default-false ///

///Custom template to format the data label content. Use “point.x” and “point.y” as a placeholder text to display the corresponding data point’s x and y value. ///
template-string default- ///

///Moves the label vertically by specified offset. ///
offset-number default-0 ///

///Color of the marker shape. ///
fill-string default-null ///

///The URL for the Image that is to be displayed as marker. In order to display image as marker, set series.marker.shape as ‘image’. ///
imageUrl-string default- ///

///Opacity of the marker. ///
opacity-number default-1 ///

///Specifies the shape of the marker. ///
shape-ej.datavisualization.Chart.Shape|string default-circle. See Shape ///

///Options for customizing the size of the marker shape. ///
size-any default- ///

///Height of the marker. ///
height-number default-6 ///

///Width of the marker. ///
width-number default-6 ///

///Controls the visibility of the marker shape. ///
visible-boolean default-false ///

///Open value of the point. This is applicable only for financial type series. ///
open-number default-null ///

///Datalabel text for the point. ///
text-string default-null ///

///X value of the point. ///
x-number default-null ///

///Y value of the point. ///
y-number default-null ///

///Specifies the mode of the pyramid series. ///
pyramidMode-ej.datavisualization.Chart.PyramidMode|string default-linear ///

///Specifies ej.Query to select data from dataSource. This property is applicable only when the dataSource is ej.DataManager. ///
query-any default-null ///

///Start angle from where the pie/doughnut series renders. It starts from 0, by default. ///
startAngle-number default-null ///

///Options for customizing the corner radius. cornerRadius property also takes the numeric input and applies it for all the four corners of the column. ///
cornerRadius-any default- ///

///Specifies the radius for the top left corner. ///
topLeft-number default-0 ///

///Specifies the radius for the top right corner. ///
topRight-number default-0 ///

///Specifies the radius for the bottom left corner. ///
bottomLeft-number default-0 ///

///Specifies the radius for the bottom right corner. ///
bottomRight-number default-0 ///

///Options for customizing the tooltip of chart. ///
tooltip-any default- ///

///Options for customizing the border of the tooltip. ///
border-any default- ///

///Border Color of the tooltip. ///
color-string default-null ///

///Border Width of the tooltip. ///
width-number default-1 ///

///Customize the corner radius of the tooltip rectangle. ///
rx-number default-0 ///

///Customize the corner radius of the tooltip rectangle. ///
ry-number default-0 ///

///Specifies the duration, the tooltip has to be displayed. ///
duration-string default-500ms ///

///Enables/disables the animation of the tooltip when moving from one point to another. ///
enableAnimation-boolean default-true ///

///Background color of the tooltip. ///
fill-string default-null ///

///Format of the tooltip content. ///
format-string default-#point.x# : #point.y# ///

///Opacity of the tooltip. ///
opacity-number default-0.95 ///

///Custom template to format the tooltip content. Use “point.x” and “point.y” as a placeholder text to display the corresponding data point’s x and y value. ///
template-string default-null ///

///Controls the visibility of the tooltip. ///
visible-boolean default-false ///

///Specifies the type of the series to render in chart. ///
type-ej.datavisualization.Chart.Type|string default-column. see Type ///

///Controls the visibility of the series. ///
visibility-string default-visible ///

///Enables or disables the visibility of legend item. ///
visibleOnLegend-string default-visible ///

///Specifies the name of the x-axis that has to be associated with this series. Add an axis instance with this name to axes collection. ///
xAxisName-string default-null ///

///Name of the property in the datasource that contains x value for the series. ///
xName-string default-null ///

///Specifies the name of the y-axis that has to be associated with this series. Add an axis instance with this name to axes collection. ///
yAxisName-string default-null ///

///Name of the property in the datasource that contains y value for the series. ///
yName-string default-null ///

///Name of the property in the datasource that contains high value for the series. ///
high-string default-null ///

///Name of the property in the datasource that contains low value for the series. ///
low-string default-null ///

///Name of the property in the datasource that contains open value for the series. ///
open-string default-null ///

///Name of the property in the datasource that contains close value for the series. ///
close-string default-null ///

///Name of the property in the datasource that contains fill color for the series. ///
pointColorMappingName-string default-null ///

///Z-order of the series. ///
zOrder-number default-0 ///

///Name of the property in the datasource that contains the size value for the bubble series. ///
size-string default-null ///

///Option to add trendlines to chart. ///
trendlines-Array<any> default- ///

///Show/hides the trendline. ///
visibility-boolean default- ///

///Specifies the type of trendline for the series. ///
type-string default-linear. See TrendlinesType ///

///Name for the trendlines that is to be displayed in legend text. ///
name-string default-Trendline ///

///Fill color of the trendlines. ///
fill-string default-#0000FF ///

///Width of the trendlines. ///
width-number default-1 ///

///Opacity of the trendline. ///
opacity-number default-1 ///

///Pattern of dashes and gaps used to stroke the trendline. ///
dashArray-string default- ///

///Future trends of the current series. ///
forwardForecast-number default-0 ///

///Past trends of the current series. ///
backwardForecast-number default-0 ///

///Specifies the order of polynomial trendlines. ///
polynomialOrder-number default-0 ///

///Specifies the moving average starting period value. ///
period-number default-2 ///

///Options for customizing the trendline tooltip ///
tooltip-any default- ///

///Options for customizing the border of the trendline tooltip. ///
border-any default- ///

///Specify the Border color of the trendline tooltip. ///
color-string default-null ///

///Border width of the trendline tooltip. ///
width-number default-1 ///

///Customize the corner radius of the trendline tooltip rectangle. ///
rx-number default-0 ///

///Customize the corner radius of the trendline tooltip rectangle. ///
ry-number default-0 ///

///Specifies the duration of the trendline tooltip to be displayed. ///
duration-string default-500ms ///

///Enables/disables the animation of the trendline tooltip when moving from one point to other. ///
enableAnimation-boolean default-true ///

///Background color of the trendline tooltip. ///
fill-string default-null ///

///Format of the trendline tooltip content. ///
format-string default-#point.x# : #point.y# ///

///Opacity of the trendline tooltip. ///
opacity-number default-0.5 ///

///Show/hides the trendline legend. ///
visibleOnLegend-string default-visible ///

///Specifies the trendline intercept value ///
intercept-number default-null ///

///Options for customizing the appearance of the series or data point while highlighting. ///
highlightSettings-any default- ///

///Enables/disables the ability to highlight series or data point interactively. ///
enable-boolean default-false ///

///Specifies whether series or data point has to be highlighted. ///
mode-ej.datavisualization.Chart.Mode|string default-series. See Mode ///

///Color of the series/point on highlight. ///
color-string default- ///

///Opacity of the series/point on highlight. ///
opacity-number default-0.6 ///

///Options for customizing the border of series on highlight. ///
border-any default- ///

///Border color of the series/point on highlight. ///
color-string default- ///

///Border width of the series/point on highlight. ///
width-string default-2 ///

///Specifies the pattern for the series/point on highlight. ///
pattern-string default-none. See Pattern ///

///Custom pattern for the series on highlight. ///
customPattern-string default- ///

///Options for customizing the appearance of the series/data point on selection. ///
selectionSettings-any default- ///

///Enables/disables the ability to select a series/data point interactively. ///
enable-boolean default-false ///

///Specifies whether series or data point has to be selected. ///
mode-ej.datavisualization.Chart.Mode|string default-series. See Mode ///

///Specifies the type of selection. ///
type-ej.datavisualization.Chart.SelectionType|string default-single ///

///Specifies the drawn rectangle type. ///
rangeType-ej.datavisualization.Chart.RangeType|string default-xy ///

///Color of the series/point on selection. ///
color-string default- ///

///Opacity of the series/point on selection. ///
opacity-number default-0.6 ///

///Options for customizing the border of series on selection. ///
border-any default- ///

///Border color of the series/point on selection. ///
color-string default- ///

///Border width of the series/point on selection. ///
width-string default-2 ///

///Specifies the pattern for the series/point on selection. ///
pattern-string default-none. See Pattern ///

///Custom pattern for the series on selection. ///
customPattern-string default- ///

///Controls whether data points has to be displayed side by side or along the depth of the axis. ///
sideBySideSeriesPlacement-boolean default-false ///

///Options to customize the Chart size. ///
size-Size default- ///

///Height of the Chart. Height can be specified in either pixel or percentage. ///
height-string default-'450' ///

///Width of the Chart. Width can be specified in either pixel or percentage. ///
width-string default-'450' ///

///Specifies the theme for Chart. ///
theme-ej.datavisualization.Chart.Theme|string default-Flatlight. See Theme ///

///Slope angle of 3D Chart. This property is applicable only when 3D view is enabled. ///
tilt-number default-0 ///

///Options for customizing the title and subtitle of Chart. ///
title-Title default- ///

///Background color for the chart title. ///
background-string default-transparent ///

///Options to customize the border of the title. ///
border-any default- ///

///Width of the title border. ///
width-number default-1 ///

///color of the title border. ///
color-string default-transparent ///

///opacity of the title border. ///
opacity-number default-0.8 ///

///opacity of the title border. ///
cornerRadius-number default-0.8 ///

///Options for customizing the font of Chart title. ///
font-any default- ///

///Font family for Chart title. ///
fontFamily-string default-Segoe UI ///

///Font style for Chart title. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal. See FontStyle ///

///Font weight for Chart title. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-Regular. See FontWeight ///

///Opacity of the Chart title. ///
opacity-number default-0.5 ///

///Font size for Chart title. ///
size-string default-20px ///

///Controls the visibility of the Chart title ///
visible-boolean default-true ///

///Specifies whether to trim the Chart Title when the width of the title exceeds the maximumWidth. ///
enableTrim-boolean default-false ///

///Maximum width of the title, when the title exceeds this width, the title gets trimmed, when enableTrim is true. ///
maximumWidth-string default-auto ///

///Specifies the action taken when the Chart width is more than the titleWidth. ///
textOverflow-ej.datavisualization.Chart.TextOverflow|string default-trim. ///

///Options to customize the sub title of Chart. ///
subTitle-any default- ///

///Options for customizing the font of sub title. ///
font-any default- ///

///Font family of sub title. ///
fontFamily-string default-Segoe UI ///

///Font style for sub title. ///
fontStyle-ej.datavisualization.Chart.FontStyle|string default-Normal. See FontStyle ///

///Font weight for sub title. ///
fontWeight-ej.datavisualization.Chart.FontWeight|string default-Regular. See FontWeight ///

///Opacity of the sub title. ///
opacity-number default-1 ///

///Font size for sub title. ///
size-string default-12px ///

///Background color for the chart subtitle. ///
background-string default-transparent ///

///Options to customize the border of the title. ///
border-any default- ///

///Width of the subtitle border. ///
width-number default-1 ///

///color of the subtitle border. ///
color-string default-transparent ///

///opacity of the subtitle border. ///
opacity-number default-0.8 ///

///opacity of the subtitle border. ///
cornerRadius-number default-0.8 ///

///Text to be displayed in sub title. ///
text-string default- ///

///Alignment of sub title text. ///
textAlignment-ej.datavisualization.Chart.Alignment|string default-far. See TextAlignment ///

///Controls the visibility of the Chart SubTitle ///
visible-boolean default-true ///

///Specifies whether to trim the Chart SubTitle when the width of the Subtitle exceeds the maximumWidth. ///
enableTrim-boolean default-false ///

///Maximum width of the Subtitle, when the Subtitle exceeds this width, the Subtitle gets trimmed, when enableTrim is true. ///
maximumWidth-string default-auto ///

///Specifies the action taken when the Chart width is more than the SubTitleWidth. ///
textOverflow-ej.datavisualization.Chart.TextOverflow|string default-trim. ///

///Text to be displayed in Chart title. ///
text-string default- ///

///Alignment of the title text. ///
textAlignment-ej.datavisualization.Chart.Alignment|string default-Center. See TextAlignment ///

///Width of the wall used in 3D Chart. Wall is present only in Cartesian type 3D series and not in 3D pie or Doughnut series. This property is applicable only when 3D view is enabled. ///
wallSize-number default-2 ///

///Options for enabling zooming feature of chart. ///
zooming-Zooming default- ///

///Enables or disables zooming. ///
enable-boolean default-false ///

///Enables or disables pinch zooming. ///
enablePinching-boolean default-true ///

///Enable or disables the differed zooming. When it is enabled, chart is updated only on mouse up action while zooming and panning. ///
enableDeferredZoom-boolean default-false ///

///Enables/disables the ability to zoom the chart on moving the mouse wheel. ///
enableMouseWheel-boolean default-false ///

///Specifies whether to allow zooming the chart vertically or horizontally or in both ways. ///
type-string default-'x,y' ///

///Toggles the visibility of the scrollbar, which will be displayed while zooming. ///
enableScrollbar-boolean default-false ///

///To display user specified buttons in zooming toolbar. ///
toolbarItems-Array<any> default-[zoomIn, zoomOut, zoom, pan, reset] ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ CheckBox:function(){ /// /// Constructor of ej.CheckBox /// } }); ej.CheckBox=(function(){ var original=ej.CheckBox var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// Destroy the CheckBox widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// Disable the CheckBox to prevent all user interactions. /// }, enable:function(){ /// /// /// To enable the CheckBox /// }, isChecked:function(){ /// /// /// To Check the status of CheckBox /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejCheckBox=function(){ this.data("ejCheckBox",new ej.CheckBox()); return this; }; intellisense.annotate(jQuery.fn,{ ejCheckBox :function (options) { /// ///
///The CheckBox control allows you to check an option to perform an action. This control allows you to select true, false or an intermediate option. These CheckBoxes are supported with themes. The HTML CheckBox control is rendered as Essential JavaScript CheckBox control.

///Specifies whether CheckBox has to be in checked or not. We can also specify array of string as value for this property. If any of the value in the specified array matches the value of the textbox, then it will be considered as checked. It will be useful in MVVM binding, specify array type to identify the values of the checked CheckBoxes. ///
checked-boolean|string[] default-false ///

///Specifies the State of CheckBox.See below to get available CheckState ///
checkState-ej.CheckState|string default-null ///

///Sets the root CSS class for CheckBox theme, which is used customize. ///
cssClass-string default- ///

///Specifies the checkbox control state. ///
enabled-boolean default-true ///

///Specifies the persist property for CheckBox while initialization. The persist API save current model value to browser cookies for state maintains. While refreshing the CheckBox control page the model value apply from browser cookies. ///
enablePersistence-boolean default-false ///

///Specify the Right to Left direction to Checkbox ///
enableRTL-boolean default-false ///

///Specifies the enable or disable Tri-State for checkbox control. ///
enableTriState-boolean default-false ///

///It allows to define the characteristics of the CheckBox control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///Specified value to be added an id attribute of the CheckBox. ///
id-string default-null ///

///Specify the prefix value of id to be added before the current id of the CheckBox. ///
idPrefix-string default-ej ///

///Specifies the name attribute of the CheckBox. ///
name-string default-null ///

///Displays rounded corner borders to CheckBox ///
showRoundedCorner-boolean default-false ///

///Specifies the size of the CheckBox.See below to know available CheckboxSize ///
size-ej.CheckboxSize|string default-small ///

///Specifies the text content to be displayed for CheckBox. ///
text-string default- ///

///Set the jQuery validation error message in CheckBox. ///
validationMessage-any default-null ///

///Set the jQuery validation rules in CheckBox. ///
validationRules-any default-null ///

///Specifies the value attribute of the CheckBox. ///
value-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ CircularGauge:function(){ /// /// Constructor of ej.CircularGauge /// } }); ej.CircularGauge=(function(){ var original=ej.CircularGauge var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy the circular gauge widget. all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, exportImage:function(fileName, fileType){ /// /// /// To export Image /// /// fileName for the Image /// /// /// /// To export Image /// /// fileType for the Image /// }, getBackNeedleLength:function(scaleIndex, pointerIndex){ /// /// /// To get BackNeedleLength /// /// scaleIndex value for the Gauge /// /// /// /// To get BackNeedleLength /// /// pointerIndex value for the Gauge /// }, getCustomLabelAngle:function(scaleIndex, customLabelIndex){ /// /// /// To get CustomLabelAngle /// /// scaleIndex value for the Gauge /// /// /// /// To get CustomLabelAngle /// /// customLabelIndex value for the Gauge /// }, getCustomLabelValue:function(scaleIndex, customLabelIndex){ /// /// /// To get CustomLabelValue /// /// scaleIndex value for the Gauge /// /// /// /// To get CustomLabelValue /// /// customLabelIndex value for the Gauge /// }, getLabelAngle:function(scaleIndex, labelIndex){ /// /// /// To get LabelAngle /// /// scaleIndex value for the Gauge /// /// /// /// To get LabelAngle /// /// labelIndex value for the Gauge /// }, getLabelDistanceFromScale:function(scaleIndex, labelIndex){ /// /// /// To get LabelDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To get LabelDistanceFromScale /// /// labelIndex value for the Gauge /// }, getLabelPlacement:function(scaleIndex, labelIndex){ /// /// /// To get LabelPlacement /// /// scaleIndex value for the Gauge /// /// /// /// To get LabelPlacement /// /// labelIndex value for the Gauge /// }, getLabelStyle:function(scaleIndex, labelIndex){ /// /// /// To get LabelStyle /// /// scaleIndex value for the Gauge /// /// /// /// To get LabelStyle /// /// labelIndex value for the Gauge /// }, getMajorIntervalValue:function(scaleIndex){ /// /// /// To get MajorIntervalValue /// /// scaleIndex value for the Gauge /// }, getMarkerDistanceFromScale:function(scaleIndex, pointerIndex){ /// /// /// To get MarkerDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To get MarkerDistanceFromScale /// /// pointerIndex value for the Gauge /// }, getMarkerStyle:function(scaleIndex, pointerIndex){ /// /// /// To get MarkerStyle /// /// scaleIndex value for the Gauge /// /// /// /// To get MarkerStyle /// /// pointerIndex value for the Gauge /// }, getMaximumValue:function(scaleIndex){ /// /// /// To get MaximumValue /// /// scaleIndex value for the Gauge /// }, getMinimumValue:function(scaleIndex){ /// /// /// To get MinimumValue /// /// scaleIndex value for the Gauge /// }, getMinorIntervalValue:function(scaleIndex){ /// /// /// To get MinorIntervalValue /// /// scaleIndex value for the Gauge /// }, getNeedleStyle:function(scaleIndex, pointerIndex){ /// /// /// To get NeedleStyle /// /// scaleIndex value for the Gauge /// /// /// /// To get NeedleStyle /// /// pointerIndex value for the Gauge /// }, getPointerCapBorderWidth:function(scaleIndex){ /// /// /// To get PointerCapBorderWidth /// /// scaleIndex value for the Gauge /// }, getPointerCapRadius:function(scaleIndex){ /// /// /// To get PointerCapRadius /// /// scaleIndex value for the Gauge /// }, getPointerLength:function(scaleIndex, pointerIndex){ /// /// /// To get PointerLength /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerLength /// /// pointerIndex value for the Gauge /// }, getPointerNeedleType:function(scaleIndex, pointerIndex){ /// /// /// To get PointerNeedleType /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerNeedleType /// /// pointerIndex value for the Gauge /// }, getPointerPlacement:function(scaleIndex, pointerIndex){ /// /// /// To get PointerPlacement /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerPlacement /// /// pointerIndex value for the Gauge /// }, getPointerValue:function(scaleIndex, pointerIndex){ /// /// /// To get PointerValue /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerValue /// /// pointerIndex value for the Gauge /// }, getPointerWidth:function(scaleIndex, pointerIndex){ /// /// /// To get PointerWidth /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerWidth /// /// pointerIndex value for the Gauge /// }, getRangeBorderWidth:function(scaleIndex, rangeIndex){ /// /// /// To get RangeBorderWidth /// /// scaleIndex value for the Gauge /// /// /// /// To get RangeBorderWidth /// /// rangeIndex value for the Gauge /// }, getRangeDistanceFromScale:function(scaleIndex, rangeIndex){ /// /// /// To get RangeDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To get RangeDistanceFromScale /// /// rangeIndex value for the Gauge /// }, getRangeEndValue:function(scaleIndex, rangeIndex){ /// /// /// To get RangeEndValue /// /// scaleIndex value for the Gauge /// /// /// /// To get RangeEndValue /// /// rangeIndex value for the Gauge /// }, getRangePosition:function(scaleIndex, rangeIndex){ /// /// /// To get RangePosition /// /// scaleIndex value for the Gauge /// /// /// /// To get RangePosition /// /// rangeIndex value for the Gauge /// }, getRangeSize:function(scaleIndex, rangeIndex){ /// /// /// To get RangeSize /// /// scaleIndex value for the Gauge /// /// /// /// To get RangeSize /// /// rangeIndex value for the Gauge /// }, getRangeStartValue:function(scaleIndex, rangeIndex){ /// /// /// To get RangeStartValue /// /// scaleIndex value for the Gauge /// /// /// /// To get RangeStartValue /// /// rangeIndex value for the Gauge /// }, getScaleBarSize:function(scaleIndex){ /// /// /// To get ScaleBarSize /// /// scaleIndex value for the Gauge /// }, getScaleBorderWidth:function(scaleIndex){ /// /// /// To get ScaleBorderWidth /// /// scaleIndex value for the Gauge /// }, getScaleDirection:function(scaleIndex){ /// /// /// To get ScaleDirection /// /// scaleIndex value for the Gauge /// }, getScaleRadius:function(scaleIndex){ /// /// /// To get ScaleRadius /// /// scaleIndex value for the Gauge /// }, getStartAngle:function(scaleIndex){ /// /// /// To get StartAngle /// /// scaleIndex value for the Gauge /// }, getSubGaugeLocation:function(scaleIndex, GaugeIndex){ /// /// /// To get SubGaugeLocation /// /// scaleIndex value for the Gauge /// /// /// /// To get SubGaugeLocation /// /// GaugeIndex value for the Gauge /// }, getSweepAngle:function(scaleIndex){ /// /// /// To get SweepAngle /// /// scaleIndex value for the Gauge /// }, getTickAngle:function(scaleIndex, tickIndex){ /// /// /// To get TickAngle /// /// scaleIndex value for the Gauge /// /// /// /// To get TickAngle /// /// tickIndex value for the Gauge /// }, getTickDistanceFromScale:function(scaleIndex, tickIndex){ /// /// /// To get TickDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To get TickDistanceFromScale /// /// tickIndex value for the Gauge /// }, getTickHeight:function(scaleIndex, labelIndex){ /// /// /// To get TickHeight /// /// scaleIndex value for the Gauge /// /// /// /// To get TickHeight /// /// labelIndex value for the Gauge /// }, getTickPlacement:function(scaleIndex, tickIndex){ /// /// /// To get TickPlacement /// /// scaleIndex value for the Gauge /// /// /// /// To get TickPlacement /// /// tickIndex value for the Gauge /// }, getTickStyle:function(scaleIndex, tickIndex){ /// /// /// To get TickStyle /// /// scaleIndex value for the Gauge /// /// /// /// To get TickStyle /// /// tickIndex value for the Gauge /// }, getTickWidth:function(scaleIndex, tickIndex){ /// /// /// To get TickWidth /// /// scaleIndex value for the Gauge /// /// /// /// To get TickWidth /// /// tickIndex value for the Gauge /// }, includeFirstValue:function(scaleIndex, labelIndex, value){ /// /// /// To set includeFirstValue /// /// scaleIndex value for the gauge /// /// /// /// To set includeFirstValue /// /// labelIndex value for the gauge /// /// /// /// To set includeFirstValue /// /// value for the gauge /// }, redraw:function(value){ /// /// /// Switching the redraw option for the gauge /// /// redraw value for the gauge /// }, setBackNeedleLength:function(scaleIndex, pointerIndex, value){ /// /// /// To set BackNeedleLength /// /// scaleIndex value for the gauge /// /// /// /// To set BackNeedleLength /// /// pointerIndex value for the gauge /// /// /// /// To set BackNeedleLength /// /// value for the gauge /// }, setCustomLabelAngle:function(scaleIndex, customLabelIndex, value){ /// /// /// To set CustomLabelAngle /// /// scaleIndex value for the gauge /// /// /// /// To set CustomLabelAngle /// /// customLabelIndex value for the gauge /// /// /// /// To set CustomLabelAngle /// /// value for the gauge /// }, setCustomLabelValue:function(scaleIndex, customLabelIndex, value){ /// /// /// To set CustomLabelValue /// /// scaleIndex value for the gauge /// /// /// /// To set CustomLabelValue /// /// customLabelIndex value for the gauge /// /// /// /// To set CustomLabelValue /// /// value for the gauge /// }, setLabelAngle:function(scaleIndex, labelIndex, angle){ /// /// /// To set LabelAngle /// /// scaleIndex value for the gauge /// /// /// /// To set LabelAngle /// /// labelIndex value for the gauge /// /// /// /// To set LabelAngle /// /// angle value for the gauge /// }, setLabelDistanceFromScale:function(scaleIndex, labelIndex, value){ /// /// /// To set LabelDistanceFromScale /// /// scaleIndex value for the gauge /// /// /// /// To set LabelDistanceFromScale /// /// labelIndex value for the gauge /// /// /// /// To set LabelDistanceFromScale /// /// value for the gauge /// }, setLabelPlacement:function(scaleIndex, labelIndex, value){ /// /// /// To set LabelPlacement /// /// scaleIndex value for the gauge /// /// /// /// To set LabelPlacement /// /// labelIndex value for the gauge /// /// /// /// To set LabelPlacement /// /// value for the gauge /// }, setLabelStyle:function(scaleIndex, labelIndex, value){ /// /// /// To set LabelStyle /// /// scaleIndex value for the gauge /// /// /// /// To set LabelStyle /// /// labelIndex value for the gauge /// /// /// /// To set LabelStyle /// /// value for the gauge /// }, setMajorIntervalValue:function(scaleIndex, value){ /// /// /// To set MajorIntervalValue /// /// scaleIndex value for the gauge /// /// /// /// To set MajorIntervalValue /// /// value for the gauge /// }, setMarkerDistanceFromScale:function(scaleIndex, pointerIndex, value){ /// /// /// To set MarkerDistanceFromScale /// /// scaleIndex value for the gauge /// /// /// /// To set MarkerDistanceFromScale /// /// pointerIndex value for the gauge /// /// /// /// To set MarkerDistanceFromScale /// /// value for the gauge /// }, setMarkerStyle:function(scaleIndex, pointerIndex, value){ /// /// /// To set MarkerStyle /// /// scaleIndex value for the gauge /// /// /// /// To set MarkerStyle /// /// pointerIndex value for the gauge /// /// /// /// To set MarkerStyle /// /// value for the gauge /// }, setMaximumValue:function(scaleIndex, value){ /// /// /// To set MaximumValue /// /// scaleIndex value for the gauge /// /// /// /// To set MaximumValue /// /// value for the gauge /// }, setMinimumValue:function(scaleIndex, value){ /// /// /// To set MinimumValue /// /// scaleIndex value for the gauge /// /// /// /// To set MinimumValue /// /// value for the gauge /// }, setMinorIntervalValue:function(scaleIndex, value){ /// /// /// To set MinorIntervalValue /// /// scaleIndex value for the gauge /// /// /// /// To set MinorIntervalValue /// /// value for the gauge /// }, setNeedleStyle:function(scaleIndex, pointerIndex, value){ /// /// /// To set NeedleStyle /// /// scaleIndex value for the gauge /// /// /// /// To set NeedleStyle /// /// pointerIndex value for the gauge /// /// /// /// To set NeedleStyle /// /// value for the gauge /// }, setPointerCapBorderWidth:function(scaleIndex, value){ /// /// /// To set PointerCapBorderWidth /// /// scaleIndex value for the gauge /// /// /// /// To set PointerCapBorderWidth /// /// value for the gauge /// }, setPointerCapRadius:function(scaleIndex, value){ /// /// /// To set PointerCapRadius /// /// scaleIndex value for the gauge /// /// /// /// To set PointerCapRadius /// /// value for the gauge /// }, setPointerLength:function(scaleIndex, pointerIndex, value){ /// /// /// To set PointerLength /// /// scaleIndex value for the gauge /// /// /// /// To set PointerLength /// /// pointerIndex value for the gauge /// /// /// /// To set PointerLength /// /// value for the gauge /// }, setPointerNeedleType:function(scaleIndex, pointerIndex, value){ /// /// /// To set PointerNeedleType /// /// scaleIndex value for the gauge /// /// /// /// To set PointerNeedleType /// /// pointerIndex value for the gauge /// /// /// /// To set PointerNeedleType /// /// value for the gauge /// }, setPointerPlacement:function(scaleIndex, pointerIndex, value){ /// /// /// To set PointerPlacement /// /// scaleIndex value for the gauge /// /// /// /// To set PointerPlacement /// /// pointerIndex value for the gauge /// /// /// /// To set PointerPlacement /// /// value for the gauge /// }, setPointerValue:function(scaleIndex, pointerIndex, value){ /// /// /// To set PointerValue /// /// scaleIndex value for the gauge /// /// /// /// To set PointerValue /// /// pointerIndex value for the gauge /// /// /// /// To set PointerValue /// /// value for the gauge /// }, setPointerWidth:function(scaleIndex, pointerIndex, value){ /// /// /// To set PointerWidth /// /// scaleIndex value for the gauge /// /// /// /// To set PointerWidth /// /// pointerIndex value for the gauge /// /// /// /// To set PointerWidth /// /// value for the gauge /// }, setRangeBorderWidth:function(scaleIndex, rangeIndex, value){ /// /// /// To set RangeBorderWidth /// /// scaleIndex value for the gauge /// /// /// /// To set RangeBorderWidth /// /// rangeIndex value for the gauge /// /// /// /// To set RangeBorderWidth /// /// value for the gauge /// }, setRangeDistanceFromScale:function(scaleIndex, rangeIndex, value){ /// /// /// To set RangeDistanceFromScale /// /// scaleIndex value for the gauge /// /// /// /// To set RangeDistanceFromScale /// /// rangeIndex value for the gauge /// /// /// /// To set RangeDistanceFromScale /// /// value for the gauge /// }, setRangeEndValue:function(scaleIndex, rangeIndex, value){ /// /// /// To set RangeEndValue /// /// scaleIndex value for the gauge /// /// /// /// To set RangeEndValue /// /// rangeIndex value for the gauge /// /// /// /// To set RangeEndValue /// /// value for the gauge /// }, setRangePosition:function(scaleIndex, rangeIndex, value){ /// /// /// To set RangePosition /// /// scaleIndex value for the gauge /// /// /// /// To set RangePosition /// /// rangeIndex value for the gauge /// /// /// /// To set RangePosition /// /// value for the gauge /// }, setRangeSize:function(scaleIndex, rangeIndex, value){ /// /// /// To set RangeSize /// /// scaleIndex value for the gauge /// /// /// /// To set RangeSize /// /// rangeIndex value for the gauge /// /// /// /// To set RangeSize /// /// value for the gauge /// }, setRangeStartValue:function(scaleIndex, rangeIndex, value){ /// /// /// To set RangeStartValue /// /// scaleIndex value for the gauge /// /// /// /// To set RangeStartValue /// /// rangeIndex value for the gauge /// /// /// /// To set RangeStartValue /// /// value for the gauge /// }, setScaleBarSize:function(scaleIndex, value){ /// /// /// To set ScaleBarSize /// /// scaleIndex value for the gauge /// /// /// /// To set ScaleBarSize /// /// value for the gauge /// }, setScaleBorderWidth:function(scaleIndex, value){ /// /// /// To set ScaleBorderWidth /// /// scaleIndex value for the gauge /// /// /// /// To set ScaleBorderWidth /// /// value for the gauge /// }, setScaleDirection:function(scaleIndex, value){ /// /// /// To set ScaleDirection /// /// scaleIndex value for the gauge /// /// /// /// To set ScaleDirection /// /// value for the gauge /// }, setScaleRadius:function(scaleIndex, value){ /// /// /// To set ScaleRadius /// /// scaleIndex value for the gauge /// /// /// /// To set ScaleRadius /// /// value for the gauge /// }, setStartAngle:function(scaleIndex, value){ /// /// /// To set StartAngle /// /// scaleIndex value for the gauge /// /// /// /// To set StartAngle /// /// value for the gauge /// }, setSubGaugeLocation:function(scaleIndex, GaugeIndex, value){ /// /// /// To set SubGaugeLocation /// /// scaleIndex value for the gauge /// /// /// /// To set SubGaugeLocation /// /// GaugeIndex value for the gauge /// /// /// /// To set SubGaugeLocation /// /// value for the gauge /// }, setSweepAngle:function(scaleIndex, value){ /// /// /// To set SweepAngle /// /// scaleIndex value for the gauge /// /// /// /// To set SweepAngle /// /// value for the gauge /// }, setTickAngle:function(scaleIndex, tickIndex, value){ /// /// /// To set TickAngle /// /// scaleIndex value for the gauge /// /// /// /// To set TickAngle /// /// tickIndex value for the gauge /// /// /// /// To set TickAngle /// /// value for the gauge /// }, setTickDistanceFromScale:function(scaleIndex, tickIndex, value){ /// /// /// To set TickDistanceFromScale /// /// scaleIndex value for the gauge /// /// /// /// To set TickDistanceFromScale /// /// tickIndex value for the gauge /// /// /// /// To set TickDistanceFromScale /// /// value for the gauge /// }, setTickHeight:function(scaleIndex, tickIndex, value){ /// /// /// To set TickHeight /// /// scaleIndex value for the gauge /// /// /// /// To set TickHeight /// /// tickIndex value for the gauge /// /// /// /// To set TickHeight /// /// value for the gauge /// }, setTickPlacement:function(scaleIndex, tickIndex, value){ /// /// /// To set TickPlacement /// /// scaleIndex value for the gauge /// /// /// /// To set TickPlacement /// /// tickIndex value for the gauge /// /// /// /// To set TickPlacement /// /// value for the gauge /// }, setTickStyle:function(scaleIndex, tickIndex, value){ /// /// /// To set TickStyle /// /// scaleIndex value for the gauge /// /// /// /// To set TickStyle /// /// tickIndex value for the gauge /// /// /// /// To set TickStyle /// /// value for the gauge /// }, setTickWidth:function(scaleIndex, tickIndex, value){ /// /// /// To set TickWidth /// /// scaleIndex value for the gauge /// /// /// /// To set TickWidth /// /// tickIndex value for the gauge /// /// /// /// To set TickWidth /// /// value for the gauge /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejCircularGauge=function(){ this.data("ejCircularGauge",new ej.CircularGauge()); return this; }; intellisense.annotate(jQuery.fn,{ ejCircularGauge :function (options) { /// ///
///The Circular gauge can be easily configured to the DOM element, such as div. you can create a circular gauge with a highly customizable look and feel.

///Specifies animationSpeed of circular gauge ///
animationSpeed-number default-500 ///

///Specifies the background color of circular gauge. ///
backgroundColor-string default-null ///

///Specify distanceFromCorner value of circular gauge ///
distanceFromCorner-number default-center ///

///Specify range Z-order placement of circular gauge. ///
rangeZOrder-ej.datavisualization.CircularGauge.RangeZOrderPlacement|string default-Rear ///

///Specify animate value of circular gauge ///
enableAnimation-boolean default-true ///

///Specify to convert the date object to string, using locale settings. ///
enableGroupSeparator-boolean default-false ///

///Controls whether circular gauge has to be responsive while resizing. ///
enableResize-boolean default-false ///

///This provides options for customizing export settings ///
exportSettings-ExportSettings default- ///

///Specifies the downloading filename ///
filename-string default-CircularGauge ///

///Specifies the format of the file to export ///
type-ej.datavisualization.CircularGauge.ExportingType|string default-png ///

///Specifies the name of the action URL ///
action-string default- ///

///Specifies the mode of exporting ///
mode-ej.datavisualization.CircularGauge.ExportingMode|string default-client ///

///Specify the frame of circular gauge ///
frame-Frame default-Object ///

///Specify the URL of the frame background image for circular gauge ///
backgroundImageUrl-string default-null ///

///Specifies the frameType of circular gauge. See ///
frameType-ej.datavisualization.CircularGauge.FrameType|string default-FullCircle ///

///Specifies the end angle for the half circular frame. ///
halfCircleFrameEndAngle-number default-360 ///

///Specifies the start angle for the half circular frame. ///
halfCircleFrameStartAngle-number default-180 ///

///Specify gaugePosition value of circular gauge See GaugePosition ///
gaugePosition-ej.datavisualization.CircularGauge.gaugePosition|string default-center ///

///Specifies the height of circular gauge. ///
height-number default-360 ///

///Specifies the interiorGradient of circular gauge. ///
interiorGradient-any default-null ///

///Specify isRadialGradient value of circular gauge ///
isRadialGradient-boolean default-false ///

///Specify isResponsive value of circular gauge ///
isResponsive-boolean default-false ///

///Name of the culture based on which circular gauge should be localized. ///
locale-string default-en-US ///

///Specifies the maximum value of circular gauge. ///
maximum-number default-100 ///

///Specifies the minimum value of circular gauge. ///
minimum-number default-0 ///

///Specify outerCustomLabelPosition value of circular gauge See ///
outerCustomLabelPosition-ej.datavisualization.CircularGauge.OuterCustomLabelPosition|string default-bottom ///

///Specifies the radius of circular gauge. ///
radius-number default-180 ///

///Specify readonly value of circular gauge ///
readOnly-boolean default-true ///

///Specify the pointers, ticks, labels, indicators, ranges of circular gauge ///
scales-Array<Scales> default-null ///

///Specify backgroundColor for the scale of circular gauge ///
backgroundColor-string default-null ///

///Specify border for scales of circular gauge ///
border-any default-Object ///

///Specify border color for scales of circular gauge ///
color-string default-null ///

///Specify border width of circular gauge ///
width-number default-1.5 ///

///Specify scale direction of circular gauge. See ///
direction-ej.datavisualization.CircularGauge.Direction|string default-Clockwise ///

///Specify the custom labels for the scales. ///
customLabels-Array<any> default-Array ///

///Value of the custom labels. ///
value-string default- ///

///Color of the custom labels. ///
color-string default- ///

///Specify position of custom labels ///
position-any default-Object ///

///Specify x-axis position of label ///
x-number default-0 ///

///Specify y-axis position of labels. ///
y-number default-0 ///

///Specify angle for the rotation of the custom labels in degrees. ///
textAngle-number default-0 ///

///Specify font for custom labels ///
font-any default-Object ///

///Specify font fontFamily for custom labels. ///
fontFamily-string default-Arial ///

///Specify font Style for custom labels. ///
fontStyle-string default-Bold ///

///Specify font size for custom labels. ///
size-string default-12px ///

///Specifies the position of the custom labels. See ///
positionType-ej.datavisualization.CircularGauge.CustomLabelPositionType|string default-inner ///

///Specify representing state of circular gauge ///
indicators-Array<any> default-Array ///

///Specify indicator height of circular gauge ///
height-number default-15 ///

///Specify imageUrl of circular gauge ///
imageUrl-string default-null ///

///Specify position of circular gauge ///
position-any default-Object ///

///Specify x-axis of position of circular gauge ///
x-number default-0 ///

///Specify y-axis of position of circular gauge ///
y-number default-0 ///

///Specify the various states of circular gauge ///
stateRanges-Array<any> default-Array ///

///Specify backgroundColor for indicator of circular gauge ///
backgroundColor-string default-null ///

///Specify borderColor for indicator of circular gauge ///
borderColor-string default-null ///

///Specify end value for each specified state of circular gauge ///
endValue-number default-0 ///

///Specify value of the font as the indicator when the indicator style is set with the value "text" of circular gauge ///
font-any default-null ///

///Specify start value for each specified state of circular gauge ///
startValue-number default-0 ///

///Specify value of the text as the indicator when the indicator style is set with the value "text" of circular gauge ///
text-string default- ///

///Specify value of the textColor as the indicator when the indicator style is set with the value "text" of circular gauge ///
textColor-string default-null ///

///Specify indicator style of circular gauge. See ///
type-ej.datavisualization.CircularGauge.IndicatorTypes|string default-Circle ///

///Specify indicator width of circular gauge ///
width-number default-15 ///

///Specify the text values displayed in a meaningful manner alongside the ticks of circular gauge ///
labels-Array<any> default-Array ///

///Specify the angle for the labels of circular gauge ///
angle-number default-0 ///

///Specify labels autoAngle value of circular gauge ///
autoAngle-boolean default-false ///

///Specify label color of circular gauge ///
color-string default-null ///

///Specify distanceFromScale value for labels of circular gauge ///
distanceFromScale-number default-0 ///

///Specify font for labels of circular gauge ///
font-any default-Object ///

///Specify font fontFamily for labels of circular gauge ///
fontFamily-string default-Arial ///

///Specify font Style for labels of circular gauge ///
fontStyle-string default-Bold ///

///Specify font size for labels of circular gauge ///
size-string default-11px ///

///Specify includeFirstValue of circular gauge ///
includeFirstValue-boolean default-true ///

///Specify opacity value for labels of circular gauge ///
opacity-number default-null ///

///Specify label placement of circular gauge. See ///
placement-ej.datavisualization.CircularGauge.Placement|string default-Near ///

///Specify label Style of circular gauge. See ///
type-ej.datavisualization.CircularGauge.LabelType|string default-Major ///

///Specify unitText of circular gauge ///
unitText-string default- ///

///Specify unitTextPosition of circular gauge. See UnitTextPosition ///
unitTextPosition-ej.datavisualization.CircularGauge.UnitTextPlacement|string default-Back ///

///Specify majorIntervalValue of circular gauge ///
majorIntervalValue-number default-10 ///

///Specify maximum scale value of circular gauge ///
maximum-number default-null ///

///Specify minimum scale value of circular gauge ///
minimum-number default-null ///

///Specify minorIntervalValue of circular gauge ///
minorIntervalValue-number default-2 ///

///Specify opacity value of circular gauge ///
opacity-number default-1 ///

///Specify pointer cap of circular gauge ///
pointerCap-any default-Object ///

///Specify cap backgroundColor of circular gauge ///
backgroundColor-string default-null ///

///Specify cap borderColor of circular gauge ///
borderColor-string default-null ///

///Specify pointerCap borderWidth value of circular gauge ///
borderWidth-number default-3 ///

///Specify cap interiorGradient value of circular gauge ///
interiorGradient-any default-null ///

///Specify pointerCap Radius value of circular gauge ///
radius-number default-7 ///

///Specify pointers value of circular gauge ///
pointers-Array<any> default-Array ///

///Specify backgroundColor for the pointer of circular gauge ///
backgroundColor-string default-null ///

///Specify backNeedleLength of circular gauge ///
backNeedleLength-number default-10 ///

///Specify the border for pointers of circular gauge ///
border-any default-Object ///

///Specify border color for pointer of circular gauge ///
color-string default-null ///

///Specify border width for pointers of circular gauge ///
width-number default-1.5 ///

///Specify distanceFromScale value for pointers of circular gauge ///
distanceFromScale-number default-0 ///

///Specify pointer gradients of circular gauge ///
gradients-any default-null ///

///Specify pointer image of circular gauge.It is applicable for both marker as well as needle type pointers. ///
imageUrl-string default-NULL ///

///Specify pointer length of circular gauge ///
length-number default-150 ///

///Specify marker Style value of circular gauge. See ///
markerType-ej.datavisualization.CircularGauge.MarkerType|string default-Rectangle ///

///Specify needle Style value of circular gauge. See ///
needleType-ej.datavisualization.CircularGauge.NeedleType|string default-Triangle ///

///Specify opacity value for pointer of circular gauge ///
opacity-number default-1 ///

///Specify radius value for pointer of circular gauge ///
radius-number default-null ///

///Specify pointer Placement value of circular gauge. See PointerPlacement ///
placement-ej.datavisualization.CircularGauge.Placement|string default-Near ///

///Specify pointer value text of circular gauge. ///
pointerValueText-any default-Object ///

///Specify pointer text angle of circular gauge. ///
angle-number default-0 ///

///Specify pointer text auto angle of circular gauge. ///
autoAngle-boolean default-false ///

///Specify pointer value text color of circular gauge. ///
color-string default-#8c8c8c ///

///Specify pointer value text distance from pointer of circular gauge. ///
distance-number default-20 ///

///Specify pointer value text font option of circular gauge. ///
font-any default-object ///

///Specify pointer value text font family of circular gauge. ///
fontFamily-string default-Arial ///

///Specify pointer value text font style of circular gauge. ///
fontStyle-string default-Bold ///

///Specify pointer value text size of circular gauge. ///
size-string default-11px ///

///Specify pointer value text opacity of circular gauge. ///
opacity-number default-1 ///

///enable pointer value text visibility of circular gauge. ///
showValue-boolean default-false ///

///Specify showBackNeedle value of circular gauge ///
showBackNeedle-boolean default-false ///

///Specify pointer type value of circular gauge. See ///
type-ej.datavisualization.CircularGauge.PointerType|string default-Needle ///

///Specify value of the pointer of circular gauge ///
value-number default-null ///

///Specify pointer width of circular gauge ///
width-number default-7 ///

///Specify scale radius of circular gauge ///
radius-number default-170 ///

///Specify ranges value of circular gauge ///
ranges-Array<any> default-Array ///

///Specify backgroundColor for the ranges of circular gauge ///
backgroundColor-string default-#32b3c6 ///

///Specify text for the ranges of circular gauge ///
legendText-string default-null ///

///Specify border for ranges of circular gauge ///
border-any default-Object ///

///Specify border color for ranges of circular gauge ///
color-string default-#32b3c6 ///

///Specify border width for ranges of circular gauge ///
width-number default-1.5 ///

///Specify distanceFromScale value for ranges of circular gauge ///
distanceFromScale-number default-25 ///

///Specify endValue for ranges of circular gauge ///
endValue-number default-null ///

///Specify endWidth for ranges of circular gauge ///
endWidth-number default-10 ///

///Specify range gradients of circular gauge ///
gradients-any default-null ///

///Specify opacity value for ranges of circular gauge ///
opacity-number default-null ///

///Specify placement of circular gauge. See RangePlacement ///
placement-ej.datavisualization.CircularGauge.Placement|string default-Near ///

///Specify size of the range value of circular gauge ///
size-number default-5 ///

///Specify startValue for ranges of circular gauge ///
startValue-number default-null ///

///Specify startWidth of circular gauge ///
startWidth-number default-[Array.number] scale.ranges.startWidth = 10 ///

///Specify shadowOffset value of circular gauge ///
shadowOffset-number default-0 ///

///Specify showIndicators of circular gauge ///
showIndicators-boolean default-false ///

///Specify showLabels of circular gauge ///
showLabels-boolean default-true ///

///Specify showPointers of circular gauge ///
showPointers-boolean default-true ///

///Specify showRanges of circular gauge ///
showRanges-boolean default-false ///

///Specify showScaleBar of circular gauge ///
showScaleBar-boolean default-false ///

///Specify showTicks of circular gauge ///
showTicks-boolean default-true ///

///Specify scaleBar size of circular gauge ///
size-number default-6 ///

///Specify startAngle of circular gauge ///
startAngle-number default-115 ///

///Specify subGauge of circular gauge ///
subGauges-Array<any> default-Array ///

///Specify subGauge Height of circular gauge ///
height-number default-150 ///

///Specify position for sub-gauge of circular gauge ///
position-any default-Object ///

///Specify x-axis position for sub-gauge of circular gauge ///
x-number default-0 ///

///Specify y-axis position for sub-gauge of circular gauge ///
y-number default-0 ///

///Specify subGauge Width of circular gauge ///
width-number default-150 ///

///Specify sweepAngle of circular gauge ///
sweepAngle-number default-310 ///

///Specify ticks of circular gauge ///
ticks-Array<any> default-Array ///

///Specify the angle for the ticks of circular gauge ///
angle-number default-0 ///

///Specify tick color of circular gauge ///
color-string default-null ///

///Specify distanceFromScale value for ticks of circular gauge ///
distanceFromScale-number default-0 ///

///Specify tick height of circular gauge ///
height-number default-16 ///

///Specify tick placement of circular gauge. See TickPlacement ///
placement-ej.datavisualization.CircularGauge.Placement|string default-Near ///

///Specify tick Style of circular gauge. See TickType ///
type-ej.datavisualization.CircularGauge.LabelType|string default-Major ///

///Specify tick width of circular gauge ///
width-number default-3 ///

///Specify the theme of circular gauge. ///
theme-string default-flatlight ///

///Options to customize the legend. ///
legend-Legend default- ///

///Toggles the visibility of the legend. ///
visible-boolean default-false ///

///Toggles the visibility of the ranges. ///
toggleVisibility-boolean default-true ///

///Specifies the alignment of the legend. ///
alignment-ej.datavisualization.CircularGauge.LegendAlignment|string default-Center. See Alignment ///

///Options for customizing the legend border. ///
border-any default- ///

///Border color of the legend. ///
color-string default-transparent ///

///Border width of the legend. ///
width-number default-1 ///

///Fill color for the legend items. By using this property, it displays all legend item shapes in same color.Legend items representing invisible ranges is displayed in gray color. ///
fill-string default-null ///

///Gap or padding between the legend items. ///
itemPadding-number default-20 ///

///Options to customize the style of legend items. ///
itemStyle-any default- ///

///Options for customizing the border of legend items. ///
border-any default- ///

///Border color of the legend items. ///
color-string default-transparent ///

///Border width of the legend items. ///
width-number default-1 ///

///Specifies the height of the legend item shapes. ///
height-number default-10 ///

///Specifies the width of the legend item shapes. ///
width-number default-10 ///

///Opacity of the legend. ///
opacity-number default-1 ///

///Places the legend at specified position. Legend can be placed at **left**, **right**, **top** or **bottom** of the circular gauge. ///
position-ej.datavisualization.CircularGauge.LegendPosition|string default-Bottom. See Position ///

///Shape of the legend items. ///
shape-ej.datavisualization.CircularGauge.LegendShape|string default-Circle. See Shape ///

///Options to customize the size of the legend. ///
size-any default- ///

///Specify the height of the legend. Height can be specified in pixel. ///
height-string default-null ///

///Specify the width of the legend. Width can be specified in pixel. ///
width-string default-null ///

///Options to customize the font used for legend item text. ///
font-any default- ///

///Font family for legend item text. ///
fontFamily-string default-Segoe UI ///

///Font style for legend item text. ///
fontStyle-string default-Normal ///

///Font weight for legend item text. ///
fontWeight-string default-Regular ///

///Font size for legend item text. ///
size-string default-12px ///

///Font color of the text for legend items. ///
color-string default-null ///

///Specify tooltip option of circular gauge ///
tooltip-Tooltip default-object ///

///enable showCustomLabelTooltip of circular gauge ///
showCustomLabelTooltip-boolean default-false ///

///enable showLabelTooltip of circular gauge ///
showLabelTooltip-boolean default-false ///

///Specify tooltip templateID of circular gauge ///
templateID-string default-false ///

///Specifies the value of circular gauge. ///
value-number default-0 ///

///Specifies the width of circular gauge. ///
width-number default-360 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ColorPicker:function(){ /// /// Constructor of ej.ColorPicker /// } }); ej.ColorPicker=(function(){ var original=ej.ColorPicker var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// Disables the color picker control /// }, enable:function(){ /// /// /// Enable the color picker control /// }, getColor:function(){ /// /// /// Gets the selected color in RGB format /// }, getValue:function(){ /// /// /// Gets the selected color value as string /// }, hexCodeToRGB:function(colorCode){ /// /// /// To Convert color value from hexCode to RGB /// /// Specified HEX code converted to RGB /// }, hide:function(){ /// /// /// Hides the ColorPicker popup, if in opened state. /// }, HSVToRGB:function(HSV){ /// /// /// Convert color value from HSV to RGB /// /// Specified HSV code converted to RGB /// }, RGBToHEX:function(RGB){ /// /// /// Convert color value from RGB to HEX /// /// Specified RGB code converted to HEX code /// }, RGBToHSV:function(RGB){ /// /// /// Convert color value from RGB to HSV /// /// Specified RGB code converted to HSV code /// }, show:function(){ /// /// /// Open the ColorPicker popup. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejColorPicker=function(){ this.data("ejColorPicker",new ej.ColorPicker()); return this; }; intellisense.annotate(jQuery.fn,{ ejColorPicker :function (options) { /// ///
///The ColorPicker control provides you a rich visual interface for color selection. You can select the color from the professionally designed palettes or custom color. By clicking a point on the color, you can change the active color to the color that is located under the pointer.

///The ColorPicker control allows to define the customized text to displayed in button elements. Using the property to achieve the customized culture values. ///
buttonText-ButtonText default-{ apply: Apply, cancel: Cancel, swatches: Swatches } ///

///Sets the text for the apply button. ///
apply-string default- ///

///Sets the text for the cancel button. ///
cancel-string default- ///

///Sets the header text for the swatches area. ///
swatches-string default- ///

///Allows to change the mode of the button. Please refer below to know available button mode ///
buttonMode-ej.ButtonMode|string default-ej.ButtonMode.Split ///

///Specifies the number of columns to be displayed color palette model. ///
columns-number|string default-10 ///

///This property allows you to customize its appearance using user-defined CSS and custom skin options such as colors and backgrounds. ///
cssClass-string default- ///

///This property allows to define the custom colors in the palette model.Custom palettes are created by passing a comma delimited string of HEX values or an array of colors. ///
custom-Array<any> default-empty ///

///This property allows to embed the popup in the order of DOM element flow . When we set the value as true, the color picker popup is always in visible state. ///
displayInline-boolean default-false ///

///This property allows to change the control in enabled or disabled state. ///
enabled-boolean default-true ///

///This property allows to enable or disable the opacity slider in the color picker control ///
enableOpacity-boolean default-true ///

///It allows to define the characteristics of the ColorPicker control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///Defines the localized text values in button and tooltip. ///
locale-string default-en-US ///

///Specifies the model type to be rendered initially in the color picker control. See below to get available ModelType ///
modelType-ej.ColorPicker.ModelType|string default-ej.ColorPicker.ModelType.Default ///

///This property allows to change the opacity value .The selected color opacity will be adjusted by using this opacity value. ///
opacityValue-number|string default-100 ///

///Specifies the palette type to be displayed at initial time in palette model.There two types of palette model available in ColorPicker control. See below available Palette ///
palette-ej.ColorPicker.Palette|string default-ej.ColorPicker.Palette.BasicPalette ///

///This property allows to define the preset model to be rendered initially in palette type.It consists of 12 different types of presets. Each presets have 50 colors. See below available Presets ///
presetType-ej.ColorPicker.Presets|string default-ej.ColorPicker.Presets.Basic ///

///Allows to show/hides the apply and cancel buttons in ColorPicker control ///
showApplyCancel-boolean default-true ///

///Allows to show/hides the clear button in ColorPicker control ///
showClearButton-boolean default-true ///

///This property allows to provides live preview support for current cursor selection color and selected color. ///
showPreview-boolean default-true ///

///This property allows to store the color values in custom list.The ColorPicker will keep up to 11 colors in a custom list.By clicking the add button, the selected color from picker or palette will get added in the recent color list. ///
showRecentColors-boolean default-false ///

///Allows to show/hides the switcher button in ColorPicker control.It helps to switch palette or picker mode in colorpicker. ///
showSwitcher-boolean default-true ///

///This property allows to shows tooltip to notify the slider value in color picker control. ///
showTooltip-boolean default-false ///

///Specifies the toolIcon to be displayed in dropdown control color area. ///
toolIcon-string default-null ///

///This property allows to define the customized text or content to displayed when mouse over the following elements. This property also allows to use the culture values. ///
tooltipText-TooltipText default-{ switcher: Switcher, addButton: Add Color, basic: Basic, monoChrome: Mono Chrome, flatColors: Flat Color, seaWolf: Sea Wolf, webColors: Web Colors, sandy: Sandy, pinkShades: Pink Shades, misty: Misty, citrus: Citrus, vintage: Vintage, moonLight: Moon Light, candyCrush: Candy Crush, currentColor: Current Color, selectedColor: Selected Color } ///

///Sets the tooltip text for the switcher button. ///
switcher-string default- ///

///Sets the tooltip text for the add button. ///
addButton-string default- ///

///Sets the tooltip text for the basic preset. ///
basic-string default- ///

///Sets the tooltip text for the mono chrome preset. ///
monoChrome-string default- ///

///Sets the tooltip text for the flat colors preset. ///
flatColors-string default- ///

///Sets the tooltip text for the sea wolf preset. ///
seaWolf-string default- ///

///Sets the tooltip text for the web colors preset. ///
webColors-string default- ///

///Sets the tooltip text for the sandy preset. ///
sandy-string default- ///

///Sets the tooltip text for the pink shades preset. ///
pinkShades-string default- ///

///Sets the tooltip text for the misty preset. ///
misty-string default- ///

///Sets the tooltip text for the citrus preset. ///
citrus-string default- ///

///Sets the tooltip text for the vintage preset. ///
vintage-string default- ///

///Sets the tooltip text for the moon light preset. ///
moonLight-string default- ///

///Sets the tooltip text for the candy crush preset. ///
candyCrush-string default- ///

///Sets the tooltip text for the current color area. ///
currentColor-string default- ///

///Sets the tooltip text for the selected color area. ///
selectedColor-string default- ///

///Specifies the color value for color picker control, the value is in hexadecimal form with prefix of "#". ///
value-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ComboBox:function(){ /// /// Constructor of ej.ComboBox /// } }); ej.ComboBox=(function(){ var original=ej.ComboBox var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(){ /// /// /// Adds a new item to the popup list. By default, new item appends to the list as the last item, but you can insert based on the index parameter. /// }, focusIn:function(){ /// /// /// Sets the focus to the component for interaction. /// }, focusOut:function(){ /// /// /// Moves the focus from the component if the component is already focused. /// }, getDataByValue:function(){ /// /// /// Gets the data object that matches the given value. /// }, getItems:function(){ /// /// /// Gets all the list items bound on this component. /// }, hidePopup:function(){ /// /// /// Hides the popup if it is in open state. /// }, showPopup:function(){ /// /// /// Opens the popup that displays the list of items. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejComboBox=function(){ this.data("ejComboBox",new ej.ComboBox()); return this; }; intellisense.annotate(jQuery.fn,{ ejComboBox :function (options) { /// ///
///The ComboBox component allows the user to type a value or choose an option from the list of predefined options.

///Accepts the template and assigns it to the popup list content of the component when the data fetch request from the remote server fails. ///
actionFailureTemplate-string default-The Request Failed ///

///Specifies whether the component allows user defined value which does not exist in data source. ///
allowCustom-boolean default-true ///

///When allowFiltering is set to true, show the filter bar (search box) of the component. The filter action retrieves matched items through the filtering event based on the characters typed in the search TextBox. If no match is found, the value of the noRecordsTemplate property will be displayed. ///
allowFiltering-boolean default-false ///

///Specifies whether suggest a first matched item in input when searching. No action happens when no matches found. ///
autofill-boolean default-false ///

///Sets CSS classes to the root element of the component that helps customize the UI styles. ///
cssClass-string default-null ///

///Accepts the list items either through local or remote service and binds it to the component. It can be an array of JSON objects or an instance of DataManager. ///
dataSource-any|Array<any> default-[] ///

///When set to true, enables RTL mode of the component that displays the content in the right-to-left direction. ///
enableRtl-boolean default-false ///

///Specifies a value that indicates whether the component is enabled or not. ///
enabled-boolean default-true ///

///The fields property maps the columns of the data table and binds the data to the component. ///
fields-Fields default- ///

///Used to group the popup list items. ///
groupBy-string default-null ///

///Defines class for the item. ///
iconCss-string default-null ///

///Defines the specific field name which contains unique values for the list items. ///
value-string default-null ///

///Defines the specific field name in the data source to load the popup list with data. ///
text-string default-null ///

///Accepts the template design and assigns it to the footer container of the popup list. ///
footerTemplate-string default-null ///

///Accepts the template design and assigns it to the group headers present in the popup list. ///
groupTemplate-string default-null ///

///Accepts the template design and assigns it to the header container of the popup list. ///
headerTemplate-string default-null ///

///Allows additional HTML attributes such as title, name, etc., and accepts n number of attributes in a key-value pair format. ///
htmlAttributes-any default-{} ///

///Gets or sets the index of the selected item in the component. ///
index-number default-null ///

///Accepts the template design and assigns it to each list item present in the popup. ///
itemTemplate-string default-null ///

///Overrides the global culture and localization value for this component. Default global culture is 'en-US'. ///
locale-string default-en-US ///

///Accepts the template design and assigns it to popup list of component when no data is available on the component. ///
noRecordsTemplate-string default-No Records Found ///

///Accepts the value to be displayed as a watermark text on the component input. ///
placeholder-string default-null ///

///Specifies the height of the popup list. ///
popupHeight-string|number default-300px ///

///Specifies the width of the popup list. By default, the popup width sets based on the width of the component. ///
popupWidth-string|number default-100% ///

///The query to retrieve the data from the data source. ///
query-ej.Query default-null ///

///When set to true, the user interactions on the component are disabled. ///
readonly-boolean default-false ///

///Specifies whether to show or hide the clear button. When the clear button is clicked, value, text, and index properties are reset to null. ///
showClearButton-boolean default-true ///

///Specifies the sortOrder to sort the data source. The available type of sort orders are ///
sortOrder-ej.ComboBox.SortOrder|string default-ej.SortOrder.None ///

///Gets or sets the display text of the selected item in the component. ///
text-string default-null ///

///Gets or sets the value of the selected item in the component. ///
value-number|string default-null ///

///Specifies the width of the component. By default, the component width sets based on the width of its parent container. You can also set the width in pixel values. ///
width-number|string default-100% ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DataManager:function(){ /// /// Constructor of ej.DataManager /// } }); ej.DataManager=(function(){ var original=ej.DataManager var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { executeLocal:function(query){ /// /// /// This method does not execute more than one operation at a time; it waits for one operation to complete, and then executes the next operation. /// /// Sets the default query for the data source. /// }, executeQuery:function(query, done, fail, always){ /// /// /// The executeQuery property is used to process the data based on the query on URL Binding. /// /// Sets the default query for the data source. /// /// /// /// The executeQuery property is used to process the data based on the query on URL Binding. /// /// A function to be called if the request succeeds. /// /// /// /// The executeQuery property is used to process the data based on the query on URL Binding. /// /// A function to be called if the request fails. /// /// /// /// The executeQuery property is used to process the data based on the query on URL Binding. /// /// A function to be called when the request finishes (after success and error callbacks are executed). /// }, insert:function(data, tableName, query){ /// /// /// Inserts a data item in the data table. /// /// JSON data or JSON array /// /// /// /// Inserts a data item in the data table. /// /// Name of the table /// /// /// /// Inserts a data item in the data table. /// /// Sets the default query for the data source. /// }, remove:function(keyField, value, tableName, query){ /// /// /// It is used to remove the data from the dataSource. /// /// KeyColumn to find the data /// /// /// /// It is used to remove the data from the dataSource. /// /// Specified value for the keyField /// /// /// /// It is used to remove the data from the dataSource. /// /// Name of the source table /// /// /// /// It is used to remove the data from the dataSource. /// /// Sets the default query for the data source. /// }, saveChanges:function(changes, key, tableName, query){ /// /// /// This method is used to save the changes to the corresponding table. You can add a new record, edit an existing record, or delete a record by using this method. /// /// Specified values for the Data Table /// /// /// /// This method is used to save the changes to the corresponding table. You can add a new record, edit an existing record, or delete a record by using this method. /// /// KeyColumn to find the data /// /// /// /// This method is used to save the changes to the corresponding table. You can add a new record, edit an existing record, or delete a record by using this method. /// /// Name of the source table /// /// /// /// This method is used to save the changes to the corresponding table. You can add a new record, edit an existing record, or delete a record by using this method. /// /// Sets the default query for the data source. /// }, update:function(keyField, value, tableName, query){ /// /// /// Updates existing record and saves the changes to the table. /// /// KeyColumn to find the data /// /// /// /// Updates existing record and saves the changes to the table. /// /// Specified value for the keyField /// /// /// /// Updates existing record and saves the changes to the table. /// /// Name of the source table /// /// /// /// Updates existing record and saves the changes to the table. /// /// Sets the default query for the data source. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDataManager=function(){ this.data("ejDataManager",new ej.DataManager()); return this; }; intellisense.annotate(jQuery.fn,{ ejDataManager :function (options) { /// ///
///Communicates with data source and returns the desired result based on the Query provided.
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DatePicker:function(){ /// /// Constructor of ej.DatePicker /// } }); ej.DatePicker=(function(){ var original=ej.DatePicker var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// Disables the DatePicker control. /// }, enable:function(){ /// /// /// Enable the DatePicker control, if it is in disabled state. /// }, getValue:function(){ /// /// /// Returns the current date value in the DatePicker control. /// }, setValue:function(){ /// /// /// sets the date value for the DatePicker. /// }, hide:function(){ /// /// /// Close the DatePicker popup, if it is in opened state. /// }, show:function(){ /// /// /// Opens the DatePicker popup. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDatePicker=function(){ this.data("ejDatePicker",new ej.DatePicker()); return this; }; intellisense.annotate(jQuery.fn,{ ejDatePicker :function (options) { /// ///
///Input field that display the DatePicker calendar as popup to select and set the date value

///Used to allow or restrict the editing in DatePicker input field directly. By setting false to this API, You can only pick the date from DatePicker popup. ///
allowEdit-boolean default-true ///

///allow or restrict the drill down to multiple levels of view (month/year/decade) in DatePicker calendar ///
allowDrillDown-boolean default-true ///

///Disable the list of specified date value. ///
blackoutDates-any default-{} ///

///Sets the specified text value to the today button in the DatePicker calendar. ///
buttonText-string default-Today ///

///Sets the root CSS class for DatePicker theme, which is used customize. ///
cssClass-string default- ///

///Formats the value of the DatePicker in to the specified date format. If this API is not specified, dateFormat will be set based on the current culture of DatePicker. ///
dateFormat-string default-MM/dd/yyyy ///

///Specifies the header format of days in DatePicker calendar. See below to get available Headers options ///
dayHeaderFormat-string | ej.DatePicker.Header default-ej.DatePicker.Header.Short ///

///Specifies the navigation depth level in DatePicker calendar. This option is not applied when start level view option is lower than depth level view. See below to know available levels in DatePicker Calendar ///
depthLevel-string | ej.DatePicker.Level default- ///

///Allows to embed the DatePicker calendar in the page. Also associates DatePicker with div element instead of input. ///
displayInline-boolean default-false ///

///Enables or disables the animation effect with DatePicker calendar. ///
enableAnimation-boolean default-true ///

///Enable or disable the DatePicker control. ///
enabled-boolean default-true ///

///Sustain the entire widget model of DatePicker even after form post or browser refresh ///
enablePersistence-boolean default-false ///

///Displays DatePicker calendar along with DatePicker input field in Right to Left direction. ///
enableRTL-boolean default-false ///

///Allows to enter valid or invalid date in input textbox and indicate as error if it is invalid value, when this API value is set to true. For false value, invalid date is not allowed to input field and corrected to valid date automatically, even if invalid date is given. ///
enableStrictMode-boolean default-false ///

///Used the required fields for special Dates in DatePicker in order to customize the special dates in a calendar. ///
fields-Fields default-null ///

///Specifies the specials dates ///
date-string default- ///

///Specifies the icon class to special dates. ///
iconClass-string default- ///

///Specifies the tooltip to special dates. ///
tooltip-string default- ///

///Specifies the CSS class to customize the date. ///
cssClass-string default- ///

///Specifies the header format to be displayed in the DatePicker calendar. ///
headerFormat-string default-MMMM yyyy ///

///Specifies the height of the DatePicker input text. ///
height-string default-28px ///

///HighlightSection is used to highlight currently selected date's month/week/workdays. See below to get available HighlightSection options ///
highlightSection-string | ej.DatePicker.HighlightSection default-none ///

///Weekend dates will be highlighted when this property is set to true. ///
highlightWeekend-boolean default-false ///

///Specifies the HTML Attributes of the DatePicker. ///
htmlAttributes-any default-{} ///

///Change the DatePicker calendar and date format based on given culture. ///
locale-string default-en-US ///

///Specifies the maximum date in the calendar that the user can select. ///
maxDate-string|Date default-new Date(2099, 11, 31) ///

///Specifies the minimum date in the calendar that the user can select. ///
minDate-string|Date default-new Date(1900, 00, 01) ///

///Allows to toggles the read only state of the DatePicker. When the widget is readOnly, it doesn't allow your input. ///
readOnly-boolean default-false ///

///It allow to show/hide the disabled date ranges ///
showDisabledRange-boolean default-true ///

///It allows to display footer in DatePicker calendar. ///
showFooter-boolean default-true ///

///It allows to display/hides the other months days from the current month calendar in a DatePicker. ///
showOtherMonths-boolean default-true ///

///Shows/hides the date icon button at right side of textbox, which is used to open or close the DatePicker calendar popup. ///
showPopupButton-boolean default-true ///

///DatePicker input is displayed with rounded corner when this property is set to true. ///
showRoundedCorner-boolean default-false ///

///Used to show the tooltip when hovering on the days in the DatePicker calendar. ///
showTooltip-boolean default-true ///

///Specifies the special dates in DatePicker. ///
specialDates-any default-null ///

///Specifies the start day of the week in DatePicker calendar. ///
startDay-number default-0 ///

///Specifies the start level view in DatePicker calendar. See below available Levels ///
startLevel-string | ej.DatePicker.Level default-ej.DatePicker.Level.Month ///

///Specifies the number of months to be navigate for one click of next and previous button in a DatePicker Calendar. ///
stepMonths-number default-1 ///

///Provides option to customize the tooltip format. ///
tooltipFormat-string default-ddd MMM dd yyyy ///

///Sets the jQuery validation support to DatePicker Date value. See validation ///
validationMessage-any default-null ///

///Sets the jQuery validation custom rules to the DatePicker. see validation ///
validationRules-any default-null ///

///sets or returns the current value of DatePicker ///
value-string|Date default-null ///

///Specifies the water mark text to be displayed in input text. ///
watermarkText-string default-Select date ///

///Allows to embed a new column with the calendar in the popup, which will display the week number of every week in a calendar year. ///
weekNumber-boolean default-false ///

///Specifies the width of the DatePicker input text. ///
width-string default-160px ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DateRangePicker:function(){ /// /// Constructor of ej.DateRangePicker /// } }); ej.DateRangePicker=(function(){ var original=ej.DateRangePicker var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addRanges:function(label, range){ /// /// /// Add the preset ranges to DateRangePicker popup. /// /// Display name /// /// /// /// Add the preset ranges to DateRangePicker popup. /// /// StartDate and endDate of range. /// }, clearRanges:function(){ /// /// /// Clears the all ranges selections in DateRangePicker popup /// }, disable:function(){ /// /// /// Disables the DateRangePicker control. /// }, enable:function(){ /// /// /// Enable the DateRangePicker control, if it is in disabled state. /// }, getSelectedRange:function(){ /// /// /// Returns the startDate and endDate values in the selected ranges in the DateRangePicker control. /// }, popupHide:function(){ /// /// /// Close the DateRangePicker popup, if it is in opened state. /// }, popupShow:function(){ /// /// /// Opens the DateRangePicker popup. /// }, setRange:function(){ /// /// /// set the preset ranges to DateRangePicker popup. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDateRangePicker=function(){ this.data("ejDateRangePicker",new ej.DateRangePicker()); return this; }; intellisense.annotate(jQuery.fn,{ ejDateRangePicker :function (options) { /// ///
///Input field that displays the two DatePicker type calendar in a single popup to select and set the different date ranges

///Used to allow or restrict the editing in DateRangePicker input field directly. By setting false to this API, You can only pick the date ranges from DateRangePicker popup. ///
allowEdit-boolean default-true ///

///Sets the specified text value to the available buttons (Reset, Cancel, Apply) in the DateRangePicker popup. ///
buttonText-any default-{ reset: Reset, cancel: Cancel, apply: Apply} ///

///Sets the root CSS class for DateRangePicker theme, which is used to customize. ///
cssClass-string default- ///

///Formats the date value of the DateRangePicker in to the specified date format. If this API is not specified, dateFormat will be set based on the current culture of DateRangePicker. ///
dateFormat-string default-MM/dd/yyyy ///

///Allows to embed the Timepicker align with the calendars in the page, two timepicker will be render, for selecting start and end date. ///
enableTimePicker-boolean default-false ///

///Enable or disable the DateRangePicker control. ///
enabled-boolean default-true ///

///Sustain the entire widget model of DateRangePicker even after form post or browser refresh ///
enablePersistence-boolean default-false ///

///Specifies the end date of the date ranges. ///
endDate-string|Date default-null ///

///Specifies the height of the DateRangePicker input. ///
height-string|number default-28px ///

///Change the DateRangePicker calendar and date format based on given culture. ///
locale-string default-en-US ///

///Specifies the maximum date in the calendar that the user can select as a startDate or endDate. ///
maxDate-string|Date default-new Date(2099, 11, 31) ///

///Specifies the minimum date in the calendar that the user can select as a startDate or endDate. ///
minDate-string|Date default-new Date(1900, 00, 01) ///

///Used to add the preset ranges. Added ranges using this, will show in popup in right side for easy selection of different preset ranges. ///
ranges-any default-null ///

///Used to separate the two date strings of the value in the DateRangePicker popup. ///
separator-string default-- ///

///Specifies the start date of the date ranges ///
startDate-string|Date default-null ///

///Shows/hides the date icon button at right side of textbox, which is used to open or close the DateRangePicker calendar popup. ///
showPopupButton-boolean default-true ///

///DateRangePicker input and popup is displayed with rounded corner when this property is set to true. ///
showRoundedCorner-boolean default-false ///

///Formats the date value of the DateRangePicker in to the specified time format. If this API is not specified, timeFormat will be set based on the current culture of DateRangePicker. ///
timeFormat-string default-HH:mm tt ///

///Separated two date values in string format to sets the date ranges in calendars. ///
value-string default-null ///

///Specifies the water mark text to be displayed in input text. ///
watermarkText-string default-Select Range ///

///Specifies the width of the DateRangePicker input text. ///
width-string|number default-160px ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DateTimePicker:function(){ /// /// Constructor of ej.DateTimePicker /// } }); ej.DateTimePicker=(function(){ var original=ej.DateTimePicker var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// Disables the DateTimePicker control. /// }, enable:function(){ /// /// /// Enables the DateTimePicker control. /// }, getValue:function(){ /// /// /// Returns the current datetime value in the DateTimePicker. /// }, hide:function(){ /// /// /// Hides or closes the DateTimePicker popup. /// }, setCurrentDateTime:function(){ /// /// /// Updates the current system date value and time value to the DateTimePicker. /// }, show:function(){ /// /// /// Shows or opens the DateTimePicker popup. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDateTimePicker=function(){ this.data("ejDateTimePicker",new ej.DateTimePicker()); return this; }; intellisense.annotate(jQuery.fn,{ ejDateTimePicker :function (options) { /// ///
///The DateTimePicker control is used to input the date and time with a specific format. It combines the DatePicker and TimePicker controls so that users can select the date and time with their desired format.

///Used to allow or restrict the editing in DateTimePicker input field directly. By setting false to this API, You can only pick the date and time values from DateTimePicker popup. ///
allowEdit-boolean default-true ///

///Displays the custom text for the buttons inside the DateTimePicker popup. when the culture value changed, we can change the buttons text based on the culture. ///
buttonText-ButtonText default-{ today: Today, timeNow: Time Now, done: Done, timeTitle: Time } ///

///Sets the text for the Done button inside the datetime popup. ///
done-string default- ///

///Sets the text for the Now button inside the datetime popup. ///
timeNow-string default- ///

///Sets the header text for the Time dropdown. ///
timeTitle-string default- ///

///Sets the text for the Today button inside the datetime popup. ///
today-string default- ///

///Disable the list of specified date value. ///
blackoutDates-any default-{} ///

///Set the root class for DateTimePicker theme. This cssClass API helps to use custom skinning option for DateTimePicker control. ///
cssClass-string default- ///

///Defines the datetime format displayed in the DateTimePicker. The value should be a combination of date format and time format. ///
dateTimeFormat-string default-M/d/yyyy h:mm tt ///

///Specifies the header format of the datepicker inside the DateTimePicker popup. See DatePicker.Header ///
dayHeaderFormat-ej.DatePicker.Header|string default-ej.DatePicker.Header.Short ///

///Specifies the navigation depth level in DatePicker calendar inside DateTimePicker popup. This option is not applied when start level view option is lower than depth level view. See ej.DatePicker.Level ///
depthLevel-ej.DatePicker.Level|string default- ///

///Specifies the list of time range to be disabled. ///
disableTimeRanges-any default-{} ///

///Enable or disable the animation effect in DateTimePicker. ///
enableAnimation-boolean default-true ///

///When this property is set to false, it disables the DateTimePicker control. ///
enabled-boolean default-false ///

///Enables or disables the state maintenance of DateTimePicker. ///
enablePersistence-boolean default-false ///

///Sets the DateTimePicker direction as right to left alignment. ///
enableRTL-boolean default-false ///

///When enableStrictMode true it allows the value outside of the range also but it highlights the textbox with error class, otherwise it internally changed to the correct value. ///
enableStrictMode-boolean default-false ///

///Specifies the header format to be displayed in the DatePicker calendar inside the DateTimePicker popup. ///
headerFormat-string default-MMMM yyyy ///

///Defines the height of the DateTimePicker textbox. ///
height-string|number default-30 ///

///Specifies the HTML Attributes of the ejDateTimePicker ///
htmlAttributes-any default-{} ///

///Sets the time interval between the two adjacent time values in the time popup. ///
interval-number default-30 ///

///Defines the localization culture for DateTimePicker. ///
locale-string default-en-US ///

///Sets the maximum value to the DateTimePicker. Beyond the maximum value an error class is added to the wrapper element when we set true to enableStrictMode. ///
maxDateTime-string|Date default-new Date(12/31/2099 11:59:59 PM) ///

///Sets the minimum value to the DateTimePicker. Behind the minimum value an error class is added to the wrapper element. ///
minDateTime-string|Date default-new Date(1/1/1900 12:00:00 AM) ///

///Specifies the popup position of DateTimePicker.See below to know available popup positions ///
popupPosition-string | ej.popupPosition default-ej.PopupPosition.Bottom ///

///Indicates that the DateTimePicker value can only be read and can’t change. ///
readOnly-boolean default-false ///

///It allows showing days in other months of DatePicker calendar inside the DateTimePicker popup. ///
showOtherMonths-boolean default-true ///

///Shows or hides the arrow button from the DateTimePicker textbox. When the button disabled, the DateTimePicker popup opens while focus in the textbox and hides while focus out from the textbox. ///
showPopupButton-boolean default-true ///

///Changes the sharped edges into rounded corner for the DateTimePicker textbox and popup. ///
showRoundedCorner-boolean default-false ///

///Specifies the special dates in DateTimePicker. ///
specialDates-any default-null ///

///Specifies the start day of the week in datepicker inside the DateTimePicker popup. ///
startDay-number default-1 ///

///Specifies the start level view in datepicker inside the DateTimePicker popup. See DatePicker.Level ///
startLevel-ej.DatePicker.Level|string default-ej.DatePicker.Level.Month or month ///

///Specifies the number of months to navigate at one click of next and previous button in datepicker inside the DateTimePicker popup. ///
stepMonths-number default-1 ///

///Defines the time format displayed in the time dropdown inside the DateTimePicker popup. ///
timeDisplayFormat-string default-h:mm tt ///

///We can drill down up to time interval on selected date with meridian details. ///
timeDrillDown-TimeDrillDown default-{ enabled: false, interval: 5, showMeridian: false, autoClose: true } ///

///This is the field to show/hide the timeDrillDown in DateTimePicker. ///
enabled-boolean default- ///

///Sets the interval time of minutes on selected date. ///
interval-number default- ///

///Allows the user to show or hide the meridian with time in DateTimePicker. ///
showMeridian-boolean default- ///

///After choosing the time, the popup will close automatically if we set it as true, otherwise we focus out the DateTimePicker or choose timeNow button for closing the popup. ///
autoClose-boolean default- ///

///Defines the width of the time dropdown inside the DateTimePicker popup. ///
timePopupWidth-string|number default-100 ///

///Set the jQuery validation error message in DateTimePicker. ///
validationMessage-any default-null ///

///Set the jQuery validation rules in DateTimePicker. ///
validationRules-any default-null ///

///Sets the DateTime value to the control. ///
value-string|Date default- ///

///Specifies the water mark text to be displayed in input text. ///
watermarkText-string default-Select date and time ///

///Defines the width of the DateTimePicker textbox. ///
width-string|number default-143 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Diagram:function(){ /// /// Constructor of ej.Diagram /// } }); ej.Diagram=(function(){ var original=ej.Diagram var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { add:function(node){ /// /// /// Add nodes and connectors to diagram at runtime /// /// a JSON to define a node/connector or an array of nodes and connector /// }, addLabel:function(nodeName, newLabel){ /// /// /// Add a label to a node at runtime /// /// name of the node to which label will be added /// /// /// /// Add a label to a node at runtime /// /// JSON for the new label to be added /// }, addLane:function(lane, index){ /// /// /// Add dynamic Lanes to swimlane at runtime /// /// JSON for the new lane to be added /// /// /// /// Add dynamic Lanes to swimlane at runtime /// /// Index value to add the lane in swimlane /// }, addPhase:function(name, options){ /// /// /// Add a phase to a swimlane at runtime /// /// name of the swimlane to which the phase will be added /// /// /// /// Add a phase to a swimlane at runtime /// /// JSON object to define the phase to be added /// }, addLayers:function(layers){ /// /// /// Add a collection of layers can be added to the existing diagram layer at runtime. /// /// a collection of layers to be added to the existing diagram layers. /// }, addNodeToLayer:function(layerName, nodes){ /// /// /// Add a collection of diagram elements can be added to the specific diagram layer. /// /// specifies the name of the layer to the nodes will be added. /// /// /// /// Add a collection of diagram elements can be added to the specific diagram layer. /// /// collection of diagram elements to be added to the specific layer. /// }, addPorts:function(name, ports){ /// /// /// Add a collection of ports to the node specified by name /// /// name of the node to which the ports have to be added /// /// /// /// Add a collection of ports to the node specified by name /// /// a collection of ports to be added to the specified node /// }, addSelection:function(node, clearSelection){ /// /// /// Add the specified node to selection list /// /// the node to be selected /// /// /// /// Add the specified node to selection list /// /// to define whether to clear the existing selection or not /// }, align:function(direction){ /// /// /// Align the selected objects based on the reference object and direction /// /// to specify the direction towards which the selected objects are to be aligned("left","right",top","bottom") /// }, bringIntoView:function(rect){ /// /// /// Bring the specified portion of the diagram content to the diagram viewport /// /// the rectangular region that is to be brought into diagram viewport /// }, bringToCenter:function(rect){ /// /// /// Bring the specified portion of the diagram content to the center of the diagram viewport /// /// the rectangular region that is to be brought to the center of diagram viewport /// }, bringToFront:function(){ /// /// /// Visually move the selected object over all other intersected objects /// }, clear:function(){ /// /// /// Remove all the elements from diagram /// }, clearHistory:function(){ /// /// /// Clears the actions which is recorded to perform undo/redo operation in the diagram. /// }, clearSelection:function(){ /// /// /// Remove the current selection in diagram /// }, copy:function(){ /// /// /// Copy the selected object to internal clipboard and get the copied object /// }, cut:function(){ /// /// /// Cut the selected object from diagram to diagram internal clipboard /// }, exportDiagram:function(options){ /// /// /// Export the diagram as downloadable files or as data /// /// options to export the desired region of diagram to the desired formats. /// }, exportImage:function(image, exportImageSettings){ /// /// /// The exportImage method is used to export the image passed through argument with different image format and exporting options as like exportDiagram method. /// /// pass the base64String image to be exported. /// /// /// /// The exportImage method is used to export the image passed through argument with different image format and exporting options as like exportDiagram method. /// /// options to export the desired region of diagram to the desired formats. /// }, findNode:function(name){ /// /// /// Read a node/connector object by its name /// /// name of the node/connector that is to be identified /// }, fitToPage:function(mode, region, margin){ /// /// /// Fit the diagram content into diagram viewport /// /// to set the mode of fit to command. /// /// /// /// Fit the diagram content into diagram viewport /// /// to set whether the region to be fit will be based on diagram elements or page settings. /// /// /// /// Fit the diagram content into diagram viewport /// /// to set the required margin /// }, getDiagramContent:function(styleSheets){ /// /// /// Get the diagram DOM element as a string along with dependent stylesheets. /// /// If its specified, will get the diagram DOM element along with specified stylesheet references. Please note that you have to define absolute path for local CSS file. If not specified, will get the diagram content along with all stylesheets loaded in the document. /// }, getDiagramBounds:function(){ /// /// /// Get the bounds of the diagram. /// }, group:function(){ /// /// /// Group the selected nodes and connectors /// }, insertLabel:function(name, label, index){ /// /// /// Insert a label into a node's label collection at runtime /// /// name of the node to which the label has to be inserted /// /// /// /// Insert a label into a node's label collection at runtime /// /// JSON to define the new label /// /// /// /// Insert a label into a node's label collection at runtime /// /// index to insert the label into the node /// }, layout:function(){ /// /// /// Refresh the diagram with the specified layout /// }, load:function(data){ /// /// /// Load the diagram /// /// JSON data to load the diagram /// }, moveForward:function(){ /// /// /// Visually move the selected object over its closest intersected object /// }, nudge:function(direction, delta){ /// /// /// Move the selected objects by either one pixel or by the pixels specified through argument /// /// specifies the direction to move the selected objects ("left","right",top","bottom") /// /// /// /// Move the selected objects by either one pixel or by the pixels specified through argument /// /// specifies the number of pixels by which the selected objects have to be moved /// }, paste:function(object, rename){ /// /// /// Paste the selected object from internal clipboard to diagram /// /// object to be added to diagram /// /// /// /// Paste the selected object from internal clipboard to diagram /// /// to define whether the specified object is to be renamed or not /// }, print:function(printSettings){ /// /// /// Print the diagram as image /// /// options to print the desired region of diagram and print the diagram in multiple pages. /// }, printImage:function(image, printImageSettings){ /// /// /// The printImage method is used to print the image passed through argument with desired region and multiple pages as like print method. /// /// pass the base64String image to be printed. /// /// /// /// The printImage method is used to print the image passed through argument with desired region and multiple pages as like print method. /// /// options to export the desired region of diagram to the desired formats. /// }, redo:function(){ /// /// /// Restore the last action that was reverted /// }, refresh:function(){ /// /// /// Refresh the diagram at runtime /// }, remove:function(node){ /// /// /// Remove either the given node/connector or the selected element from diagram /// /// the node/connector to be removed from diagram /// }, removeLayers:function(layers){ /// /// /// Remove the collection of layers from the diagram layers. /// /// collection of layers to be removed from diagram layer. /// }, removeNodeToLayer:function(layerName, nodes){ /// /// /// Remove the collection of nodes from the specific layer. /// /// Specifies the layer name to the node will be removed. /// /// /// /// Remove the collection of nodes from the specific layer. /// /// collection of diagram elements name to be removed from specific layer. /// }, removePorts:function(name, ports){ /// /// /// Remove the collection of ports from the specified node. /// /// name of the node to which the ports have to be added /// /// /// /// Remove the collection of ports from the specified node. /// /// a collection of ports to be deleted from the specified node /// }, removeLabels:function(name, labels){ /// /// /// Add a collection of ports to the node specified by name /// /// name of the node to which the ports have to be added /// /// /// /// Add a collection of ports to the node specified by name /// /// a collection of labels to be deleted from the specified node /// }, removeSelection:function(node){ /// /// /// Remove a particular object from selection list /// /// the node/connector to be removed from selection list /// }, sameHeight:function(){ /// /// /// Scale the selected objects to the height of the first selected object /// }, sameSize:function(){ /// /// /// Scale the selected objects to the size of the first selected object /// }, sameWidth:function(){ /// /// /// Scale the selected objects to the width of the first selected object /// }, save:function(){ /// /// /// Returns the diagram as serialized JSON /// }, scrollToNode:function(node){ /// /// /// Bring the node into view /// /// the node/connector to be brought into view /// }, selectAll:function(){ /// /// /// Select all nodes and connector in diagram /// }, sendBackward:function(){ /// /// /// Visually move the selected object behind its closest intersected object /// }, sendToBack:function(){ /// /// /// Visually move the selected object behind all other intersected objects /// }, spaceAcross:function(){ /// /// /// Update the horizontal space between the selected objects as equal and within the selection boundary /// }, spaceDown:function(){ /// /// /// Update the vertical space between the selected objects as equal and within the selection boundary /// }, startLabelEdit:function(node, label){ /// /// /// Move the specified label to edit mode /// /// node/connector that contains the label to be edited /// /// /// /// Move the specified label to edit mode /// /// to be edited /// }, undo:function(){ /// /// /// Reverse the last action that was performed /// }, ungroup:function(){ /// /// /// Ungroup the selected group /// }, update:function(options){ /// /// /// Update diagram at runtime /// /// JSON to specify the diagram properties that have to be modified /// }, updateConnector:function(name, options){ /// /// /// Update Connectors at runtime /// /// name of the connector to be updated /// /// /// /// Update Connectors at runtime /// /// JSON to specify the connector properties that have to be updated /// }, updateLabel:function(nodeName, label, options){ /// /// /// Update the given label at runtime /// /// the name of node/connector which contains the label to be updated /// /// /// /// Update the given label at runtime /// /// the label to be modified /// /// /// /// Update the given label at runtime /// /// JSON to specify the label properties that have to be updated /// }, updateLayer:function(layerName, options){ /// /// /// Update the given layer at run time. /// /// the name of layer to be updated /// /// /// /// Update the given layer at run time. /// /// the layer object to be modified /// }, updateNode:function(name, options){ /// /// /// Update nodes at runtime /// /// name of the node that is to be updated /// /// /// /// Update nodes at runtime /// /// JSON to specify the properties of node that have to be updated /// }, updatePort:function(nodeName, port, options){ /// /// /// Update a port with its modified properties at runtime /// /// the name of node which contains the port to be updated /// /// /// /// Update a port with its modified properties at runtime /// /// the port to be updated /// /// /// /// Update a port with its modified properties at runtime /// /// JSON to specify the properties of the port that have to be updated /// }, updateSelectedObject:function(name){ /// /// /// Update the specified node as selected object /// /// name of the node to be updated as selected object /// }, updateSelection:function(showUserHandles){ /// /// /// Update the selection at runtime /// /// to specify whether to show the user handles or not /// }, updateUserHandles:function(node){ /// /// /// Update user handles with respect to the given node /// /// node/connector with respect to which, the user handles have to be updated /// }, updateViewPort:function(){ /// /// /// Update the diagram viewport at runtime /// }, upgrade:function(data){ /// /// /// Upgrade the diagram from old version /// /// to be upgraded /// }, zoomTo:function(Zoom){ /// /// /// Used to zoomIn/zoomOut diagram /// /// options to zoom the diagram(zoom factor, zoomIn/zoomOut) /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDiagram=function(){ this.data("ejDiagram",new ej.Diagram()); return this; }; intellisense.annotate(jQuery.fn,{ ejDiagram :function (options) { /// ///
///The diagram control provides 2D surface to visualize the data as shapes, lines, text and images. It can be configured to DOM element such as DIV.

///Defines the background color of diagram elements ///
backgroundColor-string default-transparent ///

///Defines the path of the background image of diagram elements ///
backgroundImage-string default- ///

///Defines how to align the background image over the diagram area. ///
alignment-ej.datavisualization.Diagram.ImageAlignment |string default-ej.datavisualization.Diagram.ImageAlignment.XMidYMid ///

///Sets the direction of line bridges. ///
bridgeDirection-ej.datavisualization.Diagram.BridgeDirection|string default-ej.datavisualization.Diagram.BridgeDirection.Top ///

///Defines a set of custom commands and binds them with a set of desired key gestures. ///
commandManager-CommandManager default- ///

///An object that maps a set of command names with the corresponding command objects ///
commands-any default-{} ///

///A method that defines whether the command is executable at the moment or not. ///
canExecute-Function default- ///

///A method that defines what to be executed when the key combination is recognized. ///
execute-Function default- ///

///Defines a combination of keys and key modifiers, on recognition of which the command will be executed ///
gesture-any default- ///

///Sets the key value, on recognition of which the command will be executed. ///
key-ej.datavisualization.Diagram.Keys|string default-ej.datavisualization.Diagram.Keys.None ///

///Sets a combination of key modifiers, on recognition of which the command will be executed. ///
keyModifiers-ej.datavisualization.Diagram.KeyModifiers|string default-ej.datavisualization.Diagram.KeyModifiers.None ///

///Defines any additional parameters that are required at runtime ///
parameter-any default-null ///

///A collection of JSON objects where each object represents a connector ///
connectors-Array<Connectors> default-[] ///

///To maintain additional information about connectors ///
addInfo-any default-null ///

///Defines the width of the line bridges ///
bridgeSpace-number default-10 ///

///Enables or disables the behaviors of connectors. ///
constraints-ej.datavisualization.Diagram.ConnectorConstraints|string default-ej.datavisualization.Diagram.ConnectorConstraints.Default ///

///Defines the radius of the rounded corner ///
cornerRadius-number default-0 ///

///This property allows you to customize connectors appearance using user-defined CSS. ///
cssClass-string default- ///

///Sets the horizontal alignment of the connector. Applicable, if the parent of the connector is a container. ///
horizontalAlign-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Left ///

///A collection of JSON objects where each object represents a label. ///
labels-Array<any> default-[] ///

///Defines how the label should be aligned with respect to the segment ///
alignment-ej.datavisualization.Diagram.Alignment|string default-ej.datavisualization.Diagram.Alignment.Center ///

///Enables/disables the bold style ///
bold-boolean default-false ///

///Sets the border color of the label ///
borderColor-string default-transparent ///

///Sets the border width of the label ///
borderWidth-number default-0 ///

///Defines whether the label should be aligned within the connector boundaries ///
boundaryConstraints-boolean default-true ///

///Enables or disables the default behaviors of the label. ///
constraints-ej.datavisualization.Diagram.LabelConstraints|string default-ej.datavisualization.Diagram.LabelConstraints.None ///

///Sets the fill color of the text area ///
fillColor-string default-transparent ///

///Sets the font color of the text ///
fontColor-string default-black ///

///Sets the font family of the text ///
fontFamily-string default-Arial ///

///Defines the font size of the text ///
fontSize-number default-12 ///

///Sets the height of the label(the maximum value of label height and the connector height will be considered as label height) ///
height-number default-0 ///

///Sets the horizontal alignment of the label. ///
horizontalAlignment-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///Sets the hyperlink for the labels in the connectors. ///
hyperlink-string default-none ///

///Enables/disables the italic style ///
italic-boolean default-false ///

///Gets whether the label is currently being edited or not. ///
mode-ej.datavisualization.Diagram.LabelEditMode|string default-ej.datavisualization.Diagram.LabelEditMode.Edit ///

///Sets the unique identifier of the label ///
name-string default- ///

///Sets the fraction/ratio(relative to connector) that defines the position of the label ///
offset-any default-ej.datavisualization.Diagram.Point(0.5, 0.5) ///

///Sets the fraction/ratio(relative to connector) that defines the position of the label ///
margin-any default-ej.datavisualization.Diagram.Point(0.5, 0.5) ///

///To set the margin of the label in right direction ///
right-number default-0 ///

///To set the margin of the label in left direction ///
left-number default-0 ///

///To set the margin of the label in top direction ///
top-number default-0 ///

///To set the margin of the label in bottom direction ///
bottom-number default-0 ///

///Sets the padding for connector label. ///
padding-any default-ej.datavisualization.Diagram.Point(0.5, 0.5) ///

///Sets the value which is used to drag the label within certain bounds. ///
dragLimit-any default-null ///

///To set the drag limit of the label in right direction ///
right-number default-10 ///

///To set the drag limit of the label in left direction ///
left-number default-10 ///

///To set the drag limit of the label in top direction ///
top-number default-10 ///

///To set the drag limit of the label in bottom direction ///
bottom-number default-10 ///

///Defines the transparency of labels ///
opacity-number default-1 ///

///Defines whether the label is editable or not ///
readOnly-boolean default-false ///

///Defines whether the label should be positioned whether relative to segments or connector boundaries ///
relativeMode-ej.datavisualization.Diagram.LabelRelativeMode|string default-ej.datavisualization.Diagram.LabelRelativeMode.SegmentPath ///

///Defines the angle to which the label needs to be rotated ///
rotateAngle-number default-0 ///

///Sets the position of the label with respect to the total segment length ///
segmentOffset-string default-0.5 ///

///Defines the label text ///
text-string default- ///

///Defines how to align the text inside the label. ///
textAlign-ej.datavisualization.Diagram.TextAlign|string default-ej.datavisualization.Diagram.TextAlign.Center ///

///Sets how to decorate the label text. ///
textDecoration-ej.datavisualization.Diagram.TextDecorations|string default-ej.datavisualization.Diagram.TextDecorations.None ///

///Sets the vertical alignment of the label. ///
verticalAlignment-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Center ///

///Enables or disables the visibility of the label ///
visible-boolean default-true ///

///Sets the width of the label(the maximum value of label width and the connector width will be considered as label width) ///
width-number default-50 ///

///Defines how the label text needs to be wrapped. ///
wrapping-ej.datavisualization.Diagram.TextWrapping|string default-ej.datavisualization.Diagram.TextWrapping.WrapWithOverflow ///

///Sets the stroke color of the connector ///
lineColor-string default-black ///

///Sets the pattern of dashes and gaps used to stroke the path of the connector ///
lineDashArray-string default- ///

///Defines the padding value to ease the interaction with connectors ///
lineHitPadding-number default-10 ///

///Sets the width of the line ///
lineWidth-number default-1 ///

///Defines the minimum space to be left between the bottom of parent bounds and the connector. Applicable, if the parent is a container. ///
marginBottom-number default-0 ///

///Defines the minimum space to be left between the left of parent bounds and the connector. Applicable, if the parent is a container. ///
marginLeft-number default-0 ///

///Defines the minimum space to be left between the right of parent bounds and the connector. Applicable, if the parent is a container. ///
marginRight-number default-0 ///

///Defines the minimum space to be left between the top of parent bounds and the connector. Applicable, if the parent is a container. ///
marginTop-number default-0 ///

///Sets a unique name for the connector ///
name-string default- ///

///Defines the transparency of the connector ///
opacity-number default-1 ///

///Defines the size and preview size of the node to add that to symbol palette. To explore palette item, refer Palette Item ///
paletteItem-any default-null ///

///Sets the parent name of the connector. ///
parent-string default- ///

///An array of JSON objects where each object represents a segment ///
segments-Array<any> default-[ { type:straight } ] ///

///Sets the direction of orthogonal segment ///
direction-string default- ///

///Describes the length of orthogonal segment ///
length-number default-undefined ///

///Describes the end point of bezier/straight segment ///
point-ej.datavisualization.Diagram.ConnectorsSourcePoint default-Diagram.Point() ///

///Defines the first control point of the bezier segment ///
point1-ej.datavisualization.Diagram.ConnectorsSourcePoint default-null ///

///Defines the second control point of bezier segment ///
point2-ej.datavisualization.Diagram.ConnectorsSourcePoint default-null ///

///Sets the type of the segment. ///
type-ej.datavisualization.Diagram.Segments|string default-ej.datavisualization.Diagram.Segments.Straight ///

///Describes the length and angle between the first control point and the start point of bezier segment ///
vector1-any default-null ///

///Describes the length and angle between the second control point and end point of bezier segment ///
vector2-any default-null ///

///Defines the role/meaning of the connector ///
shape-any default-null ///

///Sets the type of the connector ///
type-ej.datavisualization.Diagram.ConnectorShapes|string default-ej.datavisualization.Diagram.ConnectorShapes.BPMN ///

///Sets the type of the flow in a BPMN Process ///
flow-ej.datavisualization.Diagram.BPMNFlows|string default-ej.datavisualization.Diagram.BPMNFlows.Sequence ///

///Sets the type of the Association in a BPMN Process ///
association-ej.datavisualization.Diagram.AssociationFlows|string default-ej.datavisualization.Diagram.AssociationFlows.Default ///

///Sets the type of the message flow. Applicable, if the connector is of type "BPMN" ///
message-ej.datavisualization.Diagram.BPMNMessageFlows|string default-ej.datavisualization.Diagram.BPMNMessageFlows.Default ///

///Sets the type of BPMN sequence flow ///
sequence-ej.datavisualization.Diagram.BPMNSequenceFlows|string default-ej.datavisualization.Diagram.BPMNSequenceFlows.Normal ///

///Defines the role of the connector in a UML Class Diagram. Applicable, if the type of the connector is "classifier". ///
relationship-ej.datavisualization.Diagram.ClassifierShapes|string default-ej.datavisualization.Diagram.ClassifierShapes.Association ///

///Defines the multiplicity option of the connector ///
multiplicity-any default-null ///

///Sets the type of the multiplicity. Applicable, if the connector is of type "classifier" ///
type-ej.datavisualization.Diagram.Multiplicity|string default-ej.datavisualization.Diagram.Multiplicity.OneToOne ///

///Defines the source label to connector. Applicable, if the connector is of type "UML" ///
source-any default- ///

///Defines the source label to connector. Applicable, if the connector is of type "UML" ///
optional-boolean default-true ///

///Defines the source label to connector. Applicable, if the connector is of type "UML" ///
lowerBounds-number default-null ///

///Defines the source label to connector. Applicable, if the connector is of type "UML" ///
upperBounds-number default-null ///

///Defines the target label to connector. Applicable, if the connector is of type "UML" ///
target-ej.datavisualization.Diagram.ConnectorsShapeMultiplicitySource default-true ///

///Defines the shape of UMLActivity to connector. Applicable, if the connector is of type UMLActivity ///
ActivityFlow-ej.datavisualization.Diagram.UMLActivityFlow|string default-ej.datavisualization.Diagram.UMLActivityFlow.Control ///

///Defines the source decorator of the connector ///
sourceDecorator-any default-{ shape:arrow, width: 8, height:8, borderColor:black, fillColor:black } ///

///Sets the border color of the source decorator ///
borderColor-string default-black ///

///Sets the border width of the decorator ///
borderWidth-number default-1 ///

///This property allows you to customize sourceDecorator appearance using user-defined CSS. ///
cssClass-string default- ///

///Sets the fill color of the source decorator ///
fillColor-string default-black ///

///Sets the height of the source decorator ///
height-number default-8 ///

///Defines the custom shape of the source decorator ///
pathData-string default- ///

///Defines the shape of the source decorator. ///
shape-ej.datavisualization.Diagram.DecoratorShapes|string default-ej.datavisualization.Diagram.DecoratorShapes.Arrow ///

///Defines the width of the source decorator ///
width-number default-8 ///

///Sets the source node of the connector ///
sourceNode-string default- ///

///Defines the space to be left between the source node and the source point of a connector ///
sourcePadding-number default-0 ///

///Describes the start point of the connector ///
sourcePoint-any default-ej.datavisualization.Diagram.Point() ///

///Defines the x-coordinate of a position ///
x-number default-0 ///

///Defines the y-coordinate of a position ///
y-number default-0 ///

///Sets the source port of the connector ///
sourcePort-string default- ///

///Defines the target decorator of the connector ///
targetDecorator-any default-{ shape:arrow, width: 8, height:8, borderColor:black, fillColor:black } ///

///Sets the border color of the decorator ///
borderColor-string default-black ///

///This property allows you to customize targetDecorator appearance using user-defined CSS. ///
cssClass-string default- ///

///Sets the color with which the decorator will be filled ///
fillColor-string default-black ///

///Defines the height of the target decorator ///
height-number default-8 ///

///Defines the custom shape of the target decorator ///
pathData-string default- ///

///Defines the shape of the target decorator. ///
shape-ej.datavisualization.Diagram.DecoratorShapes|string default-ej.datavisualization.Diagram.DecoratorShapes.Arrow ///

///Defines the width of the target decorator ///
width-number default-8 ///

///Sets the target node of the connector ///
targetNode-string default- ///

///Defines the space to be left between the target node and the target point of the connector ///
targetPadding-number default-0 ///

///Describes the end point of the connector ///
targetPoint-ej.datavisualization.Diagram.ConnectorsSourcePoint default-ej.datavisualization.Diagram.Point() ///

///Sets the targetPort of the connector ///
targetPort-string default- ///

///Defines the tooltip that should be shown when the mouse hovers over connector. For tooltip properties, refer Tooltip ///
tooltip-any default-null ///

///To set the vertical alignment of connector (Applicable,if the parent is group). ///
verticalAlign-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Top ///

///Enables or disables the visibility of connector ///
visible-boolean default-true ///

///Sets the z-index of the connector ///
zOrder-number default-0 ///

///Binds the custom JSON data with connector properties ///
connectorTemplate-any default-null ///

///Enables/Disables the default behaviors of the diagram. ///
constraints-ej.datavisualization.Diagram.DiagramConstraints|string default-ej.datavisualization.Diagram.DiagramConstraints.All ///

///An object to customize the context menu of diagram ///
contextMenu-ContextMenu default- ///

///Defines the collection of context menu items ///
items-Array<any> default-[] ///

///Defines the text for the collection of context menu item ///
text-string default-null ///

///Defines the name for the collection of context menu items ///
name-string default-null ///

///Defines the image url for the collection of context menu items ///
imageUrl-string default-null ///

///Defines the CssClass for the collection of context menu items ///
cssClass-string default-null ///

///Defines the collection of sub items for the context menu items ///
subItems-Array<any> default-[] ///

///To set whether to display the default context menu items or not ///
showCustomMenuItemsOnly-boolean default-false ///

///Configures the data source that is to be bound with diagram ///
dataSourceSettings-DataSourceSettings default- ///

///Defines the data source either as a collection of objects or as an instance of ej.DataManager ///
dataSource-any default-null ///

///Sets the unique id of the data source items ///
id-string default- ///

///Defines the parent id of the data source item ///
parent-string default-'' ///

///Describes query to retrieve a set of data from the specified datasource ///
query-string default-null ///

///Sets the unique id of the root data source item ///
root-string default- ///

///Describes the name of the table on which the specified query has to be executed ///
tableName-string default-null ///

///Specifies the method name which is used to get the updated data from client side to the server side ///
crudAction-any default-null ///

///Specifies the create method which is used to get the nodes to be added from client side to the server side ///
create-string default-null ///

///Specifies the update method which is used to get the updated data from client side to the server side ///
update-string default-null ///

///Specifies the destroy method which is used to get the deleted items data from client side to the server side ///
destroy-string default-null ///

///Specifies the read method to get the created nodes from client side to the server side ///
read-string default-null ///

///Specifies the custom fields to get the updated data from client side to the server side ///
customFields-Array<any> default-[] ///

///Defines the data source either as a collection of objects or as an instance of ej.DataManager ///
connectionDataSource-any default-null ///

///Sets the datasource for the connection datasource settings items. ///
dataSource-string default-null ///

///Sets the unique id of the connection data source item ///
id-string default-null ///

///Sets the source node of the connection data source item ///
sourceNode-string default-null ///

///Sets the target node of the connection data source item ///
targetNode-string default-null ///

///Sets the sourcePointX value of the connection data source item ///
sourcePointX-string default-null ///

///Sets the sourcePointY value of the connection data source item ///
sourcePointY-string default-null ///

///Sets the targetPoint-x value of the connection data source item ///
targetPointX-string default-null ///

///Sets the targetPoint-y value of the connection data source item ///
targetPointY-string default-null ///

///Specifies the method name which is used to get updated connectors from client side to the server side ///
crudAction-any default-null ///

///Specifies the create method which is used to get the connectors to be added from client side to the server side ///
create-string default-null ///

///Specifies the update method which is used to get the updated connectors from client side to the server side ///
update-string default-null ///

///Specifies the destroy method which is used to get the deleted items data from client side to the server side ///
destroy-string default-null ///

///Specifies the read method which is used to get the data from client side to the server side ///
read-string default-null ///

///Specifies the custom fields to get the updated data from client side to the server side ///
customFields-Array<any> default-[] ///

///Initializes the default values for nodes and connectors ///
defaultSettings-DefaultSettings default-{} ///

///Initializes the default connector properties ///
connector-any default-null ///

///Initializes the default properties of groups ///
group-any default-null ///

///Initializes the default properties for nodes ///
node-any default-null ///

///Sets the type of JSON object to be drawn through drawing tool ///
drawType-any default-{} ///

///Enables or disables auto scroll in diagram ///
enableAutoScroll-boolean default-true ///

///Enables or disables diagram context menu ///
enableContextMenu-boolean default-true ///

///Specifies the height of the diagram ///
height-string default-null ///

///Customizes the undo redo functionality ///
historyManager-HistoryManager default- ///

///A method that takes a history entry as argument and returns whether the specific entry can be popped or not ///
canPop-Function default- ///

///A method that ends grouping the changes ///
closeGroupAction-Function default- ///

///A method that removes the history of a recent change made in diagram ///
pop-Function default- ///

///A method that allows to track the custom changes made in diagram ///
push-Function default- ///

///Defines what should be happened while trying to restore a custom change ///
redo-Function default-null ///

///The redoStack property is used to get the number of redo actions to be stored on the history manager. Its an read-only property and the collection should not be modified. ///
redoStack-Array<any> default-[] ///

///The stackLimit property used to restrict the undo and redo actions to a certain limit. ///
stackLimit-number default-null ///

///A method that starts to group the changes to revert/restore them in a single undo or redo ///
startGroupAction-Function default- ///

///Defines what should be happened while trying to revert a custom change ///
undo-Function default- ///

///The undoStack property is used to get the number of undo actions to be stored on the history manager. Its an read-only property and the collection should not be modified. ///
undoStack-Array<any> default-[] ///

///Defines the type of the rendering mode of label. ///
labelRenderingMode-ej.datavisualization.Diagram.LabelRenderingMode|string default-HTML ///

///Automatically arranges the nodes and connectors in a predefined manner. ///
layout-Layout default- ///

///Specifies the custom bounds to arrange/align the layout ///
bounds-any default-ej.datavisualization.Diagram.Rectangle() ///

///Defines the fixed node with reference to which, the layout will be arranged and fixed node will not be repositioned ///
fixedNode-string default- ///

///Customizes the orientation of trees/sub trees. For orientations, see Chart Orientations. For chart types, see Chart Types ///
getLayoutInfo-any default-null ///

///Defines a method to customize the segments based on source and target nodes. ///
getConnectorSegments-any default-null ///

///Sets the space to be horizontally left between nodes ///
horizontalSpacing-number default-30 ///

///Defines the space to be left between layout bounds and layout. ///
margin-any default-ej.datavisualization.Diagram.Margin() ///

///Defines how to horizontally align the layout within the layout bounds ///
horizontalAlignment-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///Defines how to vertically align the layout within the layout bounds ///
verticalAlignment-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Center ///

///Sets the orientation/direction to arrange the diagram elements. ///
orientation-ej.datavisualization.Diagram.LayoutOrientations|string default-ej.datavisualization.Diagram.LayoutOrientations.TopToBottom ///

///Sets the type of the layout based on which the elements will be arranged. ///
type-ej.datavisualization.Diagram.LayoutTypes|string default-ej.datavisualization.Diagram.LayoutTypes.None ///

///Sets the space to be vertically left between nodes ///
verticalSpacing-number default-30 ///

///Sets the value is used to define the root node of the layout. ///
root-string default-30 ///

///Defines how long edges should be, ideally. This will be the resting length for the springs. ///
springLength-number default-100 ///

///Defines how long edges should be, ideally. This will be the resting length for the springs. ///
springFactor-number default-0.442 ///

///Defines how long edges should be, ideally. This will be the resting length for the springs. ///
maxIteration-number default-1000 ///

///Enable or disable connector's segment overlapping with each other when executing the layout with multiple parents. ///
avoidSegmentOverlapping-boolean default-false ///

///Defines the current culture of diagram ///
locale-string default-en-US ///

///Array of JSON objects where each object represents a node ///
nodes-Array<Nodes> default-[] ///

///Defines the type of BPMN Activity. Applicable, if the node is a BPMN activity. ///
activity-ej.datavisualization.Diagram.BPMNActivity|string default-ej.datavisualization.Diagram.BPMNActivity.Task ///

///To maintain additional information about nodes ///
addInfo-any default-{} ///

///Defines the additional information of a process. It is not directly related to the message flows or sequence flows of the process. ///
annotation-any default-ej.datavisualization.Diagram.BPMNTextAnnotation() ///

///Sets the angle between the BPMN shape and the annotation ///
angle-number default-0 ///

///Sets the direction of the text annotation ///
direction-ej.datavisualization.Diagram.BPMNAnnotationDirection|string default-ej.datavisualization.Diagram.BPMNAnnotationDirections.Left ///

///Sets the height of the text annotation ///
height-number default-20 ///

///Sets the distance between the BPMN shape and the annotation ///
length-number default-0 ///

///Defines the additional information about the flow object in a BPMN Process ///
text-string default- ///

///Sets the width of the text annotation ///
width-number default-20 ///

///Sets the border color of node ///
borderColor-string default-black ///

///Sets the pattern of dashes and gaps to stroke the border ///
borderDashArray-string default- ///

///Sets the border width of the node ///
borderWidth-number default-1 ///

///Defines whether the group can be ungrouped or not ///
canUngroup-boolean default-true ///

///Array of JSON objects where each object represents a child node/connector ///
children-Array<any> default-[] ///

///Sets the type of UML classifier. Applicable, if the node is a UML Class Diagram shape. ///
classifier-ej.datavisualization.Diagram.ClassifierShapes|string default-ej.datavisualization.Diagram.ClassifierShapes.Class ///

///Defines the name, attributes and methods of a Class. Applicable, if the node is a Class. ///
class-any default-null ///

///Sets the name of class. ///
name-string default- ///

///Defines the collection of attributes ///
attributes-Array<any> default-[] ///

///Sets the name of the attribute ///
name-string default- ///

///Sets the data type of attribute ///
type-string default- ///

///Defines the visibility of the attribute ///
scope-string default-ej.datavisualization.Diagram.ScopeValueDefaults.Public ///

///Defines the collection of methods of a Class. ///
methods-Array<any> default-[] ///

///Sets the visibility of the method. ///
scope-string default-ej.datavisualization.Diagram.ScopeValueDefaults.Public ///

///Defines the state of the node is collapsed. ///
collapseIcon-any default- ///

///Sets the border color for collapse icon of node ///
borderColor-string default-black ///

///Sets the border width for collapse icon of node ///
borderWidth-number default-1 ///

///Sets the fill color for collapse icon of node ///
fillColor-string default-white ///

///Defines the height for collapse icon of node ///
height-number default-15 ///

///Sets the horizontal alignment of the icon. ///
horizontalAlignment-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///To set the margin for the collapse icon of node ///
margin-any default-ej.datavisualization.Diagram.Margin() ///

///Sets the fraction/ratio(relative to node) that defines the position of the icon ///
offset-any default-ej.datavisualization.Diagram.Point(0.5, 1) ///

///Defines the shape of the collapsed state of the node. ///
shape-ej.datavisualization.Diagram.IconShapes|string default-ej.datavisualization.Diagram.IconShapes.None ///

///Sets the vertical alignment of the icon. ///
verticalAlignment-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Center ///

///Defines the distance to be left between a node and its connections(In coming and out going connections). ///
connectorPadding-number default-0 ///

///Enables or disables the default behaviors of the node. ///
constraints-ej.datavisualization.Diagram.NodeConstraints|string default-ej.datavisualization.Diagram.NodeConstraints.Default ///

///Defines how the child objects need to be arranged(Either in any predefined manner or automatically). Applicable, if the node is a group. ///
container-any default-null ///

///Defines the orientation of the container. Applicable, if the group is a container. ///
orientation-string default-vertical ///

///Sets the type of the container. Applicable if the group is a container. ///
type-ej.datavisualization.Diagram.ContainerType|string default-ej.datavisualization.Diagram.ContainerType.Canvas ///

///Defines the corner radius of rectangular shapes. ///
cornerRadius-number default-0 ///

///This property allows you to customize nodes appearance using user-defined CSS. ///
cssClass-string default- ///

///Defines the BPMN data object ///
data-any default- ///

///Sets the type of the BPMN Data object ///
type-ej.datavisualization.Diagram.BPMNDataObjects|string default-ej.datavisualization.Diagram.BPMNDataObjects.None ///

///Defines whether the BPMN data object is a collection or not ///
collection-boolean default-false ///

///Defines an Enumeration in a UML Class Diagram ///
enumeration-any default-null ///

///Sets the name of the Enumeration ///
name-string default- ///

///Defines the collection of enumeration members ///
members-Array<any> default-[] ///

///Sets the name of the enumeration member ///
name-string default- ///

///Sets the type of the BPMN Events. Applicable, if the node is a BPMN event. ///
event-ej.datavisualization.Diagram.BPMNEvents|string default-ej.datavisualization.Diagram.BPMNEvents.Start ///

///Defines whether the node can be automatically arranged using layout or not ///
excludeFromLayout-boolean default-false ///

///Defines the state of the node is expanded or collapsed. ///
expandIcon-any default- ///

///Sets the border color for expand icon of node ///
borderColor-string default-black ///

///Sets the border width for expand icon of node ///
borderWidth-number default-1 ///

///Sets the fill color for expand icon of node ///
fillColor-string default-white ///

///Defines the height for expand icon of node ///
height-number default-15 ///

///Sets the horizontal alignment of the icon. ///
horizontalAlignment-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///To set the margin for the expand icon of node ///
margin-any default-ej.datavisualization.Diagram.Margin() ///

///Sets the fraction/ratio(relative to node) that defines the position of the icon ///
offset-any default-ej.datavisualization.Diagram.Point(0.5, 1) ///

///Defines the shape of the expanded state of the node. ///
shape-ej.datavisualization.Diagram.IconShapes|string default-ej.datavisualization.Diagram.IconShapes.None ///

///Sets the vertical alignment of the icon. ///
verticalAlignment-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Center ///

///Defines the fill color of the node ///
fillColor-string default-white ///

///Sets the type of the BPMN Gateway. Applicable, if the node is a BPMN gateway. ///
gateway-ej.datavisualization.Diagram.BPMNGateways|string default-ej.datavisualization.Diagram.BPMNGateways.None ///

///Paints the node with a smooth transition from one color to another color ///
gradient-any default- ///

///Paints the node with linear color transitions ///
LinearGradient-any default- ///

///Defines the different colors and the region of color transitions ///
stops-Array<any> default-[] ///

///Defines the type of gradient ///
type-string default-linear ///

///Defines the left most position(relative to node) of the rectangular region that needs to be painted ///
x1-number default-0 ///

///Defines the right most position(relative to node) of the rectangular region that needs to be painted ///
x2-number default-0 ///

///Defines the top most position(relative to node) of the rectangular region that needs to be painted ///
y1-number default-0 ///

///Defines the bottom most position(relative to node) of the rectangular region that needs to be painted ///
y2-number default-0 ///

///Paints the node with radial color transitions. A focal point defines the beginning of the gradient, and a circle defines the end point of the gradient. ///
RadialGradient-any default- ///

///Defines the type of gradient ///
type-string default-radial ///

///Defines the position of the outermost circle ///
cx-number default-0 ///

///Defines the outer most circle of the radial gradient ///
cy-number default-0 ///

///Defines the innermost circle of the radial gradient ///
fx-number default-0 ///

///Defines the innermost circle of the radial gradient ///
fy-number default-0 ///

///Defines the different colors and the region of color transitions. ///
stops-Array<any> default-[] ///

///Defines the color and a position where the previous color transition ends and a new color transition starts ///
Stop-any default- ///

///Sets the color to be filled over the specified region ///
color-string default- ///

///Sets the position where the previous color transition ends and a new color transition starts ///
offset-number default-0 ///

///Describes the transparency level of the region ///
opacity-number default-1 ///

///defines the node border with a smooth transition from one color to another color. ///
borderGradient-any default-null ///

///Defines the header of a swimlane/lane ///
header-any default-{ text: Title, fontSize: 11 } ///

///Defines the height of the node ///
height-number default-0 ///

///Sets the horizontal alignment of the node. Applicable, if the parent of the node is a container. ///
horizontalAlign-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Left ///

///A read only collection of the incoming connectors/edges of the node ///
inEdges-Array<any> default-[] ///

///Defines an interface in a UML Class Diagram ///
interface-any default-null ///

///Sets the name of the interface ///
name-string default- ///

///Defines a collection of attributes of the interface ///
attributes-Array<any> default-[] ///

///Sets the name of the attribute ///
name-string default- ///

///Sets the type of the attribute ///
type-string default- ///

///Sets the visibility of the attribute ///
scope-string default- ///

///Defines the collection of public methods of an interface ///
methods-Array<any> default-[] ///

///Sets the visibility of the method ///
scope-string default- ///

///Defines whether the sub tree of the node is expanded or collapsed ///
isExpanded-boolean default-true ///

///Sets the node as a swimlane ///
isSwimlane-boolean default-false ///

///A collection of objects where each object represents a label ///
labels-Array<any> default-[] ///

///Enables/disables the bold style ///
bold-boolean default-false ///

///Sets the border color of the label ///
borderColor-string default-transparent ///

///Sets the border width of the label ///
borderWidth-number default-0 ///

///This property allows you to customize labels appearance using user-defined CSS. ///
cssClass-string default- ///

///Enables or disables the default behaviors of the label. ///
constraints-ej.datavisualization.Diagram.LabelConstraints|string default-ej.datavisualization.Diagram.LabelConstraints.None ///

///Sets the fill color of the text area ///
fillColor-string default-transparent ///

///Sets the font color of the text ///
fontColor-string default-black ///

///Sets the font family of the text ///
fontFamily-string default-Arial ///

///Defines the font size of the text ///
fontSize-number default-12 ///

///Sets the height of the label(the maximum value of label height and the node height will be considered as label height) ///
height-number default-0 ///

///Sets the horizontal alignment of the label. ///
horizontalAlignment-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///Enables/disables the italic style ///
italic-boolean default-false ///

///To set the margin of the label ///
margin-any default-ej.datavisualization.Diagram.Margin() ///

///Gets whether the label is currently being edited or not. ///
mode-ej.datavisualization.Diagram.LabelEditMode|string default-ej.datavisualization.Diagram.LabelEditMode.Edit ///

///Sets the unique identifier of the label ///
name-string default- ///

///Sets the fraction/ratio(relative to node) that defines the position of the label ///
offset-any default-ej.datavisualization.Diagram.Point(0.5, 0.5) ///

///Defines the transparency of the labels ///
opacity-number default-1 ///

///Sets the overflowType of the labels ///
overflowType-ej.datavisualization.Diagram.OverflowType|string default-ej.datavisualization.Diagram.OverflowType.Ellipsis ///

///To set the padding of the node label ///
padding-any default-ej.datavisualization.Diagram.Padding() ///

///Defines whether the label is editable or not ///
readOnly-boolean default-false ///

///Defines the angle to which the label needs to be rotated ///
rotateAngle-number default-0 ///

///Sets the id of svg/html templates. Applicable, if the node's label is HTML or native. ///
templateId-string default- ///

///Defines the label text ///
text-string default- ///

///Defines how to align the text inside the label. ///
textAlign-ej.datavisualization.Diagram.TextAlign|string default-ej.datavisualization.Diagram.TextAlign.Center ///

///Sets how to decorate the label text. ///
textDecoration-ej.datavisualization.Diagram.TextDecorations|string default-ej.datavisualization.Diagram.TextDecorations.None ///

///Defines the overflowed content is displayed or not. ///
textOverflow-boolean default-false ///

///Sets the vertical alignment of the label. ///
verticalAlignment-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Center ///

///Enables or disables the visibility of the label ///
visible-boolean default-true ///

///Sets the width of the label(the maximum value of label width and the node width will be considered as label width) ///
width-number default-50 ///

///Defines how the label text needs to be wrapped. ///
wrapping-ej.datavisualization.Diagram.TextWrapping|string default-ej.datavisualization.Diagram.TextWrapping.WrapWithOverflow ///

///An array of objects where each object represents a lane. Applicable, if the node is a swimlane. ///
lanes-Array<any> default-[] ///

///This property allows you to customize lanes appearance using user-defined CSS. ///
cssClass-string default- ///

///Defines the width of lane ///
width-number default-0 ///

///Defines the height of lane ///
height-number default-0 ///

///Defines the z-index of the lane ///
zorder-number default-0 ///

///Allows to maintain additional information about lane ///
addInfo-any default-{} ///

///An array of objects where each object represents a child node of the lane ///
children-Array<any> default-[] ///

///Defines the fill color of the lane ///
fillColor-string default-white ///

///Defines the header of the lane ///
header-any default-{ text: Function, fontSize: 11 } ///

///Defines the object as a lane ///
isLane-boolean default-false ///

///Sets the unique identifier of the lane ///
name-string default- ///

///Sets the orientation of the lane. ///
orientation-string default-vertical ///

///Defines the minimum space to be left between the bottom of parent bounds and the node. Applicable, if the parent is a container. ///
marginBottom-number default-0 ///

///Defines the minimum space to be left between the left of parent bounds and the node. Applicable, if the parent is a container. ///
marginLeft-number default-0 ///

///Defines the minimum space to be left between the right of the parent bounds and the node. Applicable, if the parent is a container. ///
marginRight-number default-0 ///

///Defines the minimum space to be left between the top of parent bounds and the node. Applicable, if the parent is a container. ///
marginTop-number default-0 ///

///Defines the maximum height limit of the node ///
maxHeight-number default-0 ///

///Defines the maximum width limit of the node ///
maxWidth-number default-0 ///

///Defines the minimum height limit of the node ///
minHeight-number default-0 ///

///Defines the minimum width limit of the node ///
minWidth-number default-0 ///

///Sets the unique identifier of the node ///
name-string default- ///

///Defines the position of the node on X-Axis ///
offsetX-number default-0 ///

///Defines the position of the node on Y-Axis ///
offsetY-number default-0 ///

///Defines the opaque of the node ///
opacity-number default-1 ///

///Defines the orientation of nodes. Applicable, if the node is a swimlane. ///
orientation-string default-vertical ///

///A read only collection of outgoing connectors/edges of the node ///
outEdges-Array<any> default-[] ///

///Defines the minimum padding value to be left between the bottom most position of a group and its children. Applicable, if the group is a container. ///
paddingBottom-number default-0 ///

///Defines the minimum padding value to be left between the left most position of a group and its children. Applicable, if the group is a container. ///
paddingLeft-number default-0 ///

///Defines the minimum padding value to be left between the right most position of a group and its children. Applicable, if the group is a container. ///
paddingRight-number default-0 ///

///Defines the minimum padding value to be left between the top most position of a group and its children. Applicable, if the group is a container. ///
paddingTop-number default-0 ///

///Defines the size and preview size of the node to add that to symbol palette ///
paletteItem-any default-null ///

///Defines whether the symbol should be drawn at its actual size regardless of precedence factors or not ///
enableScale-boolean default-true ///

///Defines the height of the symbol ///
height-number default-0 ///

///To display a name for nodes in the symbol palette ///
label-string default-null ///

///Defines the margin of the symbol item ///
margin-any default-{ left: 4, right: 4, top: 4, bottom: 4 } ///

///Defines the preview height of the symbol ///
previewHeight-number default-undefined ///

///Defines the preview width of the symbol ///
previewWidth-number default-undefined ///

///Defines the width of the symbol ///
width-number default-0 ///

///Sets the name of the parent group ///
parent-string default- ///

///Sets the path geometry that defines the shape of a path node ///
pathData-string default- ///

///An array of objects, where each object represents a smaller region(phase) of a swimlane. ///
phases-Array<any> default-[] ///

///Defines the header of the smaller regions ///
label-any default-null ///

///Defines the line color of the splitter that splits adjacent phases. ///
lineColor-string default-#606060 ///

///Sets the dash array that used to stroke the phase splitter ///
lineDashArray-string default-3,3 ///

///Sets the lineWidth of the phase ///
lineWidth-number default-1 ///

///Sets the unique identifier of the phase ///
name-string default- ///

///Sets the length of the smaller region(phase) of a swimlane ///
offset-number default-100 ///

///Sets the orientation of the phase ///
orientation-string default-horizontal ///

///Sets the type of the object as phase ///
type-string default-phase ///

///Sets the height of the phase headers ///
phaseSize-number default-0 ///

///Sets the ratio/ fractional value relative to node, based on which the node will be transformed(positioning, scaling and rotation) ///
pivot-any default-ej.datavisualization.Diagram.Points(0.5,0.5) ///

///Defines a collection of points to draw a polygon. Applicable, if the shape is a polygon. ///
points-Array<any> default-[] ///

///An array of objects where each object represents a port ///
ports-Array<any> default-[] ///

///Sets the border color of the port ///
borderColor-string default-#1a1a1a ///

///Sets the stroke width of the port ///
borderWidth-number default-1 ///

///Defines the space to be left between the port bounds and its incoming and outgoing connections. ///
connectorPadding-number default-0 ///

///Defines whether connections can be created with the port ///
constraints-ej.datavisualization.Diagram.PortConstraints|string default-ej.datavisualization.Diagram.PortConstraints.Connect ///

///This property allows you to customize ports appearance using user-defined CSS. ///
cssClass-string default- ///

///Sets the fill color of the port ///
fillColor-string default-white ///

///Sets the unique identifier of the port ///
name-string default- ///

///Defines the position of the port as fraction/ ratio relative to node ///
offset-any default-ej.datavisualization.Diagram.Point(0, 0) ///

///Defines the path data to draw the port. Applicable, if the port shape is path. ///
pathData-string default- ///

///Defines the shape of the port. ///
shape-ej.datavisualization.Diagram.PortShapes|string default-ej.datavisualization.Diagram.PortShapes.Square ///

///Defines the size of the port ///
size-number default-8 ///

///Defines when the port should be visible. ///
visibility-ej.datavisualization.Diagram.PortVisibility|string default-ej.datavisualization.Diagram.PortVisibility.Default ///

///Sets the name of the node which contains this port. ///
parent-string default- ///

///Sets the angle to which the node should be rotated ///
rotateAngle-number default-0 ///

///Defines the opacity and the position of shadow ///
shadow-any default-ej.datavisualization.Diagram.Shadow() ///

///Defines the angle of the shadow relative to node ///
angle-number default-45 ///

///Sets the distance to move the shadow relative to node ///
distance-number default-5 ///

///Defines the opaque of the shadow ///
opacity-number default-0.7 ///

///Sets the shape of the node. It depends upon the type of node. ///
shape-ej.datavisualization.Diagram.BasicShapes | ej.datavisualization.Diagram.FlowShapes | ej.datavisualization.Diagram.BPMNShapes | ej.datavisualization.Diagram.UMLActivityShapes|string default-ej.datavisualization.Diagram.BasicShapes.Rectangle ///

///Sets the source path of the image. Applicable, if the type of the node is image. ///
source-string default- ///

///Defines the sub process of a BPMN Activity. Applicable, if the type of the BPMN activity is sub process. ///
subProcess-any default-ej.datavisualization.Diagram.BPMNSubProcess() ///

///Defines whether the BPMN sub process is without any prescribed order or not ///
adhoc-boolean default-false ///

///Sets the boundary of the BPMN process ///
boundary-ej.datavisualization.Diagram.BPMNBoundary|string default-ej.datavisualization.Diagram.BPMNBoundary.Default ///

///Sets whether the BPMN subprocess is triggered as a compensation of a specific activity ///
compensation-boolean default-false ///

///Sets whether the BPMN subprocess is triggered as a collapsed of a specific activity ///
collapsed-boolean default-true ///

///Sets the type of the event by which the sub-process will be triggered ///
event-ej.datavisualization.Diagram.BPMNEvents|string default-ej.datavisualization.Diagram.BPMNEvents.Start ///

///Defines the collection of events that need to be appended with BPMN Sub-Process ///
events-Array<any> default- ///

///Sets the type of the event by which the sub-process will be triggered ///
event-ej.datavisualization.Diagram.BPMNEvents|string default-ej.datavisualization.Diagram.BPMNEvents.Start ///

///Sets the fraction/ratio(relative to parent) that defines the position of the event shape ///
offset-any default-ej.datavisualization.Diagram.Point(0.5, 0.5) ///

///Sets the name of the BPMN event shape. ///
name-string default- ///

///Defines the type of the event trigger ///
trigger-ej.datavisualization.Diagram.BPMNTriggers|string default-ej.datavisualization.Diagram.BPMNTriggers.Message ///

///An array of objects where each object represents a port ///
ports-Array<any> default-[] ///

///A collection of objects where each object represents a label ///
labels-Array<any> default-[] ///

///Defines the loop type of a sub process. ///
loop-ej.datavisualization.Diagram.BPMNLoops|string default-ej.datavisualization.Diagram.BPMNLoops.None ///

///Defines the children for BPMN's SubProcess ///
Processes-Array<any> default-[] ///

///Defines the type of the event trigger ///
trigger-ej.datavisualization.Diagram.BPMNTriggers|string default-ej.datavisualization.Diagram.BPMNTriggers.Message ///

///Defines the type of a sub process ///
type-ej.datavisualization.Diagram.BPMNSubProcessTypes|string default-ej.datavisualization.Diagram.BPMNSubProcessTypes.None ///

///Defines the task of the BPMN activity. Applicable, if the type of activity is set as task. ///
task-any default-ej.datavisualization.Diagram.BPMNTask() ///

///To set whether the task is a global task or not ///
call-boolean default-false ///

///Sets whether the task is triggered as a compensation of another specific activity ///
compensation-boolean default-false ///

///Sets the loop type of a BPMN task. ///
loop-ej.datavisualization.Diagram.BPMNLoops|string default-ej.datavisualization.Diagram.BPMNLoops.None ///

///Sets the type of the BPMN task. ///
type-ej.datavisualization.Diagram.BPMNTasks|string default-ej.datavisualization.Diagram.BPMNTasks.None ///

///Defines the collection of events that need to be appended with BPMN tasks ///
events-Array<any> default- ///

///Sets the id of svg/html templates. Applicable, if the node is HTML or native. ///
templateId-string default- ///

///Defines the textBlock of a text node ///
textBlock-any default-null ///

///Defines the tooltip that should be shown when the mouse hovers over node. For tooltip properties, refer Tooltip ///
tooltip-any default-null ///

///Sets the type of BPMN Event Triggers. ///
trigger-ej.datavisualization.Diagram.BPMNTriggers|string default-ej.datavisualization.Diagram.BPMNTriggers.None ///

///Defines the type of the node. ///
type-ej.datavisualization.Diagram.Shapes|string default-ej.datavisualization.Diagram.Shapes.Basic ///

///Sets the vertical alignment of a node. Applicable, if the parent of a node is a container. ///
verticalAlign-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Top ///

///Defines the visibility of the node ///
visible-boolean default-true ///

///Defines the width of the node ///
width-number default-0 ///

///Defines the z-index of the node ///
zOrder-number default-0 ///

///A collection of JSON objects where each object represents a layer. Layer is a named category of diagram shapes. ///
layers-Array<Layers> default-[] ///

///To specify the name of the diagram layer. Layer name should be unique. ///
name-string default- ///

///Enable or disable diagram objects to be added to the specific layer. ///
active-boolean default-false ///

///Enable or disable the specific layer objects to be visible. ///
visible-boolean default-true ///

///Enable or disable the specific layer objects to be visible on printing or exporting. ///
print-boolean default-true ///

///Enable or disable the interaction of the specific diagram objects. ///
lock-boolean default-false ///

///To Specify the collection of the object names belongs to the layer. ///
objects-Array<any> default-[] ///

///Binds the custom JSON data with node properties ///
nodeTemplate-any default-null ///

///Defines the size and appearance of diagram page ///
pageSettings-PageSettings default- ///

///Defines the maximum distance to be left between the object and the scroll bar to trigger auto scrolling ///
autoScrollBorder-any default-{ left: 15, top: 15, right: 15, bottom: 15 } ///

///Sets whether multiple pages can be created to fit all nodes and connectors ///
multiplePage-boolean default-false ///

///Defines the background color of diagram pages ///
pageBackgroundColor-string default-#ffffff ///

///Defines the page border color ///
pageBorderColor-string default-#565656 ///

///Sets the border width of diagram pages ///
pageBorderWidth-number default-0 ///

///Defines the height of a page ///
pageHeight-number default-null ///

///Defines the page margin ///
pageMargin-number default-24 ///

///Sets the orientation of the page. ///
pageOrientation-ej.datavisualization.Diagram.PageOrientations|string default-ej.datavisualization.Diagram.PageOrientations.Portrait ///

///Defines the height of a diagram page ///
pageWidth-number default-null ///

///Defines the scrollable area of diagram. Applicable, if the scroll limit is "limited". ///
scrollableArea-any default-null ///

///Defines the scrollable region of diagram. ///
scrollLimit-ej.datavisualization.Diagram.ScrollLimit|string default-ej.datavisualization.Diagram.ScrollLimit.Infinite ///

///Defines the draggable region of diagram elements. ///
boundaryConstraints-ej.datavisualization.Diagram.BoundaryConstraints|string default-ej.datavisualization.Diagram.BoundaryConstraints.Infinite ///

///Enables or disables the page breaks ///
showPageBreak-boolean default-false ///

///Defines the zoom value, zoom factor, scroll status and view port size of the diagram ///
scrollSettings-ScrollSettings default- ///

///Allows to read the zoom value of diagram ///
currentZoom-number default-0 ///

///Sets the horizontal scroll offset ///
horizontalOffset-number default-0 ///

///Allows to extend the scrollable region that is based on the scroll limit ///
padding-any default-{left: 0, right: 0, top:0, bottom: 0} ///

///Sets the vertical scroll offset ///
verticalOffset-number default-0 ///

///Allows to read the view port height of the diagram ///
viewPortHeight-number default-0 ///

///Allows to read the view port width of the diagram ///
viewPortWidth-number default-0 ///

///Defines the size and position of selected items and defines the appearance of selector ///
selectedItems-SelectedItems default- ///

///A read only collection of the selected items ///
children-Array<any> default-[] ///

///Controls the visibility of selector. ///
constraints-ej.datavisualization.Diagram.SelectorConstraints|string default-ej.datavisualization.Diagram.SelectorConstraints.All ///

///Defines a method that dynamically enables/ disables the interaction with multiple selection. ///
getConstraints-any default-null ///

///Sets the height of the selected items ///
height-number default-0 ///

///Sets the x position of the selector ///
offsetX-number default-0 ///

///Sets the y position of the selector ///
offsetY-number default-0 ///

///Sets the angle to rotate the selected items ///
rotateAngle-number default-0 ///

///Sets the angle to rotate the selected items. For tooltip properties, refer Tooltip ///
tooltip-any default-ej.datavisualization.Diagram.Tooltip() ///

///A collection of frequently used commands that will be added around the selector ///
userHandles-Array<any> default-[] ///

///Sets the horizontal alignment of the user handle ///
horizontalAlignment-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///To set the margin of the user handle ///
margin-any default-ej.datavisualization.Diagram.Margin() ///

///Defines the name of the user handle ///
name-string default- ///

///Defines the background color of the user handle ///
backgroundColor-string default-#2382c3 ///

///Sets the border color of the user handle ///
borderColor-string default-transparent ///

///Defines whether the user handle should be added, when more than one element is selected ///
enableMultiSelection-boolean default-false ///

///Sets the fraction/ratio(relative to node) that defines the position of the user handle ///
offset-any default-ej.datavisualization.Diagram.point(0.5, 1) ///

///Sets the stroke color of the user handle ///
pathColor-string default-transparent ///

///Defines the custom shape of the user handle ///
pathData-string default- ///

///Defines the position of the user handle ///
position-ej.datavisualization.Diagram.UserHandlePositions |string default-ej.datavisualization.Diagram.UserHandlePositions.BottomCenter ///

///Defines the size of the user handle ///
size-number default-8 ///

///Defines the interactive behaviors of the user handle ///
tool-any default- ///

///Sets the vertical alignment of the user handle ///
verticalAlignment-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Center ///

///Defines the visibility of the user handle ///
visible-boolean default-true ///

///Sets the width of the selected items ///
width-number default-0 ///

///Enables or disables tooltip of diagram ///
showTooltip-boolean default-true ///

///Defines diagram serialization properties that would defines how the serialization content would be. ///
serializationSettings-SerializationSettings default- ///

///defines whether the default diagram properties can be serialized or not. ///
preventDefaultValues-boolean default-false ///

///Defines the properties of the both the horizontal and vertical gauge to measure the diagram area. ///
rulerSettings-RulerSettings default- ///

///Enables or disables both the horizontal and vertical ruler. ///
showRulers-boolean default-false ///

///Defines the appearance of horizontal ruler ///
horizontalRuler-any default- ///

///Defines the number of intervals to be present on the each segment of the horizontal ruler. ///
interval-number default-5 ///

///Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the horizontal ruler. ///
segmentWidth-number default-100 ///

///Defines the method which used to position and arrange the tick elements of the horizontal ruler. ///
arrangeTick-any default-null ///

///Defines and sets the tick alignment of the ruler scale. ///
tickAlignment-ej.datavisualization.Diagram.TickAlignment|string default-ej.datavisualization.Diagram.TickAlignment.RightOrBottom ///

///Defines the color of the horizontal marker brush. ///
markerColor-string default-red ///

///Defines the width of the horizontal ruler. ///
length-number default-null ///

///Defines the height of the horizontal ruler. ///
thickness-number default-25 ///

///Defines the appearance of vertical ruler ///
verticalRuler-any default- ///

///Defines the number of intervals to be present on the each segment of the vertical ruler. ///
interval-number default-5 ///

///Defines the textual description of the ruler segment, and the appearance of the ruler ticks of the vertical ruler. ///
segmentWidth-number default-100 ///

///Defines the method which used to position and arrange the tick elements of the vertical ruler. ///
arrangeTick-any default-null ///

///Defines and sets the tick alignment of the ruler scale. ///
tickAlignment-ej.datavisualization.Diagram.TickAlignment|string default-ej.datavisualization.Diagram.TickAlignment.RightOrBottom ///

///Defines the color of the vertical marker brush. ///
markerColor-string default-red ///

///Defines the height of the vertical ruler. ///
length-number default-null ///

///Defines the width of the vertical ruler. ///
thickness-number default-25 ///

///Defines the gridlines and defines how and when the objects have to be snapped ///
snapSettings-SnapSettings default- ///

///Enables or disables snapping nodes/connectors to objects ///
enableSnapToObject-boolean default-true ///

///Defines the appearance of horizontal gridlines ///
horizontalGridLines-any default- ///

///Defines the line color of horizontal grid lines ///
lineColor-string default-lightgray ///

///Specifies the pattern of dashes and gaps used to stroke horizontal grid lines ///
lineDashArray-string default- ///

///A pattern of lines and gaps that defines a set of horizontal gridlines ///
linesInterval-Array<any> default-[1.25, 18.75, 0.25, 19.75, 0.25, 19.75, 0.25, 19.75, 0.25, 19.75] ///

///Specifies a set of intervals to snap the objects ///
snapInterval-Array<any> default-[20] ///

///Defines the angle by which the object needs to be snapped ///
snapAngle-number default-5 ///

///Defines and sets the snapConstraints ///
snapConstraints-ej.datavisualization.Diagram.SnapConstraints|string default- ///

///Defines the minimum distance between the selected object and the nearest object ///
snapObjectDistance-number default-5 ///

///Defines the appearance of horizontal gridlines ///
verticalGridLines-any default- ///

///Defines the line color of horizontal grid lines ///
lineColor-string default-lightgray ///

///Specifies the pattern of dashes and gaps used to stroke horizontal grid lines ///
lineDashArray-string default- ///

///A pattern of lines and gaps that defines a set of horizontal gridlines ///
linesInterval-Array<any> default-[1.25, 18.75, 0.25, 19.75, 0.25, 19.75, 0.25, 19.75, 0.25, 19.75] ///

///Specifies a set of intervals to snap the objects ///
snapInterval-Array<any> default-[20] ///

///Enables/Disables the interactive behaviors of diagram. ///
tool-ej.datavisualization.Diagram.Tool|string default-ej.datavisualization.Diagram.Tool.All ///

///An object that defines the description, appearance and alignments of tooltips ///
tooltip-Tooltip default-null ///

///Aligns the tooltip around nodes/connectors ///
alignment-any default- ///

///Defines the horizontal alignment of tooltip. ///
horizontal-ej.datavisualization.Diagram.HorizontalAlignment|string default-ej.datavisualization.Diagram.HorizontalAlignment.Center ///

///Defines the vertical alignment of tooltip. ///
vertical-ej.datavisualization.Diagram.VerticalAlignment|string default-ej.datavisualization.Diagram.VerticalAlignment.Bottom ///

///Sets the margin of the tooltip ///
margin-any default-{ left: 5, right: 5, top: 5, bottom: 5 } ///

///Defines whether the tooltip should be shown at the mouse position or around node. ///
relativeMode-ej.datavisualization.Diagram.RelativeMode|string default-ej.datavisualization.Diagram.RelativeMode.Object ///

///Sets the svg/html template to be bound with tooltip ///
templateId-string default- ///

///Specifies the width of the diagram ///
width-string default-null ///

///Sets the factor by which we can zoom in or zoom out ///
zoomFactor-number default-0.2 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Dialog:function(){ /// /// Constructor of ej.Dialog /// } }); ej.Dialog=(function(){ var original=ej.Dialog var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { close:function(){ /// /// /// Closes the dialog widget dynamically. /// }, collapse:function(){ /// /// /// Collapses the content area when it is expanded. /// }, destroy:function(){ /// /// /// Destroys the Dialog widget. /// }, expand:function(){ /// /// /// Expands the content area when it is collapsed. /// }, isOpen:function(){ /// /// /// Checks whether the Dialog widget is opened or not. This methods returns Boolean value. /// }, maximize:function(){ /// /// /// Maximizes the Dialog widget. /// }, minimize:function(){ /// /// /// Minimizes the Dialog widget. /// }, open:function(){ /// /// /// Opens the Dialog widget. /// }, pin:function(){ /// /// /// Pins the dialog in its current position. /// }, refresh:function(){ /// /// /// Refreshes the dialog content dynamically. /// }, restore:function(){ /// /// /// Restores the dialog. /// }, unpin:function(){ /// /// /// Unpins the Dialog widget. /// }, setTitle:function(Title){ /// /// /// Sets the title for the Dialog widget. /// /// The title for the dialog widget. /// }, setContent:function(content){ /// /// /// Sets the content for the Dialog widget dynamically. /// /// The content for the dialog widget. It accepts both string and HTML string. /// }, focus:function(){ /// /// /// Sets the focus on the Dialog widget. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDialog=function(){ this.data("ejDialog",new ej.Dialog()); return this; }; intellisense.annotate(jQuery.fn,{ ejDialog :function (options) { /// ///
///The Dialog control displays a Dialog window within a web page. The Dialog enables a message to be displayed, such as supplementary content like images and text, and an interactive content like forms.

///Adds action buttons like close, minimize, pin, maximize in the dialog header. ///
actionButtons-string[] default- ///

///Specifies the ajaxSettings option to load the content to the Dialog control. ///
ajaxSettings-AjaxSettings default-null ///

///It specifies, whether to enable or disable asynchronous request. ///
async-boolean default- ///

///It specifies the page will be cached in the web browser. ///
cache-boolean default- ///

///It specifies the type of data is send in the query string. ///
contentType-string default- ///

///It specifies the data as an object, will be passed in the query string. ///
data-any default- ///

///It specifies the type of data that you're expecting back from the response. ///
dataType-string default- ///

///It specifies the HTTP request type. ///
type-string default- ///

///Enables or disables draggable. ///
allowDraggable-boolean default- ///

///Enables or disables keyboard interaction. ///
allowKeyboardNavigation-boolean default- ///

///Customizes the Dialog widget animations. The Dialog widget can be animated while opening and closing the dialog. In order to customize animation effects, you need to set “enableAnimation” as true. It contains the following sub properties. ///
animation-any default- ///

///To Enable or disable the scrolling for background element of the modal dialog. This will work only with modal dialog. ///
backgroundScroll-boolean default- ///

///Closes the dialog widget on pressing the ESC key when it is set to true. ///
closeOnEscape-boolean default- ///

///The selector for the container element. If the property is set, then dialog will append to the selected element and it is restricted to move only within the specified container element. ///
containment-string default- ///

///The content type to load the dialog content at run time. The possible values are null, AJAX, iframe and image. When it is null (default value), the content inside dialog element will be displayed as content and when it is not null, the content will be loaded from the URL specified in the contentUrl property. ///
contentType-string default- ///

///The URL to load the dialog content (such as AJAX, image, and iframe). In order to load content from URL, you need to set contentType as ‘ajax’ or ‘iframe’ or ‘image’. ///
contentUrl-string default- ///

///The root class for the Dialog widget to customize the existing theme. ///
cssClass-string default- ///

///Enable or disables animation when the dialog is opened or closed. ///
enableAnimation-boolean default- ///

///Enables or disables the Dialog widget. ///
enabled-boolean default- ///

///Enable or disables modal dialog. The modal dialog acts like a child window that is displayed on top of the main window/screen and disables the main window interaction until it is closed. ///
enableModal-boolean default- ///

///Allows the current model values to be saved in local storage or browser cookies for state maintenance when it is set to true. ///
enablePersistence-boolean default- ///

///Allows the dialog to be resized. The dialog cannot be resized less than the minimum height, width values and greater than the maximum height and width. ///
enableResize-boolean default- ///

///Displays dialog content from right to left when set to true. ///
enableRTL-boolean default- ///

///The CSS class name to display the favicon in the dialog header. In order to display favicon, you need to set showHeader as true since the favicon will be displayed in the dialog header. ///
faviconCSS-string default- ///

///Sets the height for the dialog widget. It accepts both string and integer values. For example, it can accepts values like “auto”, “100%”, “100px” as string type and “100”, “500” as integer type. ///
height-string|number default- ///

///Specifies the HTML Attributes of the Dialog. ///
htmlAttributes-any default-{} ///

///Enable or disables responsive behavior. ///
isResponsive-boolean default- ///

///Default Value:{:.param}“en-US” ///
locale-string default- ///

///Sets the maximum height for the dialog widget. ///
maxHeight-string|number default- ///

///Sets the maximum width for the dialog widget. ///
maxWidth-string|number default- ///

///Sets the minimum height for the dialog widget. ///
minHeight-string|number default- ///

///Sets the minimum width for the dialog widget. ///
minWidth-string|number default- ///

///Displays the Dialog widget at the given X and Y position. ///
position-any default- ///

///Shows or hides the dialog header. ///
showHeader-boolean default- ///

///The Dialog widget can be opened by default i.e. on initialization, when it is set to true. ///
showOnInit-boolean default- ///

///Enables or disables the rounder corner. ///
showRoundedCorner-boolean default- ///

///The selector for the container element. If this property is set, the dialog will be displayed (positioned) based on its container. ///
target-string default- ///

///The title text to be displayed in the dialog header. In order to set title, you need to set showHeader as true since the title will be displayed in the dialog header. ///
title-string default- ///

///Add or configure the tooltip text for actionButtons in the dialog header. ///
tooltip-any default- ///

///Sets the height for the dialog widget. It accepts both string and integer values. For example, it can accepts values like “auto”, “100%”, “100px” as string type and “100”, “500” as integer type. ///
width-string|number default- ///

///Sets the z-index value for the Dialog widget. ///
zIndex-number default- ///

///Sets the Footer for the Dialog widget. ///
showFooter-boolean default- ///

///Sets the FooterTemplate for the Dialog widget. ///
footerTemplateId-string default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DigitalGauge:function(){ /// /// Constructor of ej.DigitalGauge /// } }); ej.DigitalGauge=(function(){ var original=ej.DigitalGauge var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// To destroy the digital gauge /// }, exportImage:function(fileName, fileType){ /// /// /// To export Digital Gauge as Image /// /// fileName for the Image /// /// /// /// To export Digital Gauge as Image /// /// fileType for the Image /// }, getPosition:function(itemIndex){ /// /// /// Gets the location of an item that is displayed on the gauge. /// /// Position value of an item that is displayed on the gauge. /// }, getValue:function(itemIndex){ /// /// /// ClientSideMethod getValue Gets the value of an item that is displayed on the gauge /// /// Index value of an item that displayed on the gauge /// }, refresh:function(){ /// /// /// Refresh the digital gauge widget /// }, setPosition:function(itemIndex, value){ /// /// /// ClientSideMethod Set Position Sets the location of an item to be displayed in the gauge /// /// Index value of the digital gauge item /// /// /// /// ClientSideMethod Set Position Sets the location of an item to be displayed in the gauge /// /// Location value of the digital gauge /// }, setValue:function(itemIndex, value){ /// /// /// ClientSideMethod SetValue Sets the value of an item to be displayed in the gauge. /// /// Index value of the digital gauge item /// /// /// /// ClientSideMethod SetValue Sets the value of an item to be displayed in the gauge. /// /// Text value to be displayed in the gaugeS /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDigitalGauge=function(){ this.data("ejDigitalGauge",new ej.DigitalGauge()); return this; }; intellisense.annotate(jQuery.fn,{ ejDigitalGauge :function (options) { /// ///
///The Digital gauge can be easily configured to the DOM element, such as div. you can create a digital gauge with a highly customizable look and feel.

///This provides options for customizing export settings ///
exportSettings-ExportSettings default- ///

///Specifies the downloading filename ///
filename-string default-DigitalGauge ///

///Specifies the format of the file to export ///
type-ej.datavisualization.DigitalGauge.ExportingType|string default-png ///

///Specifies the name of the action URL ///
action-string default- ///

///Specifies the mode of exporting ///
mode-ej.datavisualization.DigitalGauge.ExportingMode|string default-client ///

///Specifies the frame of the Digital gauge. ///
frame-Frame default-{backgroundImageUrl: null, innerWidth: 6, outerWidth: 10} ///

///Specifies the URL of an image to be displayed as background of the Digital gauge. ///
backgroundImageUrl-string default-null ///

///Specifies the inner width for the frame, when the background image has been set for the Digital gauge.. ///
innerWidth-number default-6 ///

///Specifies the outer width of the frame, when the background image has been set for the Digital gauge. ///
outerWidth-number default-10 ///

///Specifies the height of the DigitalGauge. ///
height-number default-150 ///

///Specifies the resize option of the DigitalGauge. ///
isResponsive-boolean default-false ///

///Specifies the responsiveness of the Digital gauge ///
enableResize-boolean default-false ///

///Specifies the items for the DigitalGauge. ///
items-Array<Items> default-null ///

///Specifies the Character settings for the DigitalGauge. ///
characterSettings-any default-null ///

///Specifies the CharacterCount value for the DigitalGauge. ///
count-number default-4 ///

///Specifies the opacity value for the DigitalGauge. ///
opacity-number default-1 ///

///Specifies the value for spacing between the characters ///
spacing-number default-2 ///

///Specifies the character type for the text to be displayed. ///
type-ej.datavisualization.DigitalGauge.CharacterType|string default-ej.datavisualization.DigitalGauge.CharacterType.EightCrossEightDotMatrix ///

///Enable/Disable the custom font to be applied to the text in the gauge. ///
enableCustomFont-boolean default-false ///

///Set the specific font for the text, when the enableCustomFont is set to true ///
font-any default-null ///

///Set the font family value ///
fontFamily-string default-Arial ///

///Set the font style for the font ///
fontStyle-ej.datavisualization.DigitalGauge.FontStyle|string default-italic ///

///Set the font size value ///
size-string default-11px ///

///Set the location for the text, where it needs to be placed within the gauge. ///
position-any default-null ///

///Set the horizontal location for the text, where it needs to be placed within the gauge. ///
x-number default-0 ///

///Set the vertical location for the text, where it needs to be placed within the gauge. ///
y-number default-0 ///

///Set the segment settings for the digital gauge. ///
segmentSettings-any default-null ///

///Set the color for the text segments. ///
color-string default-null ///

///Set the gradient for the text segments. ///
gradient-any default-null ///

///Set the length for the text segments. ///
length-number default-2 ///

///Set the opacity for the text segments. ///
opacity-number default-0 ///

///Set the spacing for the text segments. ///
spacing-number default-1 ///

///Set the width for the text segments. ///
width-number default-1 ///

///Set the value for enabling/disabling the blurring effect for the shadows of the text ///
shadowBlur-number default-0 ///

///Specifies the color of the text shadow. ///
shadowColor-string default-null ///

///Set the x offset value for the shadow of the text, indicating the location where it needs to be displayed. ///
shadowOffsetX-number default-1 ///

///Set the y offset value for the shadow of the text, indicating the location where it needs to be displayed. ///
shadowOffsetY-number default-1 ///

///Set the alignment of the text that is displayed within the gauge.See TextAlign ///
textAlign-string default-left ///

///Specifies the color of the text. ///
textColor-string default-null ///

///Specifies the text value. ///
value-string default-null ///

///Specifies the matrixSegmentData for the DigitalGauge. ///
matrixSegmentData-any default- ///

///Specifies the segmentData for the DigitalGauge. ///
segmentData-any default- ///

///Specifies the themes for the Digital gauge. See Themes ///
themes-string default-flatlight ///

///Specifies the value to the DigitalGauge. ///
value-string default-text ///

///Specifies the width for the Digital gauge. ///
width-number default-400 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DocumentEditor:function(){ /// /// Constructor of ej.DocumentEditor /// } }); ej.DocumentEditor=(function(){ var original=ej.DocumentEditor var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { load:function(path){ /// /// /// Loads the document from specified path using web API provided by importUrl. /// /// Specifies the file path. /// }, getCurrentPageNumber:function(){ /// /// /// Gets the page number of current selection in the document. /// }, getPageCount:function(){ /// /// /// Gets the total number of pages in the document. /// }, getSelectedText:function(){ /// /// /// Gets the text of current selection in the document. /// }, getZoomFactor:function(){ /// /// /// Gets the current zoom factor value of the document editor. /// }, setZoomFactor:function(factor){ /// /// /// Scales the document editor with the specified zoom factor. The range of zoom factor should be 0.10 to 5.00 (10 - 500 %). /// /// Specifies the factor for zooming. /// }, print:function(){ /// /// /// Prints the document content as page by page. /// }, find:function(text){ /// /// /// Finds the first occurrence of specified text from current selection and highlights the result. If the document end is reached, find operation will occur from the document start position. /// /// Specifies the text to search in a document. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDocumentEditor=function(){ this.data("ejDocumentEditor",new ej.DocumentEditor()); return this; }; intellisense.annotate(jQuery.fn,{ ejDocumentEditor :function (options) { /// ///
///Document Editor JS is an editor component to view and print DOCX, DOC, RTF and Text documents.

///Gets or sets an object that indicates initialization of importing and exporting documents in document editor. ///
importExportSettings-ImportExportSettings default- ///

///Gets or sets URL of Web API that should be used to parse the document while loading. ///
importUrl-string default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Draggable:function(){ /// /// Constructor of ej.Draggable /// } }); ej.Draggable=(function(){ var original=ej.Draggable var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy in the draggable. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDraggable=function(){ this.data("ejDraggable",new ej.Draggable()); return this; }; intellisense.annotate(jQuery.fn,{ ejDraggable :function (options) { /// ///
///Plugin to make any DOM element draggable.

///If clone is specified. ///
clone-boolean default-false ///

///Sets the offset of the dragging helper relative to the mouse cursor. ///
cursorAt-any default-{ top: -1, left: -2 } ///

///Distance in pixels after mousedown the mouse must move before dragging should start. This option can be used to prevent unwanted drags when clicking on an element. ///
distance-number default-1 ///

///The drag area is used to restrict the dragging element bounds.Specify the id of the container within which the element should be dragged. ///
dragArea-boolean default-null ///

///If specified, restricts drag start click to the specified element(s). ///
handle-string default-null ///

///Used to group sets of draggable and droppable items, in addition to droppable's accept option. A draggable with the same scope value as a droppable will be accepted by the droppable. ///
scope-string default-'default' ///

///Used to enable auto scroll while drag and drop the element. ///
autoScroll-boolean default-'false' ///

///Represents when to start the scrolling inside the scroll container on dragging ///
scrollSensitivity-number default-'20' ///

///Specifies how much distance of scroll should move on dragging once reached scroll sensitivity area. ///
scrollSpeed-number default-'20' ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DropDownList:function(){ /// /// Constructor of ej.DropDownList /// } }); ej.DropDownList=(function(){ var original=ej.DropDownList var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(data){ /// /// /// Adding a single item or an array of items into the DropDownList allows you to specify all the field attributes such as value, template, image URL, and HTML attributes for those items.Grouping and sorting will not be supported when we add items through this method. /// /// this parameter should have field attributes with respect to mapped field attributes and it's corresponding values to fields /// }, checkAll:function(){ /// /// /// This method is used to select all the items in the DropDownList. /// }, clearText:function(){ /// /// /// Clears the text in the DropDownList textbox. /// }, destroy:function(){ /// /// /// Destroys the DropDownList widget. /// }, disable:function(){ /// /// /// This property is used to disable the DropDownList widget. /// }, disableItemsByIndices:function(index){ /// /// /// This property disables the set of items in the DropDownList. /// /// disable the given index list items /// }, enable:function(){ /// /// /// This property enables the DropDownList control. /// }, enableItemsByIndices:function(index){ /// /// /// Enables an Item or set of Items that are disabled in the DropDownList /// /// enable the given index list items if it's disabled /// }, getItemDataByValue:function(value){ /// /// /// This method retrieves the items using given value. /// /// Return the whole object of data based on given value /// }, getListData:function(){ /// /// /// This method is used to retrieve the items that are bound with the DropDownList. /// }, getSelectedItem:function(){ /// /// /// This method is used to get the selected items in the DropDownList. /// }, getSelectedValue:function(){ /// /// /// This method is used to retrieve the items value that are selected in the DropDownList. /// }, hidePopup:function(){ /// /// /// This method hides the suggestion popup in the DropDownList. /// }, selectItemsByIndices:function(index){ /// /// /// This method is used to select the list of items in the DropDownList through the Index of the items. /// /// select the given index list items /// }, selectItemByText:function(index){ /// /// /// This method is used to select an item in the DropDownList by using the given text value. /// /// select the list items relates to given text /// }, selectItemByValue:function(index){ /// /// /// This method is used to select an item in the DropDownList by using the given value. /// /// select the list items relates to given values /// }, showPopup:function(){ /// /// /// This method shows the DropDownList control with the suggestion popup. /// }, unCheckAll:function(){ /// /// /// This method is used to unselect all the items in the DropDownList. /// }, unselectItemsByIndices:function(index){ /// /// /// This method is used to unselect the list of items in the DropDownList through Index of the items. /// /// unselect the given index list items /// }, unselectItemByText:function(index){ /// /// /// This method is used to unselect an item in the DropDownList by using the given text value. /// /// unselect the list items relates to given text /// }, unselectItemByValue:function(index){ /// /// /// This method is used to unselect an item in the DropDownList by using the given value. /// /// unselect the list items relates to given values /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDropDownList=function(){ this.data("ejDropDownList",new ej.DropDownList()); return this; }; intellisense.annotate(jQuery.fn,{ ejDropDownList :function (options) { /// ///
///The DropDownList control provides a list of options to choose an item from the list. It can including other HTML elements such as images, textboxes, check box, radio buttons, and so on.

///The Virtual Scrolling(lazy loading) feature is used to display a large amount of data that you require without buffering the entire load of a huge database records in the DropDownList, that is, when scrolling, an AJAX request is sent to fetch some amount of data from the server dynamically. To achieve this scenario with DropDownList, set the allowVirtualScrolling to true. ///
allowVirtualScrolling-boolean default-false ///

///The cascading DropDownLists is a series of two or more DropDownLists in which each DropDownList is filtered according to the previous DropDownList’s value. ///
cascadeTo-string default-null ///

///Sets the case sensitivity of the search operation. It supports both enableFilterSearch and enableIncrementalSearch property. ///
caseSensitiveSearch-boolean default-false ///

///Dropdown widget's style and appearance can be controlled based on 13 different default built-in themes.You can customize the appearance of the dropdown by using the cssClass property. You need to specify a class name in the cssClass property and the same class name is used before the class definitions wherever the custom styles are applied. ///
cssClass-string default- ///

///This property is used to serve data from the data services based on the query provided. To bind the data to the dropdown widget, the dataSource property is assigned with the instance of the ej.DataManager. ///
dataSource-any default-null ///

///Sets the separator when the multiSelectMode with delimiter option or checkbox is enabled with the dropdown. When you enter the delimiter value, the texts after the delimiter are considered as a separate word or query. The delimiter string is a single character and must be a symbol. Mostly, the delimiter symbol is used as comma (,) or semi-colon (;) or any other special character. ///
delimiterChar-string default-',' ///

///The enabled Animation property uses the easeOutQuad animation to SlideDown and SlideUp the Popup list in 200 and 100 milliseconds, respectively. ///
enableAnimation-boolean default-false ///

///This property is used to indicate whether the DropDownList control responds to the user interaction or not. By default, the control is in the enabled mode and you can disable it by setting it to false. ///
enabled-boolean default-true ///

///Specifies to perform incremental search for the selection of items from the DropDownList with the help of this property. This helps in selecting the item by using the typed character. ///
enableIncrementalSearch-boolean default-true ///

///This property selects the item in the DropDownList when the item is entered in the Search textbox. ///
enableFilterSearch-boolean default-false ///

///The serverfiltering is to perform filter action when text is typed in the search box and filtering will be done based on the collection which contains the matched item from entire datasource. Serverfiltering will be done based on the entire items in DataSource. ///
enableServerFiltering-boolean default-false ///

///Saves the current model value to the browser cookies for state maintenance. While refreshing the DropDownList control page, it retains the model value and it is applied from the browser cookies. ///
enablePersistence-boolean default-false ///

///This enables the resize handler to resize the popup to any size. ///
enablePopupResize-boolean default-false ///

///Sets the DropDownList textbox direction from right to left align. ///
enableRTL-boolean default-false ///

///This property is used to sort the Items in the DropDownList. By default, it sorts the items in an ascending order. ///
enableSorting-boolean default-false ///

///The property is used to determine whether the popup list is generated dynamically. ///
loadOnDemand-boolean default-false ///

///Specifies the mapping fields for the data items of the DropDownList. ///
fields-Fields default-null ///

///Used to group the items. ///
groupBy-string default- ///

///Defines the HTML attributes such as ID, class, and styles for the item. ///
htmlAttributes-any default- ///

///Defines the ID for the tag. ///
id-string default- ///

///Defines the image attributes such as height, width, styles, and so on. ///
imageAttributes-string default- ///

///Defines the imageURL for the image location. ///
imageUrl-string default- ///

///Defines the tag value to be selected initially. ///
selected-boolean default- ///

///Defines the sprite CSS for the image tag. ///
spriteCssClass-string default- ///

///Defines the table name for tag value or display text while rendering remote data. ///
tableName-string default- ///

///Defines the text content for the tag. ///
text-string default- ///

///Defines the tag value. ///
value-string default- ///

///When the enableFilterSearch property value is set to true, the values in the DropDownList shows the items starting with or containing the key word/letter typed in the Search textbox. ///
filterType-ej.FilterType|string default-ej.FilterType.Contains ///

///Used to create visualized header for dropdown items ///
headerTemplate-string default-null ///

///Defines the height of the DropDownList textbox. ///
height-string|number default-null ///

///It sets the given HTML attributes for the DropDownList control such as ID, name, disabled, etc. ///
htmlAttributes-any default-null ///

///Data can be fetched in the DropDownList control by using the DataSource, specifying the number of items. ///
itemsCount-number default-5 ///

///Allows the user to set the particular country or region language for the DropDownList. ///
locale-string default-en-US ///

///Defines the maximum height of the suggestion box. This property restricts the maximum height of the popup when resize is enabled. ///
maxPopupHeight-string|number default-null ///

///Defines the minimum height of the suggestion box. This property restricts the minimum height of the popup when resize is enabled. ///
minPopupHeight-string|number default-null ///

///Defines the maximum width of the suggestion box. This property restricts the maximum width of the popup when resize is enabled. ///
maxPopupWidth-string|number default-null ///

///Defines the minimum height of the suggestion box. This property restricts the minimum height of the popup when resize is enabled. ///
minPopupWidth-string|number default-0 ///

///With the help of this property, you can make a single or multi selection with the DropDownList and display the text in two modes, delimiter and visual mode. In delimiter mode, you can separate the items by using the delimiter character such as comma (,) or semi-colon (;) or any other special character. In the visual mode, the items are showcased like boxes with close icon in the textbox. ///
multiSelectMode-ej.MultiSelectMode|string default-ej.MultiSelectMode.None ///

///Defines the height of the suggestion popup box in the DropDownList control. ///
popupHeight-string|number default-152px ///

///Defines the width of the suggestion popup box in the DropDownList control. ///
popupWidth-string|number default-auto ///

///Specifies the query to retrieve the data from the DataSource. ///
query-any default-null ///

///Specifies that the DropDownList textbox values should be read-only. ///
readOnly-boolean default-false ///

///Specifies an item to be selected in the DropDownList. ///
selectedIndex-number default-null ///

///Specifies the selectedItems for the DropDownList. ///
selectedIndices-Array<any> default-[] ///

///Selects multiple items in the DropDownList with the help of the checkbox control. To achieve this, enable the showCheckbox option to true. ///
showCheckbox-boolean default-false ///

///DropDownList control is displayed with the popup seen. ///
showPopupOnLoad-boolean default-false ///

///DropDownList textbox displayed with the rounded corner style. ///
showRoundedCorner-boolean default-false ///

///When the enableSorting property value is set to true, this property helps to sort the items either in ascending or descending order ///
sortOrder-ej.SortOrder|string default-ej.SortOrder.Ascending ///

///Specifies the targetID for the DropDownList’s items. ///
targetID-string default-null ///

///By default, you can add any text or image to the DropDownList item. To customize the item layout or to create your own visualized elements, you can use this template support. ///
template-string default-null ///

///Defines the text value that is displayed in the DropDownList textbox. ///
text-string default-null ///

///Sets the jQuery validation error message in the DropDownList ///
validationMessage-any default-null ///

///Sets the jQuery validation rules in the Dropdownlist. ///
validationRules-any default-null ///

///Specifies the value (text content) for the DropDownList control. ///
value-string|number default-null ///

///Specifies a short hint that describes the expected value of the DropDownList control. ///
watermarkText-string default-null ///

///Defines the width of the DropDownList textbox. ///
width-string|number default-null ///

///The Virtual Scrolling feature is used to display a large amount of records in the DropDownList, that is, when scrolling, an AJAX request is sent to fetch some amount of data from the server dynamically. To achieve this scenario with DropDownList, set the allowVirtualScrolling to true. You can set the itemsCount property that represents the number of items to be fetched from the server on every AJAX request. ///
virtualScrollMode-ej.VirtualScrollMode|string default-normal ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ DropDownTree:function(){ /// /// Constructor of ej.DropDownTree /// } }); ej.DropDownTree=(function(){ var original=ej.DropDownTree var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { checkAll:function(){ /// /// /// Checks all the nodes in the DropDownTree. /// }, checkNode:function(element){ /// /// /// Checks a node in the DropDownTree. /// /// ID of the DropDownTree node/object of the DropDownTree node/collection of the ID/object of the DropDownTree nodes. /// }, clearText:function(){ /// /// /// Clears the text in the DropDownTree. /// }, destroy:function(){ /// /// /// Destroys the DropDownTree control. /// }, getValue:function(){ /// /// /// Returns the selected value. /// }, hidePopup:function(){ /// /// /// Hides the popup in the DropDownTree. /// }, moveNode:function(sourceNode, destinationNode, index){ /// /// /// Moves the DropDownTree node within the same DropDownTree. The new position of the given DropDownTree node will be based on destination node and index position. /// /// ID of the DropDownTree node/object of the DropDownTree node. /// /// /// /// Moves the DropDownTree node within the same DropDownTree. The new position of the given DropDownTree node will be based on destination node and index position. /// /// ID of the DropDownTree node/object of the DropDownTree node. /// /// /// /// Moves the DropDownTree node within the same DropDownTree. The new position of the given DropDownTree node will be based on destination node and index position. /// /// New index position of the given source node. /// }, removeAll:function(){ /// /// /// Removes all the nodes in the DropDownTree. /// }, removeNode:function(element){ /// /// /// Removes a node in the DropDownTree. /// /// ID of the DropDownTree node/object of the DropDownTree node/collectionof the ID/object of the DropDownTree nodes. /// }, selectAll:function(){ /// /// /// Selects all the DropDownTree nodes when allowMultiSelection field is enabled in the treeViewSettings property. /// }, selectNode:function(element){ /// /// /// Selects a node in the DropDownTree control. To select the collection of nodes in the DropDownTree control, enable allowMultiSelection field of the treeViewSettings property. /// /// ID of the DropDownTree node/object of the DropDownTree node/ collection of I the D/object of the DropDownTree nodes. /// }, showPopup:function(){ /// /// /// Shows the DropDownTree control with the popup. /// }, unCheckAll:function(){ /// /// /// Unchecks all the nodes in the DropDownTree. /// }, unCheckNode:function(element){ /// /// /// Unchecks a node in the DropDownTree. /// /// ID of the DropDownTree node/object of the DropDownTree node/collection of the ID/object of the DropDownTree nodes. /// }, unselectAll:function(){ /// /// /// Unselects all the DropDownTree nodes when allowMultiSelection field of the treeViewSettings property is enabled. /// }, unselectNode:function(element){ /// /// /// Unselects a node in the DropDownTree control. To unselect the collection of nodes in the DropDownTree control, enable allowMultiSelection field of the treeViewSettings property. /// /// ID of the DropDownTree node/object of the DropDownTree node/ collection of the ID/object of the DropDownTree nodes. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDropDownTree=function(){ this.data("ejDropDownTree",new ej.DropDownTree()); return this; }; intellisense.annotate(jQuery.fn,{ ejDropDownTree :function (options) { /// ///
///The DropDownTree control provides a list of hierarchical data to choose an item from the list.It can including other HTML elements such as images, textboxes, check box, radio buttons, and so on.

///Uses the keyboard for any action, including opening and closing the drop-down tree; navigating, expanding, and collapsing nodes of the dropdown tree; and more. ///
allowKeyboardNavigation-boolean default-true ///

///Sets the root CSS class for DropDownTree that allows customization of appearance. ///
cssClass-string default-`` ///

///Sets the separator when the multiSelectMode with delimiter option or checkbox is enabled. When you enter the delimiter value, the text after the delimiter is considered as a separate word or query. The delimiter string is a single character and must be a symbol. Mostly, the delimiter symbol is used as comma (,), semi-colon (;), or any other special character. ///
delimiter-string default-, ///

///Indicates whether the DropDownTree control responds to user interaction or not. By default, the control is in the enabled mode and can be disabled by setting this to false. ///
enabled-boolean default-true ///

///The enabled animation property uses the easeOutQuad animation to SlideDown and SlideUp the popup wrapper in 200 and 100 milliseconds, respectively. ///
enableAnimation-boolean default-false ///

///Gets or sets a value that indicates whether to continue the DropDownTree model state in the page using applicable medium, i.e., HTML5 localStorage or cookies. ///
enablePersistence-boolean default-false ///

///Sets the DropDownTree textbox direction from right to left alignment. ///
enableRTL-boolean default-false ///

///Creates footer with text or HTML elements for the dropdown items. ///
footerTemplate-string default-null ///

///Serves as a patch of the entries comprising the path (that is set in the entry area) of the selected node. ///
fullPathDelimiter-string default-'/' ///

///Creates header with text or HTML elements for the dropdown items. ///
headerTemplate-string default-null ///

///Defines the height of the DropDownTree textbox. ///
height-string|number default- ///

///Allows you to set a particular country or regional language for the DropDownTree. ///
locale-string default-en-US ///

///Customizes the height and width of the popup wrapper. ///
popupSettings-PopupSettings default-{height: '152px',width: 'auto',showPopupOnLoad: false} ///

///Defines the height of the popup wrapper in the DropDownTree control. ///
height-string|number default- ///

///Defines the width of the popup wrapper in the DropDownTree control. ///
width-string|number default- ///

///The DropDownTree control is displayed with the popup. ///
showPopupOnLoad-boolean default- ///

///Specifies that the DropDownTree textbox values should be read-only. ///
readOnly-boolean default-false ///

///The DropDownTree's textbox is displayed with rounded corner style. ///
showRoundedCorner-boolean default-false ///

///Specifies the targetID for the DropDownTree's items. ///
targetID-string default-null ///

///Specifies the delimiter between nodes (indicating their hierarchy). ///
textMode-ej.Textmode|string default-ej.DropDownTree.TextMode.none ///

///Sets the jQuery validation error message in the DropDownTree. ///
validationMessage-any default-null ///

///Sets the jQuery validation rules in the DropDownTree. ///
validationRules-any default-null ///

///Specifies the value (text content) for the DropDownTree control. For the single selection mode, the selected item's value will be returned in its data type, and for MultiSelectMode, returns the selected items values separated by delimiter in string type. ///
value-string default-null ///

///Specifies a short hint that describes the expected value of the DropDownTree control. ///
watermarkText-string default-null ///

///Defines the width of the DropDownTree textbox. ///
width-string|number default-100% ///

///Defines the popup settings of the DropDownTree widget. You can use any property which are in treeview using this property. ///
treeViewSettings-any default-{} ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Droppable:function(){ /// /// Constructor of ej.Droppable /// } }); ej.Droppable=(function(){ var original=ej.Droppable var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy in the Droppable. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejDroppable=function(){ this.data("ejDroppable",new ej.Droppable()); return this; }; intellisense.annotate(jQuery.fn,{ ejDroppable :function (options) { /// ///
///Plugin to make any DOM element Droppable.

///Used to accept the specified draggable items. ///
accept-any default-null ///

///Used to group sets of droppable items, in addition to droppable's accept option. A draggable with the same scope value as a droppable will be accepted by the droppable. ///
scope-string default-'default' ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ FileExplorer:function(){ /// /// Constructor of ej.FileExplorer /// } }); ej.FileExplorer=(function(){ var original=ej.FileExplorer var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { adjustSize:function(){ /// /// /// Refresh the size of FileExplorer control. /// }, disableMenuItem:function(item){ /// /// /// Disable the particular context menu item. /// /// Id of the menu item/ Menu element to be disabled /// }, disableToolbarItem:function(item){ /// /// /// Disable the particular toolbar item. /// /// Id of the toolbar item/ Tool item element to be disabled /// }, enableMenuItem:function(item){ /// /// /// Enable the particular context menu item. /// /// Id of the menu item/ Menu element to be Enabled /// }, enableToolbarItem:function(item){ /// /// /// Enable the particular toolbar item /// /// Id of the tool item/ Tool item element to be Enabled /// }, refresh:function(){ /// /// /// Refresh the content of the selected folder in FileExplorer control. /// }, removeToolbarItem:function(item){ /// /// /// Remove the particular toolbar item. /// /// Id of the tool item/ tool item element to be removed /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejFileExplorer=function(){ this.data("ejFileExplorer",new ej.FileExplorer()); return this; }; intellisense.annotate(jQuery.fn,{ ejFileExplorer :function (options) { /// ///
///FileExplorer provides a Windows Explorer-like functionality for any web application. It allows end-users to browse, select and upload files or change the folder structure by renaming, moving and deleting files or folders. File and folder management capabilities are fully customizable and can be disabled when necessary.

///Sets the URL of server side AJAX handling method that handles file operation like Read, Remove, Rename, Create, Upload, Download, Copy and Move in FileExplorer. ///
ajaxAction-string default- ///

///Specifies the data type of server side AJAX handling method. ///
ajaxDataType-string default-json ///

///By using ajaxSettings property, you can customize the AJAX configurations. Normally you can customize the following option in AJAX handling data, URL, type, async, contentType, dataType and success. For upload, download and getImage API, you can only customize URL. ///
ajaxSettings-any default-{ read: {}, createFolder: {}, remove: {}, rename: {}, paste: {}, getDetails: {}, download: {}, upload: {}, getImage: {}, search: {}} ///

///The FileExplorer allows to move the files from one folder to another folder of FileExplorer by using drag and drop option. Also it supports to upload a file by dragging it from windows explorer to the necessary folder of ejFileExplorer. ///
allowDragAndDrop-boolean default-true ///

///Gets or sets a value that indicates whether to enable keyboard support for FileExplorer actions. ///
allowKeyboardNavigation-boolean default-true ///

///The FileExplorer allows to select multiple files by enabling the allowMultiSelection property. You can perform multi selection by pressing the Ctrl key or Shift key. ///
allowMultiSelection-boolean default-true ///

///By using the contextMenuSettings property, you can customize the ContextMenu in the FileExplorer control. ///
contextMenuSettings-ContextMenuSettings default- ///

///The items property is used to configure and group the required ContextMenu items in FileExplorer control. ///
items-any default-{% highlight javascript %}{navbar: [NewFolder, Upload, |, Delete, Rename, |, Cut, Copy, Paste, |, Getinfo],cwd: [Refresh, Paste,|, SortBy, |, NewFolder, Upload, |, Getinfo],files: [Open, Download, |, Upload, |, Delete, Rename, |, Cut, Copy, Paste, |, OpenFolderLocation, Getinfo]}{% endhighlight %} ///

///The customMenuFields property is used to define custom functionality for custom ContextMenu item's which are defined in items property. ///
customMenuFields-Array<any> default-[] ///

///Sets the root class for FileExplorer theme. This cssClass API allows to use custom skinning option for File Explorer control. By defining the root class by using this API, you have to include this root class in CSS. ///
cssClass-string default- ///

///Specify the enablePersistence to FileExplorer to save the current model value in browser cookies for state maintains. ///
enablePersistence-boolean default-false ///

///Enables or disables the resize support in FileExplorer control. ///
enableResize-boolean default-false ///

///Enables or disables the Right to Left alignment support in FileExplorer control. ///
enableRTL-boolean default-false ///

///Enables or disables the thumbnail image compression option in FileExplorer control. By enabling this option, you can reduce the thumbnail image size while loading. ///
enableThumbnailCompress-boolean default-false ///

///Allows specified type of files only to display in FileExplorer control. ///
fileTypes-string default-* . * ///

///By using filterSettings property, you can customize the search functionality of the search bar in FileExplorer control. ///
filterSettings-FilterSettings default- ///

///It allows to search the text given in search Textbox in every keyup event. When this property was set as false, searching will works only on Enter key and searchbar blur. ///
allowSearchOnTyping-boolean default-true ///

///Enables or disables to perform the filter operation with case sensitive. ///
caseSensitiveSearch-boolean default-false ///

///Sets the search filter type. There are several filter types available such as "startswith", "contains", "endswith". See filterType. ///
filterType-ej.FilterType|string default-ej.FileExplorer.filterType.Contains ///

///By using the gridSettings property, you can customize the grid behavior in the FileExplorer control. ///
gridSettings-GridSettings default- ///

///Allows to Resize the width of the columns by simply click and move the particular column header line. ///
allowResizing-boolean default-true ///

///Gets or sets a value that indicates whether to enable the dynamic sorting behavior on grid data. Sorting can be done through clicking on particular column header. ///
allowSorting-boolean default-true ///

///Gets or sets an object that indicates to render the grid with specified columns. You can use this property same as the column property in Grid control. ///
columns-Array<any> default-[{ field: name, headerText: Name, width: 30% }, { field: dateModified, headerText: Date Modified, width: 30% }, { field: type, headerText: Type, width: 15% }, { field: size, headerText: Size, width: 12%, textAlign: right, headerTextAlign: left }] ///

///Specifies the height of FileExplorer control. ///
height-string|number default-400 ///

///Enables or disables the responsive support for FileExplorer control during the window resizing time. ///
isResponsive-boolean default-false ///

///Sets the file view type. There are three view types available such as Grid, Tile and Large icons. See layoutType. ///
layout-ej.FileExplorer.layoutType|string default-ej.FileExplorer.layoutType.Grid ///

///Sets the culture in FileExplorer. ///
locale-string default-en-US ///

///Sets the maximum height of FileExplorer control. ///
maxHeight-string|number default-null ///

///Sets the maximum width of FileExplorer control. ///
maxWidth-string|number default-null ///

///Sets the minimum height of FileExplorer control. ///
minHeight-string|number default-250px ///

///Sets the minimum width of FileExplorer control. ///
minWidth-string|number default-400px ///

///The property path denotes the filesystem path that are to be explored. The path for the filesystem can be physical path or relative path, but it has to be relevant to where the Web API is hosted. ///
path-string default- ///

///Sets the alias name of root folder name in FileExplorer. It is used to replace the actual root folder name in FileExplorer. ///
rootFolderName-string default- ///

///The selectedFolder is used to select the specified folder of FileExplorer control. ///
selectedFolder-string default- ///

///The selectedItems is used to select the specified items (file, folder) of FileExplorer control. ///
selectedItems-string|Array<any> default- ///

///Enables or disables the checkbox option in FileExplorer control. ///
showCheckbox-boolean default-true ///

///Enables or disables the context menu option in FileExplorer control. ///
showContextMenu-boolean default-true ///

///Enables or disables the footer in FileExplorer control. The footer element displays the details of the current selected files and folders. And also the footer having the switcher to change the layout view. ///
showFooter-boolean default-true ///

///FileExplorer control is displayed with rounded corner when this property is set to true. ///
showRoundedCorner-boolean default-false ///

///FileExplorer control is rendered with thumbnail preview of images in Tile and LargeIcons layout when this property set to true. ///
showThumbnail-boolean default-true ///

///Shows or disables the toolbar in FileExplorer control. ///
showToolbar-boolean default-true ///

///Enables or disables the navigation pane in FileExplorer control. The navigation pane contains a tree view element that displays all the folders from the filesystem in a hierarchical manner. This is useful to a quick navigation of any folder in the filesystem. ///
showNavigationPane-boolean default-true ///

///The tools property is used to configure and group required toolbar items in FileExplorer control. ///
tools-any default-{ creation: [NewFolder], navigation: [Back, Forward, Upward], addressBar: [Addressbar], editing: [Refresh, Upload, Delete, Rename, Download], copyPaste: [Cut, Copy, Paste], getProperties: [Details], searchBar: [Searchbar], layout: [Layout], sortBy: [SortBy]} ///

///The toolsList property is used to arrange the toolbar items in the FileExplorer control. ///
toolsList-Array<any> default-[layout, creation, navigation, addressBar, editing, copyPaste, sortBy, getProperties, searchBar] ///

///Gets or sets an object that indicates whether to customize the upload behavior in the FileExplorer. ///
uploadSettings-UploadSettings default- ///

///Enables or disables the multiple files upload. When it is enabled, you can upload multiple files at a time and when disabled, you can upload only one file at a time. ///
allowMultipleFile-boolean default-true ///

///Enables or disables the auto upload option while uploading files in FileExplorer control. ///
autoUpload-boolean default-false ///

///Specifies the actions for upload dialog during initialization. ///
dialogAction-any default-{ modal:false, closeOnComplete:false, content:null, drag:true } ///

///Specifies the position at which the upload dialog is displayed using X and Y values. X: Sets the left position value for dialog. Y: Sets the top position value for dialog. ///
dialogPosition-any default-null ///

///Specifies the maximum file size allowed to upload. It accepts the value in bytes. ///
maxFileSize-number default-31457280 ///

///Specifies the file details which are to be displayed when selected for upload by setting the showFileDetails to true. ///
showFileDetails-boolean default-true ///

///Specifies the virtual item count for virtual support. ///
virtualItemCount-number default-0 ///

///Specifies the width of FileExplorer control. ///
width-string|number default-850 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Gantt:function(){ /// /// Constructor of ej.Gantt /// } }); ej.Gantt=(function(){ var original=ej.Gantt var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addRecord:function(data, rowPosition){ /// /// /// To add a new item in Gantt /// /// Item to add in Gantt row. /// /// /// /// To add a new item in Gantt /// /// Defines in which position the row wants to add /// }, cancelEdit:function(){ /// /// /// To cancel the edited state of an item in Gantt /// }, clearFilter:function(){ /// /// /// To clear all the filtered columns in Gantt. /// }, clearSorting:function(){ /// /// /// To clear the sorted columns in Gantt. /// }, collapseAllItems:function(){ /// /// /// To collapse all the parent items in Gantt /// }, deleteDependency:function(fromTaskId, toTaskId){ /// /// /// To delete the dependency between the two tasks. /// /// taskID of predecessor task /// /// /// /// To delete the dependency between the two tasks. /// /// taskID of successor task /// }, deleteItem:function(){ /// /// /// To delete a selected item in Gantt /// }, destroy:function(){ /// /// /// destroy the Gantt widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, expandAllItems:function(){ /// /// /// To Expand all the parent items in Gantt /// }, expandCollapseRecord:function(taskId){ /// /// /// To expand and collapse an item in Gantt using item's ID /// /// Expand or Collapse a record based on task id. /// }, export:function(action, serverEvent, multipleExport){ /// /// /// Export the Gantt content to excel or PDF document. /// /// Pass the controller action name corresponding to exporting /// /// /// /// Export the Gantt content to excel or PDF document. /// /// optionalASP server event name corresponding to exporting /// /// /// /// Export the Gantt content to excel or PDF document. /// /// optionalPass the multiple exporting value as true/false /// }, filterColumn:function(fieldName, filterOperator, filterValue, predicate, matchCase){ /// /// /// Sends filtering request to filter a column in Gantt dynamically. /// /// Pass the field name of the column. /// /// /// /// Sends filtering request to filter a column in Gantt dynamically. /// /// string/integer/date operator. /// /// /// /// Sends filtering request to filter a column in Gantt dynamically. /// /// Pass the value to be filtered in a column. /// /// /// /// Sends filtering request to filter a column in Gantt dynamically. /// /// Optional - Pass the predicate as and/or. /// /// /// /// Sends filtering request to filter a column in Gantt dynamically. /// /// Optional - pass the match case value as true/false. /// }, filterContent:function(ejPredicate){ /// /// /// To filter multiple columns with multiple conditions dynamically in Gantt. /// /// Pass the filtering column details and conditions as ejPredicate instance. The ejPredicate object is defined as fieldName,filterOperator, filterValue and ignoreCase properties. /// }, getColumns:function(){ /// /// /// To get available column collection in Gantt. /// }, getResourceViewEditColumns:function(){ /// /// /// To get the column collection which are used to edit the task by using task add/edit dialog in resource view. /// }, hideColumn:function(headerText){ /// /// /// To hide the column by using header text /// /// you can pass a header text of a column to hide /// }, indentItem:function(){ /// /// /// To indent a selected item in Gantt /// }, openAddDialog:function(){ /// /// /// To Open the dialog to add new task to the Gantt /// }, openEditDialog:function(){ /// /// /// To Open the dialog to edit existing task to the Gantt /// }, outdentItem:function(){ /// /// /// To outdent a selected item in Gantt /// }, saveEdit:function(){ /// /// /// To save the edited state of an item in Gantt /// }, searchItem:function(searchString){ /// /// /// To search an item with search string provided at the run time /// /// you can pass a text to search in Gantt Control. /// }, selectCells:function(Indexes, preservePreviousSelectedCell){ /// /// /// To select cell based on the cell and row index dynamically. /// /// array of cell indexes to be select /// /// /// /// To select cell based on the cell and row index dynamically. /// /// Defines that we need to preserve the previously selected cells of not /// }, selectMultipleRows:function(rowIndexes){ /// /// /// To select multiple rows dynamically. /// /// array of row indexes to select /// }, setScrollTop:function(Top){ /// /// /// Method to set scroll top value for Gantt control. /// /// Pass a value to set top position of vertical scroll bar. /// }, setSplitterIndex:function(index){ /// /// /// Positions the splitter by the specified column index. /// /// Set the splitter position based on column index. /// }, setSplitterPosition:function(width){ /// /// /// To set the grid width in Gantt /// /// you can give either percentage or pixels value /// }, showColumn:function(headerText){ /// /// /// To show the column by using header text /// /// you can pass a header text of a column to show /// }, showCriticalPath:function(isShown){ /// /// /// To show/hide the critical tasks in current project. /// /// To show/hide the critical tasks /// }, sortColumn:function(mappingName, columnSortDirection){ /// /// /// To sort the column in required direction /// /// Defines the column's mapping name in which sorting have to be performed /// /// /// /// To sort the column in required direction /// /// Defines the sort direction whether the column has to sorted in ascending/descending order. By default it is sorting in an ascending order /// }, updateDependency:function(fromTaskId, toTaskId, predecessorType, offset){ /// /// /// To update the predecessor type and offset value for existing task dependency. /// /// taskID of predecessor task /// /// /// /// To update the predecessor type and offset value for existing task dependency. /// /// taskID of successor task /// /// /// /// To update the predecessor type and offset value for existing task dependency. /// /// Type of dependency task. /// /// /// /// To update the predecessor type and offset value for existing task dependency. /// /// Offset value of dependency task. /// }, updateRecordByTaskId:function(data){ /// /// /// To update the value of Gantt record by using it's task id value. /// /// object with modified field values and current task id value /// }, updateRecordByIndex:function(index, data){ /// /// /// To update the value of Gantt record by using row index. /// /// index of Gantt record to be updated /// /// /// /// To update the value of Gantt record by using row index. /// /// object with modified field value /// }, updateScheduleDates:function(startDate, endDate){ /// /// /// To update the schedule start date and schedule end date of project. /// /// New schedule start date of project /// /// /// /// To update the schedule start date and schedule end date of project. /// /// New schedule end date of project /// }, updateTaskId:function(currentId, newId){ /// /// /// To change an existing Gantt ID by new ID value dynamically /// /// you can pass an existing ID value to be change /// /// /// /// To change an existing Gantt ID by new ID value dynamically /// /// you can pass a new ID value to be change /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejGantt=function(){ this.data("ejGantt",new ej.Gantt()); return this; }; intellisense.annotate(jQuery.fn,{ ejGantt :function (options) { /// ///
///The Essential JavaScript Gantt control is designed to visualize and edit the project schedule, and track the project progress.

///Specifies the fields to be included in the add dialog in Gantt ///
addDialogFields-Array<AddDialogFields> default-[] ///

///Specifies mapping name to include required fields in Gantt ///
field-string default- ///

///Specifies editType of fields to be included in the add dialog in Gantt ///
editType-string default- ///

///Specifies the custom column field was displayed in General tab of add dialog or not. ///
displayInGeneralTab-boolean default-false ///

///Enables or disables the ability to resize column. ///
allowColumnResize-boolean default-false ///

///Enables or disables the ability to drag and drop the row interactively to reorder the rows ///
allowDragAndDrop-boolean default-false ///

///Enables or Disables Gantt chart editing in Gantt ///
allowGanttChartEditing-boolean default-true ///

///Enables or Disables Keyboard navigation in Gantt ///
allowKeyboardNavigation-boolean default-true ///

///Specifies enabling or disabling multiple sorting for Gantt columns ///
allowMultiSorting-boolean default-false ///

///Enables or disables the option for multiple exporting ///
allowMultipleExporting-boolean default-false ///

///Enables or disables the interactive selection of a row. ///
allowSelection-boolean default-true ///

///Enables or disables sorting. When enabled, we can sort the column by clicking on the column. ///
allowSorting-boolean default-false ///

///Enables or disables the rendering of unscheduled tasks. ///
allowUnscheduledTask-boolean default-false ///

///Specifies the baseline background color in Gantt ///
baselineColor-string default-#fba41c ///

///Specifies the mapping property path for baseline end date in datasource ///
baselineEndDateMapping-string default- ///

///Specifies the mapping property path for baseline start date of a task in datasource ///
baselineStartDateMapping-string default- ///

///Specifies the template for cell tooltip ///
cellTooltipTemplate-string default-null ///

///Specifies the mapping property path for sub tasks in datasource ///
childMapping-string default- ///

///To Specify the column fields to be displayed in the dialog while inserting a column using column menu. ///
columnDialogFields-Array<any> default-[] ///

///Specifies the background of connector lines in Gantt ///
connectorLineBackground-string default- ///

///Specifies the width of the connector lines in Gantt ///
connectorlineWidth-number default-1 ///

///Specify the CSS class for Gantt to achieve custom theme. ///
cssClass-string default- ///

///Collection of data or hierarchical data to represent in Gantt ///
dataSource-Array<any> default-null ///

///Specifies the dateFormat for Gantt , given format is displayed in tooltip , Grid . ///
dateFormat-string default-MM/dd/yyyy ///

///Specifies the customized working time for tasks in Gantt ///
dayWorkingTime-Array<any> default-[{ from: 08:00 AM, to: 12:00 PM , background: }, { from: 01:00 PM, to: 05:00 PM , background: }] ///

///Option for customizing the drag tooltip while reordering the rows. ///
dragTooltip-DragTooltip default- ///

///Specifies option to enable/disable tooltip while drag and drop a row. ///
showTooltip-boolean default-true ///

///Specifies the data source fields to be displayed in the drag tooltip. ///
tooltipItems-Array<any> default-[] ///

///Specifies the custom template for drag tooltip. ///
tooltipTemplate-string default-null ///

///Specifies the mapping property path for duration of a task in datasource ///
durationMapping-string default- ///

///Specifies the duration unit for each tasks whether days or hours or minutes ///
durationUnit-ej.Gantt.DurationUnit|string default-ej.Gantt.DurationUnit.Day ///

///Specifies the mapping property path for task duration unit in datasource ///
durationUnitMapping-string default- ///

///Specifies the fields to be included in the edit dialog in Gantt ///
editDialogFields-Array<EditDialogFields> default-[] ///

///Specifies mapping name to include required fields in Gantt ///
field-string default- ///

///Specifies editType of fields to be included in the edit dialog in Gantt ///
editType-string default- ///

///Specifies the custom column field was displayed in General tab of edit dialog or not. ///
displayInGeneralTab-boolean default-false ///

///Specifies the editSettings options in Gantt. ///
editSettings-EditSettings default- ///

///Enables or disables add record icon in Gantt toolbar ///
allowAdding-boolean default-false ///

///Enables or disables delete icon in Gantt toolbar ///
allowDeleting-boolean default-false ///

///Specifies the option for enabling or disabling editing in Gantt grid part ///
allowEditing-boolean default-false ///

///Specifies the option for enabling or disabling indent action in Gantt. ///
allowIndent-boolean default-false ///

///Specifies the mouse action whether single click or double click to begin the editing ///
beginEditAction-ej.Gantt.BeginEditAction|string default-ej.Gantt.BeginEditAction.DblClick ///

///Specifies the edit mode in Gantt, "normal" is for dialog editing ,"cellEditing" is for cell type editing ///
editMode-string default-normal ///

///Specifies the position where the new row has to be added. ///
rowPosition-ej.Gantt.RowPosition|string default-ej.Gantt.RowPosition.BelowSelectedRow ///

///Enable or disable the confirmation dialog while deleting the record. ///
showDeleteConfirmDialog-boolean default-false ///

///Enables or Disables enableAltRow row effect in Gantt ///
enableAltRow-boolean default-true ///

///Enables or disables the collapse all records when loading the Gantt. ///
enableCollapseAll-boolean default-false ///

///Enables or disables the contextmenu for Gantt , when enabled contextmenu appears on right clicking Gantt ///
enableContextMenu-boolean default-false ///

///Enable or disable predecessor validation. When it is true, all the task's start and end dates are aligned based on its predecessors start and end dates. ///
enablePredecessorValidation-boolean default-true ///

///Indicates whether we can edit the progress of a task interactively in Gantt. ///
enableProgressBarResizing-boolean default-true ///

///Enables or disables the option for dynamically updating the Gantt size on window resizing ///
enableResize-boolean default-false ///

///Enables or disables serial number column for Gantt. When enabled, the records will be number sequenced. ///
enableSerialNumber-boolean default-false ///

///Enables or disables tooltip while editing (dragging/resizing) the taskbar. ///
enableTaskbarDragTooltip-boolean default-true ///

///Enables or disables tooltip for taskbar. ///
enableTaskbarTooltip-boolean default-true ///

///Enables/Disables virtualization for rendering Gantt items. ///
enableVirtualization-boolean default-false ///

///Enables/disables work breakdown structure column. ///
enableWBS-boolean default-false ///

///Enables/disables WBS predecessor column. ///
enableWBSPredecessor-boolean default-false ///

///Specifies the mapping property path for end Date of a task in datasource ///
endDateMapping-string default- ///

///Specifies the mapping property path for the expand status of a record in data source. ///
expandStateMapping-string default- ///

///Options for filtering and customizing filter actions. ///
filterSettings-FilterSettings default- ///

///Specifies the column collection for filtering the Gantt content on initial load ///
filteredColumns-Array<any> default-[] ///

///Specifies the value to be filtered in Gantt. ///
value-string default- ///

///Specifies the field where filtering has to be performed. ///
field-string default- ///

///Specifies the predicate(and/or) value to perform filtering. ///
predicate-string default- ///

///Specifies the filter condition to filtered column. See operator ///
operator-string default- ///

///Specifies the data collection for grouping the resources in resource allocation view in Gantt. ///
groupCollection-Array<any> default-[] ///

///Default Value ///
groupIdMapping-string default- ///

///Default Value ///
groupNameMapping-string default- ///

///Specifies whether to highlight the non working time in Gantt. ///
highlightNonWorkingTime-boolean default-false ///

///Specifies whether to highlight the weekends in Gantt . ///
highlightWeekends-boolean default-true ///

///Collection of holidays with date, background and label information to be displayed in Gantt. ///
holidays-Array<Holidays> default-[] ///

///Specifies holiday date to be displayed in Gantt ///
day-string default- ///

///Specifies the background color for holiday date in Gantt Schedule ///
background-string default- ///

///Specifies the label to be displayed for rendered holiday in Gantt ///
label-string default- ///

///Specifies whether to include weekends while calculating the duration of a task. ///
includeWeekend-boolean default-true ///

///Enables or disables the responsiveness of Gantt ///
isResponsive-boolean default-false ///

///Specifies the data source field name to be displayed as left task label ///
leftTaskLabelMapping-string default- ///

///Specifies the template for left task label ///
leftTaskLabelTemplate-string default- ///

///Specify the locale for Gantt ///
locale-string default-en-US ///

///Specifies the mapping property path for milestone in datasource ///
milestoneMapping-string default- ///

///To Specify the JsRender script Id to customize the mile stone with our preference ///
milestoneTemplate-string default- ///

///Specifies the background color for non working time in Gantt. ///
nonWorkingBackground-string default- ///

///Specifies the mapping property path for the task description in datasource ///
notesMapping-string default- ///

///Specifies the background of parent progressbar in Gantt ///
parentProgressbarBackground-string default- ///

///Specifies the mapping property path for parent task Id in self reference datasource ///
parentTaskIdMapping-string default- ///

///Specifies the background of parent taskbar in Gantt ///
parentTaskbarBackground-string default- ///

///Specifies the template for parent taskbar ///
parentTaskbarTemplate-string default- ///

///Specifies the mapping property path for predecessors of a task in datasource ///
predecessorMapping-string default- ///

///Specifies the JsRender template id or template script for predecessor tooltip on mouse action. ///
predecessorTooltipTemplate-string default- ///

///Specifies the mapping property path for progress percentage of a task in datasource ///
progressMapping-string default- ///

///Specifies the background of progressbar in Gantt ///
progressbarBackground-string default- ///

///Specified the height of the progressbar in taskbar ///
progressbarHeight-number default-100 ///

///Specifies the template for tooltip on resizing progressbar ///
progressbarTooltipTemplate-string default-null ///

///Specifies the template ID for customized tooltip for progressbar editing in Gantt ///
progressbarTooltipTemplateId-string default-null ///

///It receives query to retrieve data from the table (query is same as SQL). ///
query-any default-null ///

///Enables or disables Gantt to read-only mode ///
readOnly-boolean default-false ///

///Enables or Disables rendering baselines in Gantt , when enabled baseline is rendered in Gantt ///
renderBaseline-boolean default-false ///

///Default Value ///
resourceCollectionMapping-string default- ///

///Specifies the mapping property name for resource ID in resource Collection in Gantt ///
resourceIdMapping-string default- ///

///Specifies the mapping property path for resources of a task in datasource ///
resourceInfoMapping-string default- ///

///Specifies the mapping property path for resource name of a task in Gantt ///
resourceNameMapping-string default- ///

///Specifies the mapping property path for resource's percent effort involved in a task in datasource ///
resourceUnitMapping-string default- ///

///Collection of data regarding resources involved in entire project ///
resources-Array<any> default-[] ///

///Specifies the data source field name to be displayed as right task label ///
rightTaskLabelMapping-string default- ///

///Specifies the template for right task label ///
rightTaskLabelTemplate-string default- ///

///Specifies whether rounding off the day working time edits ///
roundOffDayworkingTime-boolean default-true ///

///Specifies the height of a single row in Gantt. Also, we need to set same height in the CSS style with class name e-rowcell. ///
rowHeight-number default-30 ///

///Specifies end date of the Gantt schedule. By default, end date will be rounded to its next Saturday. ///
scheduleEndDate-string default-null ///

///Specifies the options for customizing schedule header. ///
scheduleHeaderSettings-ScheduleHeaderSettings default- ///

///Specified the format for day view in schedule header ///
dayHeaderFormat-string default- ///

///Specified the format for Hour view in schedule header ///
hourHeaderFormat-string default-HH ///

///Specifies the number of minutes per interval ///
minutesPerInterval-ej.Gantt.minutesPerInterval|string default-ej.Gantt.minutesPerInterval.Auto ///

///Specified the format for month view in schedule header ///
monthHeaderFormat-string default-MMM ///

///Specifies the schedule mode ///
scheduleHeaderType-ej.Gantt.ScheduleHeaderType|string default-ej.Gantt.ScheduleHeaderType.Week ///

///Specifies the round-off mode for the start date in schedule header. ///
timescaleStartDateMode-ej.Gantt.TimescaleRoundMode|string default-ej.Gantt.TimescaleRoundMode.Auto ///

///Specified the background for weekends in Gantt ///
weekendBackground-string default-#F2F2F2 ///

///Specified the format for week view in schedule header ///
weekHeaderFormat-string default-MMM dd , yyyy ///

///Specified the format for year view in schedule header ///
yearHeaderFormat-string default-yyyy ///

///Specifies the size of the lowest time unit along the timescale, with minimum value as "50%" and maximum value as "500%". It is also possible to set the value in pixels. ///
timescaleUnitSize-string default-100% ///

///Specifies the start day of the week in week timescale mode ///
weekStartDay-number default-0 ///

///Enable or disable the automatic timescale update on cell editing, dialog editing and taskbar editing. ///
updateTimescaleView-boolean default-true ///

///Specifies start date of the Gantt schedule. By default, start date will be rounded to its previous Sunday. ///
scheduleStartDate-string default-null ///

///Specifies the selected cell information on rendering Gantt. ///
selectedCellIndexes-Array<SelectedCellIndexes> default- ///

///Specifies the row index of the cell to be selected Gantt control ///
rowIndex-number default--1 ///

///Specifies the cell index to be selected in the row. ///
cellIndex-number default--1 ///

///Specifies the selected row Index in Gantt , the row with given index will highlighted ///
selectedRowIndex-number default--1 ///

///Specifies the row selection type. ///
selectionType-ej.Gantt.SelectionType|string default-ej.Gantt.SelectionType.Single ///

///Specifies the type of selection whether to select row or cell. ///
selectionMode-ej.Gantt.SelectionMode|string default-ej.Gantt.SelectionMode.Row ///

///Enables or disables the column chooser. ///
showColumnChooser-boolean default-false ///

///Enables/disables the options for inserting , deleting and renaming columns. ///
showColumnOptions-boolean default-false ///

///Specifies the template for cell tooltip ///
showGridCellTooltip-boolean default-true ///

///Specifies whether to show grid cell tooltip over expander cell alone. ///
showGridExpandCellTooltip-boolean default-true ///

///Specifies whether display task progress inside taskbar. ///
showProgressStatus-boolean default-true ///

///Specifies whether to display resource names for a task beside taskbar. ///
showResourceNames-boolean default-true ///

///Specifies whether to display task name beside task bar. ///
showTaskNames-boolean default-true ///

///Specifies the size option of Gantt control. ///
sizeSettings-SizeSettings default- ///

///Specifies the height of Gantt control ///
height-string default- ///

///Specifies the width of Gantt control ///
width-string default- ///

///Specifies the sorting options for Gantt. ///
sortSettings-SortSettings default- ///

///Specifies the sorted columns for Gantt ///
sortedColumns-Array<any> default-[] ///

///Specifies the field to be sorted in Gantt ///
field-string default- ///

///Specifies the sort direction in Gantt ///
direction-string default- ///

///Specifies splitter position in Gantt. ///
splitterPosition-string default-null ///

///Option to configure the splitter position. ///
splitterSettings-SplitterSettings default- ///

///Specifies position of the splitter in Gantt , splitter can be placed either based on percentage values or pixel values. ///
position-string default- ///

///Specifies the position of splitter in Gantt, based on column index in Gantt. ///
index-string default- ///

///Specifies the mapping property path for start date of a task in datasource ///
startDateMapping-string default- ///

///Specifies the options for striplines ///
stripLines-Array<StripLines> default-[] ///

///Specifies date to render striplines in Gantt ///
day-string default- ///

///Specifies label to be displayed for striplines in Gantt ///
label-string default- ///

///Specifies line style for rendered striplines in Gantt ///
lineStyle-string default- ///

///Specifies the line color for rendered striplines in Gantt ///
lineColor-string default- ///

///Specifies the width of the stripline in Gantt ///
lineWidth-string default- ///

///Default Value ///
taskCollectionMapping-string default- ///

///Specifies the mapping property path for task Id in datasource ///
taskIdMapping-string default- ///

///Specifies the mapping property path for task name in datasource ///
taskNameMapping-string default- ///

///Specifies the task scheduling mode for a project and this will be set to all the tasks available in the project ///
taskSchedulingMode-ej.Gantt.TaskSchedulingMode|string default-ej.Gantt.TaskSchedulingMode.Auto ///

///Specifies the mapping property path for the task scheduling mode for a task in datasource ///
taskSchedulingModeMapping-string default-auto ///

///Specifies the nature of a task for calculating the work, and it can fixed duration, fixed work and fixed resource unit ///
taskType-ej.Gantt.TaskType|string default-ej.Gantt.TaskType.FixedUnit ///

///Specifies the background of the taskbar in Gantt ///
taskbarBackground-string default- ///

///Specifies the template script for customized tooltip for taskbar editing in Gantt ///
taskbarEditingTooltipTemplate-string default- ///

///Specifies the template Id for customized tooltip for taskbar editing in Gantt ///
taskbarEditingTooltipTemplateId-string default- ///

///Specifies the height of taskBar in Gantt. ///
taskbarHeight-number default-20 ///

///To Specify the JsRender script Id to customize the task bar with our preference ///
taskbarTemplate-string default- ///

///Specifies the template for tooltip on mouse action on taskbars ///
taskbarTooltipTemplate-string default- ///

///Specifies the template id for tooltip on mouse action on taskbars ///
taskbarTooltipTemplateId-string default- ///

///Specifies the toolbarSettings options. ///
toolbarSettings-ToolbarSettings default- ///

///Specifies the state of enabling or disabling toolbar ///
showToolbar-boolean default-true ///

///Specifies the list of toolbar items to be rendered in Gantt toolbar ///
toolbarItems-array<ej.Gantt.ToolbarItems|string> default-[] ///

///Allows the user to insert custom toolbar items. ///
customToolbarItems-Array<any> default- ///

///Allows the user to insert the custom icons in toolbar using CSS class name selector. ///
text-string default- ///

///Allows the user to insert the custom icons in toolbar using script templates. Using this property we can bind HTML elements and other EJ controls to Gantt toolbar. ///
templateID-string default- ///

///Allows the user to display custom tooltip text for Gantt custom toolbar items. ///
tooltipText-string default- ///

///Specifies the tree expander column in Gantt ///
treeColumnIndex-number default-0 ///

///Enables or disables the schedule date validation while connecting a manually scheduled task with predecessor ///
validateManualTasksOnLinking-boolean default-false ///

///Specifies the view type for a project in the Gantt. ///
viewType-ej.Gantt.ViewType|string default-ej.Gantt.ViewType.ProjectView ///

///Specifies the weekendBackground color in Gantt ///
weekendBackground-string default-#F2F2F2 ///

///Specifies the mapping property path for the work field of a task in the data source. When it is mapped the end date and duration for a task will be calculated automatically. ///
workMapping-string default- ///

///Specifies the unit for the work involved in a task and it can be day, hour or minute ///
workUnit-ej.Gantt.WorkUnit|string default-ej.Gantt.WorkUnit.Hour ///

///Gets or sets the working days of a week in a project. ///
workWeek-Array<any> default-[Monday,Tuesday,Wednesday,Thursday,Friday] ///

///Specifies the working time schedule of day ///
workingTimeScale-ej.Gantt.workingTimeScale|string default-ej.Gantt.workingTimeScale.TimeScale8Hours ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Grid:function(){ /// /// Constructor of ej.Grid /// } }); ej.Grid=(function(){ var original=ej.Grid var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addIgnoreOnExport:function(propertyNames){ /// /// /// Adds a grid model property which is to be ignored upon exporting. /// /// Pass the array of parameters which need to be ignored on exporting /// }, addIgnoreOnToolbarServerClick:function(propertyNames){ /// /// /// Adds a grid model property which is to be ignored upon OnServerToolbarClick. /// /// Pass the array of parameters which need to be ignored on OnServerToolbarClick /// }, addRecord:function(data, serverChange){ /// /// /// Add a new record in grid control when allowAdding is set as true.Without passing parameters it will add empty row. /// /// Pass the array of added Records /// /// /// /// Add a new record in grid control when allowAdding is set as true.Without passing parameters it will add empty row. /// /// optionalIf we pass serverChange as true, send post to server side for server action. /// }, batchCancel:function(){ /// /// /// Cancel the modified changes in grid control when edit mode is "batch". /// }, batchSave:function(){ /// /// /// Save the modified changes to data source in grid control when edit mode is "batch". /// }, cancelEdit:function(){ /// /// /// Send a cancel request in grid. /// }, cancelEditCell:function(){ /// /// /// Send a cancel request to the edited cell in grid. /// }, calculatePageSizeByParentHeight:function(containerHeight){ /// /// /// Returns the total page size need to be displayed in grid based on the given container height. This method will also work when the property allowTextWrap as true only when wrap mode is header. /// /// When passing the container height as integer or percentage, it will returns the page size that need to be displayed for grid. /// }, changePageSize:function(pageSize){ /// /// /// It is used to change the number of records displayed per page in grid based on the given page size. /// /// When passing the page size, it will change the number of records displayed per page in grid. /// }, clearCellSelection:function(){ /// /// /// It is used to clear all the cell selection. /// }, clearCellSelection:function(rowIndex, columnIndex){ /// /// /// It is used to clear specified cell selection based on the rowIndex and columnIndex provided. /// /// It is used to pass the row index of the cell /// /// /// /// It is used to clear specified cell selection based on the rowIndex and columnIndex provided. /// /// It is used to pass the column index of the cell. /// }, clearColumnSelection:function(index){ /// /// /// It is used to clear all the row selection or at specific row selection based on the index provided. /// /// optional If index of the column is specified then it will remove the selection from the particular column else it will clears all of the column selection /// }, clearFiltering:function(field){ /// /// /// It is used to clear all the filtering done. /// /// If field of the column is specified then it will clear the particular filtering column /// }, clearSearching:function(){ /// /// /// Clear the searching from the grid /// }, clearSelection:function(index){ /// /// /// Clear all the row selection or at specific row selection based on the index provided /// /// optional If index of the row is specified then it will remove the selection from the particular row else it will clears all of the row selection /// }, clearSorting:function(){ /// /// /// Clear the sorting from columns in the grid /// }, collapseAll:function(){ /// /// /// Collapse all the group caption rows in grid /// }, collapseGroupDropArea:function(){ /// /// /// Collapse the group drop area in grid /// }, columns:function(columnDetails, action){ /// /// /// Add or remove columns in grid column collections /// /// Pass array of columns or string of field name to add/remove the column in grid /// /// /// /// Add or remove columns in grid column collections /// /// optional Pass add/remove action to be performed. By default "add" action will perform /// }, dataSource:function(datasource, templateRefresh){ /// /// /// Refresh the grid with new data source /// /// Pass new data source to the grid /// /// /// /// Refresh the grid with new data source /// /// optional When templateRefresh is set true, both header and contents get refreshed /// }, deleteRecord:function(fieldName, data){ /// /// /// Delete a record in grid control when allowDeleting is set as true /// /// Pass the primary key field Name of the column /// /// /// /// Delete a record in grid control when allowDeleting is set as true /// /// Pass the JSON data of record need to be delete. /// }, deleteRow:function($tr){ /// /// /// Delete the row based on the given tr element in grid. /// /// Pass the tr element in grid content to get its row index /// }, destroy:function(){ /// /// /// Destroy the grid widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, editCell:function(index, fieldName){ /// /// /// Edit a particular cell based on the row index and field name provided in "batch" edit mode. /// /// Pass row index to edit particular cell /// /// /// /// Edit a particular cell based on the row index and field name provided in "batch" edit mode. /// /// Pass the field name of the column to perform batch edit /// }, editFormValidate:function(){ /// /// /// It returns a value and if the input field values of edit form is not based on the validation rules then it will show the validation message. /// }, endEdit:function(){ /// /// /// Send a save request in grid. /// }, expandAll:function(){ /// /// /// Expand all the group caption rows in grid. /// }, expandCollapse:function($target){ /// /// /// Expand or collapse the row based on the row state in grid /// /// Pass the target object to expand/collapse the row based on its row state /// }, expandGroupDropArea:function(){ /// /// /// Expand the group drop area in grid. /// }, export:function(action, serverEvent, multipleExport, gridIds){ /// /// /// Export the grid content to excel, word or PDF document. /// /// Pass the controller action name corresponding to exporting /// /// /// /// Export the grid content to excel, word or PDF document. /// /// optionalASP server event name corresponding to exporting /// /// /// /// Export the grid content to excel, word or PDF document. /// /// optionalPass the multiple exporting value as true/false /// /// /// /// Export the grid content to excel, word or PDF document. /// /// optionalPass the array of the gridIds to be filtered /// }, filterColumn:function(fieldName, filterOperator, filterValue, predicate, matchcase, actualFilterValue){ /// /// /// Send a filtering request to filter one column in grid. /// /// Pass the field name of the column /// /// /// /// Send a filtering request to filter one column in grid. /// /// string/integer/dateTime operator /// /// /// /// Send a filtering request to filter one column in grid. /// /// Pass the value to be filtered in a column /// /// /// /// Send a filtering request to filter one column in grid. /// /// Pass the predicate as and/or /// /// /// /// Send a filtering request to filter one column in grid. /// /// optional Pass the match case value as true/false /// /// /// /// Send a filtering request to filter one column in grid. /// /// optionalactualFilterValue denote the filter object of current filtered columns.Pass the value to filtered in a column /// }, filterColumn:function(filterQueries){ /// /// /// Send a filtering request to filter single or multiple column in grid. /// /// Pass array of filterColumn query for performing filter operation /// }, getBatchChanges:function(){ /// /// /// Get the batch changes of edit, delete and add operations of grid. /// }, getBrowserDetails:function(){ /// /// /// Get the browser details /// }, getColumnByField:function(fieldName){ /// /// /// Get the column details based on the given field in grid /// /// Pass the field name of the column to get the corresponding column object /// }, getColumnByHeaderText:function(headerText){ /// /// /// Get the column details based on the given header text in grid. /// /// Pass the header text of the column to get the corresponding column object /// }, getColumnByIndex:function(columnIndex){ /// /// /// Get the column details based on the given column index in grid /// /// Pass the index of the column to get the corresponding column object /// }, getColumnFieldNames:function(){ /// /// /// Get the list of field names from column collection in grid. /// }, getColumnIndexByField:function(fieldName){ /// /// /// Get the column index of the given field in grid. /// /// Pass the field name of the column to get the corresponding column index /// }, getColumnIndexByHeaderText:function(headerText, field){ /// /// /// Get the column index of the given headerText of column in grid. /// /// Pass the headerText of the column to get that column index /// /// /// /// Get the column index of the given headerText of column in grid. /// /// optionalOptional Pass the field name of the column. /// }, getContent:function(){ /// /// /// Get the content div element of grid. /// }, getContentTable:function(){ /// /// /// Get the content table element of grid /// }, getCurrentEditCellData:function(){ /// /// /// Get the data of currently edited cell value in "batch" edit mode /// }, getCurrentIndex:function(){ /// /// /// Get the current page index in grid pager. /// }, getCurrentViewData:function(){ /// /// /// Get the current page data source of grid. /// }, getDataByIndex:function(){ /// /// /// Get the data of given row index in grid. /// }, getFieldNameByHeaderText:function(headerText){ /// /// /// Get the column field name from the given header text in grid. /// /// Pass header text of the column to get its corresponding field name /// }, getFilterBar:function(){ /// /// /// Get the filter bar of grid /// }, getFilteredRecords:function(){ /// /// /// Get the records filtered or searched in Grid /// }, getFooterContent:function(){ /// /// /// Get the footer content of grid. /// }, getFooterTable:function(){ /// /// /// Get the footer table element of grid. /// }, getHeaderContent:function(){ /// /// /// Get the header content div element of grid. /// }, getHeaderTable:function(){ /// /// /// Get the header table element of grid /// }, getHeaderTextByFieldName:function(field){ /// /// /// Get the column header text from the given field name in grid. /// /// Pass field name of the column to get its corresponding header text /// }, getHiddenColumnNames:function(){ /// /// /// Get the names of all the hidden column collections in grid. /// }, getIndexByRow:function($tr){ /// /// /// Get the row index based on the given tr element in grid. /// /// Pass the tr element in grid content to get its row index /// }, getPager:function(){ /// /// /// Get the pager of grid. /// }, getPrimaryKeyFieldNames:function(){ /// /// /// Get the names of primary key columns in Grid /// }, getRowByIndex:function(from, to){ /// /// /// Get the rows(tr element) from the given from and to row index in grid /// /// Pass the from index from which the rows to be returned /// /// /// /// Get the rows(tr element) from the given from and to row index in grid /// /// Pass the to index to which the rows to be returned /// }, getRowHeight:function(){ /// /// /// Get the row height of grid. /// }, getRows:function(){ /// /// /// Get the rows(tr element)of grid which is displayed in the current page. /// }, getScrollObject:function(){ /// /// /// Get the scroller object of grid. /// }, getSelectedRecords:function(){ /// /// /// Get the selected records details in grid. /// }, getSelectedRows:function(){ /// /// /// Get the selected row element details in grid. /// }, getsortColumnByField:function(field){ /// /// /// It accepts the string value and returns the field and sorted direction of the column in grid. /// /// Pass the field of the column to get the sorted direction of the corresponding column in Grid. /// }, getSummaryValues:function(summaryCol, summaryData){ /// /// /// Get the calculated summary values of JSON data passed to it /// /// Pass Summary Column details /// /// /// /// Get the calculated summary values of JSON data passed to it /// /// Pass JSON Array for which its field values to be calculated /// }, getVisibleColumnNames:function(){ /// /// /// Get the names of all the visible column collections in grid /// }, gotoPage:function(pageIndex){ /// /// /// Send a paging request to specified page in grid /// /// Pass the page index to perform paging at specified page index /// }, groupColumn:function(fieldName){ /// /// /// Send a column grouping request in grid. /// /// Pass the field Name of the column to be grouped in grid control /// }, hideColumns:function(headerText){ /// /// /// Hide columns from the grid based on the header text /// /// you can pass either array of header text of various columns or a header text of a column to hide /// }, print:function(){ /// /// /// Print the grid control /// }, refreshBatchEditChanges:function(){ /// /// /// It is used to refresh and reset the changes made in "batch" edit mode /// }, refreshHeader:function(){ /// /// /// It is used to refresh the grid header. /// }, refreshContent:function(templateRefresh){ /// /// /// Refresh the grid contents. The template refreshment is based on the argument passed along with this method /// /// optional When templateRefresh is set true, template and grid contents both are refreshed in grid else only grid content is refreshed /// }, refreshData:function(additionalParameters){ /// /// /// Refresh the grid contents with updated server Data, using XMLHttpRequest. Url Path should be provided in Grid datasource otherwise it refreshes with local data without XMLHttpRequest. /// /// optionalData to the server /// }, refreshTemplate:function(){ /// /// /// Refresh the template of the grid /// }, refreshToolbar:function(){ /// /// /// Refresh the toolbar items in grid. /// }, removeSortedColumns:function(fieldName){ /// /// /// Remove a column or collection of columns from a sorted column collections in grid. /// /// Pass array of field names of the columns to remove a collection of sorted columns or pass a string of field name to remove a column from sorted column collections /// }, render:function(){ /// /// /// Creates a grid control /// }, reorderColumns:function(fromFieldName, toFieldName){ /// /// /// Re-order the column in grid /// /// Pass the from field name of the column needs to be changed /// /// /// /// Re-order the column in grid /// /// Pass the to field name of the column needs to be changed /// }, reorderRows:function(indexes, toIndex){ /// /// /// Re-order the row in grid /// /// Pass the indexes of the rows needs to reorder. /// /// /// /// Re-order the row in grid /// /// Pass the index of a row where to be reordered. /// }, resetModelCollections:function(){ /// /// /// Reset the model collections like pageSettings, groupSettings, filterSettings, sortSettings and summaryRows. /// }, resizeColumns:function(column, width){ /// /// /// Resize the columns by giving column name and width for the corresponding one. /// /// Pass the column name that needs to be changed /// /// /// /// Resize the columns by giving column name and width for the corresponding one. /// /// Pass the width to resize the particular columns /// }, rowHeightRefresh:function(){ /// /// /// Resolves row height issue when unbound column is used with FrozenColumn /// }, saveCell:function(preventSaveEvent){ /// /// /// We can prevent the client side cellSave event triggering by passing the preventSaveEvent argument as true.Without argument it will save the particular edited grid cell. /// /// optionalIf we pass preventSaveEvent as true, it prevents the client side cellSave event triggering /// }, setDimension:function(height, width){ /// /// /// Set dimension for grid with corresponding to grid parent. /// /// Pass the height of the grid container /// /// /// /// Set dimension for grid with corresponding to grid parent. /// /// Pass the width of the grid container /// }, setWidthToColumns:function(){ /// /// /// Send a request to grid to refresh the width set to columns /// }, search:function(searchString){ /// /// /// Send a search request to grid with specified string passed in it /// /// Pass the string to search in Grid records /// }, selectCells:function(rowCellIndexes){ /// /// /// Select cells in grid. /// /// It is used to set the starting index of row and indexes of cells for that corresponding row for selecting cells. /// }, selectColumns:function(fromIndex){ /// /// /// Select columns in grid. /// /// It is used to set the starting index of column for selecting columns. /// }, selectColumns:function(columnIndex, toIndex){ /// /// /// Select the specified columns in grid based on Index provided. /// /// It is used to set the starting index of column for selecting columns. /// /// /// /// Select the specified columns in grid based on Index provided. /// /// optionalIt is used to set the ending index of column for selecting columns. /// }, selectRows:function(fromIndex, toIndex){ /// /// /// Select rows in grid. /// /// It is used to set the starting index of row for selecting rows. /// /// /// /// Select rows in grid. /// /// It is used to set the ending index of row for selecting rows. /// }, selectRows:function(from, to, target){ /// /// /// Select specified rows in grid based on Index provided. /// /// It is used to set the starting index of row for selecting rows. /// /// /// /// Select specified rows in grid based on Index provided. /// /// optionalIt is used to set the ending index of row for selecting rows. /// /// /// /// Select specified rows in grid based on Index provided. /// /// optionalTarget element which is clicked. /// }, selectRows:function(rowIndexes){ /// /// /// Select rows in grid. /// /// Pass array of rowIndexes for selecting rows /// }, setCellText:function(){ /// /// /// Used to update a particular cell value. /// }, setCellValue:function(Index, fieldName, value){ /// /// /// Used to update a particular cell value based on specified row Index and the fieldName. /// /// It is used to set the index for selecting the row. /// /// /// /// Used to update a particular cell value based on specified row Index and the fieldName. /// /// It is used to set the field name for selecting column. /// /// /// /// Used to update a particular cell value based on specified row Index and the fieldName. /// /// It is used to set the value for the selected cell. /// }, setDefaultData:function(){ /// /// /// It sets the default data to the column in grid during adding record in batch edit mode. /// }, setPhoneModeMaxWidth:function(Index){ /// /// /// The grid rows has to be rendered as detail view in mobile mode based on given value. /// /// It is used to render grid rows as details view in mobile mode. /// }, setValidation:function(){ /// /// /// Set validation to edit form in the grid. /// }, setValidationToField:function(fieldName, rules){ /// /// /// Set validation to a particular input field in a edit form dynamically. /// /// Specify the field name of the column to set validation rules /// /// /// /// Set validation to a particular input field in a edit form dynamically. /// /// Specify the validation rules for the field /// }, showColumns:function(headerText){ /// /// /// Show columns in the grid based on the header text /// /// you can pass either array of header text of various columns or a header text of a column to show /// }, sortColumn:function(columnName, sortingDirection){ /// /// /// Send a sorting request in grid. /// /// Pass the field name of the column as columnName for which sorting have to be performed /// /// /// /// Send a sorting request in grid. /// /// optional Pass the sort direction ascending/descending by which the column have to be sort. By default it is sorting in an ascending order /// }, startEdit:function($tr){ /// /// /// Send an edit record request in grid /// /// Pass the tr- selected row element to be edited in grid /// }, ungroupColumn:function(fieldName){ /// /// /// Un-group a column from grouped columns collection in grid /// /// Pass the field Name of the column to be ungrouped from grouped column collection /// }, updateRecord:function(fieldName, data){ /// /// /// Update a edited record in grid control when allowEditing is set as true. /// /// Pass the primary key field Name of the column /// /// /// /// Update a edited record in grid control when allowEditing is set as true. /// /// Pass the edited JSON data of record need to be update. /// }, windowonresize:function(){ /// /// /// It adapts grid to its parent element or to the browsers window. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejGrid=function(){ this.data("ejGrid",new ej.Grid()); return this; }; intellisense.annotate(jQuery.fn,{ ejGrid :function (options) { /// ///
///The grid can be easily configured to the DOM element, such as div. you can create a grid with a highly customizable look and feel.

///Gets or sets a value that indicates whether to customizing cell based on our needs. ///
allowCellMerging-boolean default-false ///

///Gets or sets a value that indicates whether to enable dynamic grouping behavior. Grouping can be done by drag on drop desired columns to grid’s GroupDropArea. This can be further customized through “groupSettings” property. ///
allowGrouping-boolean default-false ///

///Gets or sets a value that indicates whether to enable keyboard support for performing grid actions. selectionType – Gets or sets a value that indicates whether to enable single row or multiple rows selection behavior in grid. Multiple selection can be done through by holding CTRL and clicking the grid rows ///
allowKeyboardNavigation-boolean default-true ///

///Gets or sets a value that indicates whether to enable dynamic filtering behavior on grid. Filtering can be used to limit the records displayed using required criteria and this can be further customized through “filterSettings” property ///
allowFiltering-boolean default-false ///

///Gets or sets a value that indicates whether to enable the dynamic sorting behavior on grid data. Sorting can be done through clicking on particular column header. ///
allowSorting-boolean default-false ///

///Gets or sets a value that indicates whether to enable multi columns sorting behavior in grid. Sort multiple columns by holding CTRL and click on the corresponding column header. ///
allowMultiSorting-boolean default-false ///

///This specifies the grid to show the paginated data. Also enables pager control at the bottom of grid for dynamic navigation through data source. Paging can be further customized through “pageSettings” property. ///
allowPaging-boolean default-false ///

///Gets or sets a value that indicates whether to enable the columns reordering behavior in the grid. Reordering can be done through by drag and drop the particular column from one index to another index within the grid. ///
allowReordering-boolean default-false ///

///Gets or sets a value that indicates whether the column is non resizable. Column width is set automatically based on the content or header text which is large. ///
allowResizeToFit-boolean default-false ///

///Gets or sets a value that indicates whether to enable dynamic resizable of columns. Resize the width of the columns by simply click and move the particular column header line ///
allowResizing-boolean default-false ///

///Gets or sets a value that indicates whether to enable the rows reordering in Grid and drag & drop rows between multiple Grid. ///
allowRowDragAndDrop-boolean default-false ///

///Gets or sets a value that indicates whether to enable the scrollbar in the grid and view the records by scroll through the grid manually ///
allowScrolling-boolean default-false ///

///Gets or sets a value that indicates whether to enable dynamic searching behavior in grid. Currently search box can be enabled through “toolbarSettings” ///
allowSearching-boolean default-false ///

///Gets or sets a value that indicates whether user can select rows on grid. On enabling feature, selected row will be highlighted. ///
allowSelection-boolean default-true ///

///Gets or sets a value that indicates whether the Content will wrap to the next line if the content exceeds the boundary of the Column Cells. ///
allowTextWrap-boolean default-false ///

///Gets or sets a value that indicates whether to enable the multiple exporting behavior on grid data. ///
allowMultipleExporting-boolean default-false ///

///Gets or sets a value that indicates to define common width for all the columns in the grid. ///
commonWidth-number default- ///

///Gets or sets a value that indicates to enable the visibility of the grid lines. ///
gridLines-ej.Grid.GridLines|string default-ej.Grid.GridLines.Both ///

///This specifies the grid to add the grid control inside the grid row of the parent with expand/collapse options ///
childGrid-any default-null ///

///Sets the clip mode for Grid cell as ellipsis or clipped content(both header and content) ///
clipMode-ej.Grid.ClipMode|string default-ej.Grid.ClipMode.Clip ///

///Used to enable or disable static width settings for column. If the columnLayout is set as fixed, then column width will be static. ///
columnLayout-ej.Grid.ColumnLayout|string default-ej.Grid.ColumnLayout.Auto ///

///Gets or sets an object that indicates to render the grid with specified columns ///
columns-Array<Columns> default-[] ///

///Gets or sets a value that indicates whether to enable editing behavior for particular column. ///
allowEditing-boolean default-true ///

///Gets or sets a value that indicates whether to enable dynamic filtering behavior for particular column. ///
allowFiltering-boolean default-true ///

///Gets or sets a value that indicates whether to enable dynamic grouping behavior for particular column. ///
allowGrouping-boolean default-true ///

///Gets or sets a value that indicates whether to enable dynamic sorting behavior for particular column. ///
allowSorting-boolean default-true ///

///Gets or sets a value that indicates whether to enable dynamic resizable for particular column. ///
allowResizing-boolean default-true ///

///Gets or sets an object that indicates to define a command column in the grid. ///
commands-Array<any> default-[] ///

///Gets or sets an object that indicates to define all the button options which are available in ejButton. ///
buttonOptions-any default- ///

///Gets or sets a value that indicates to add the command column button. See unboundType ///
type-ej.Grid.UnboundType|string default- ///

///Gets or sets a value that indicates to provide custom CSS for an individual column. ///
cssClass-string default- ///

///Gets or sets a value that indicates the attribute values to the td element of a particular column ///
customAttributes-any default- ///

///Gets or sets a value that indicates to bind the external datasource to the particular column when column editType as dropdownedit and also it is used to bind the datasource to the foreign key column while editing the grid. //Where data is array of JSON objects of text and value for the drop-down and array of JSON objects for foreign key column. ///
dataSource-any default-null ///

///Gets or sets a value that indicates to display the specified default value while adding a new record to the grid ///
defaultValue-string|number|boolean|Date default- ///

///Gets or sets a value that indicates to render the grid content and header with an HTML elements ///
disableHtmlEncode-boolean default-false ///

///Gets or sets a value that indicates to display a column value as checkbox or string ///
displayAsCheckbox-boolean default-true ///

///Gets or sets a value that indicates to customize ejNumericTextbox of an editable column. See editingType ///
editParams-any default- ///

///Gets or sets a template that displays a custom editor used to edit column values. See editTemplate ///
editTemplate-any default-null ///

///Gets or sets a value that indicates to render the element(based on edit type) for editing the grid record. See editingType ///
editType-ej.Grid.EditingType|string default-ej.Grid.EditingType.String ///

///Gets or sets a value that indicates to groups the column based on its column format. ///
enableGroupByFormat-boolean default-false ///

///Gets or sets a value that indicates to display the columns in the grid mapping with column name of the dataSource. ///
field-string default- ///

///Gets or sets a template that customize the filter control from default . See filterBarTemplate ///
filterBarTemplate-any default-null ///

///Gets or sets a value that indicates to render the excel or menu filter dialog to the grid columns. See filterType ///
filterType-ej.Grid.FilterType|string default-null ///

///Gets or sets a value that indicates to define foreign key field name of the grid datasource. ///
foreignKeyField-string default-null ///

///Gets or sets a value that indicates to bind the field which is in foreign column datasource based on the foreignKeyField ///
foreignKeyValue-string default-null ///

///Gets or sets a value that indicates the format for the text applied on the column ///
format-string default- ///

///Gets or sets a value that indicates to add the template within the header element of the particular column. ///
headerTemplateID-string default-null ///

///Gets or sets a value that indicates to display the title of that particular column. ///
headerText-string default- ///

///This defines the text alignment of a particular column header cell value. See headerTextAlign ///
headerTextAlign-ej.TextAlign|string default-null ///

///It accepts the string value and shows the tooltip for the Grid column header. ///
headerTooltip-string default-null ///

///You can use this property to freeze selected columns in grid at the time of scrolling. ///
isFrozen-boolean default-false ///

///Gets or sets a value that indicates the column has an identity in the database. ///
isIdentity-boolean default-false ///

///Gets or sets a value that indicates the column is act as a primary key(read-only) of the grid. The editing is performed based on the primary key column ///
isPrimaryKey-boolean default-false ///

///Gets or sets a value that indicates the order of Column that are to be hidden or visible when Grid element is in responsive mode and could not occupy all columns. ///
priority-number default--1 ///

///Used to hide the particular column in column chooser by giving value as false. ///
showInColumnChooser-boolean default-true ///

///Gets or sets a value that indicates whether to enables column template for a particular column. ///
template-boolean|string default-false ///

///Gets or sets a value that indicates to align the text within the column. See textAlign ///
textAlign-ej.TextAlign|string default-ej.TextAlign.Left ///

///Sets the template for Tooltip in Grid Columns(both header and content) ///
tooltip-string default- ///

///Gets or sets a value that indicates to specify the data type of the specified columns. ///
type-string default- ///

///Gets or sets a value that indicates to define constraints for saving data to the database. ///
validationRules-any default- ///

///Gets or sets a value that indicates whether this column is visible in the grid. ///
visible-boolean default-true ///

///Gets or sets a value that indicates to define the width for a particular column in the grid. ///
width-number default- ///

///Gets or sets an object that indicates whether to customize the context menu behavior of the grid. ///
contextMenuSettings-ContextMenuSettings default- ///

///Gets or sets a value that indicates whether to add the default context menu actions as a context menu items If enableContextMenu is true it will show all the items related to the target, if you want selected items from contextmenu you have to mention in the contextMenuItems ///
contextMenuItems-Array<any> default-[] ///

///Gets or sets a value that indicates whether to add custom contextMenu items within the toolbar to perform any action in the grid ///
customContextMenuItems-Array<any> default-[] ///

///Gets or sets a value that indicates whether to enable the context menu action in the grid. ///
enableContextMenu-boolean default-false ///

///Used to get or set the subMenu to the corresponding custom context menu item. ///
subContextMenu-Array<any> default- ///

///Used to get or set the corresponding custom context menu item to which the submenu to be appended. ///
contextMenuItem-string default-null ///

///Used to get or set the sub menu items to the custom context menu item. ///
subMenu-Array<any> default-[] ///

///Used to get or set the sub menu items to the custom context menu item using JsRender template. ///
template-string default-null ///

///Gets or sets a value that indicates whether to disable the default context menu items in the grid. ///
disableDefaultItems-boolean default-false ///

///Gets or sets a value that indicates to render the grid with custom theme. ///
cssClass-string default- ///

///Gets or sets the data to render the grid with records ///
dataSource-any default-null ///

///Default Value: ///
detailsTemplate-string default-null ///

///Gets or sets an object that indicates whether to customize the editing behavior of the grid. ///
editSettings-EditSettings default- ///

///Gets or sets a value that indicates whether to enable insert action in the editing mode. ///
allowAdding-boolean default-false ///

///Gets or sets a value that indicates whether to enable the delete action in the editing mode. ///
allowDeleting-boolean default-false ///

///Gets or sets a value that indicates whether to enable the edit action in the editing mode. ///
allowEditing-boolean default-false ///

///Gets or sets a value that indicates whether to enable the editing action while double click on the record ///
allowEditOnDblClick-boolean default-true ///

///This specifies the id of the template. This template can be used to display the data that you require to be edited using the Dialog Box ///
dialogEditorTemplateID-string default-null ///

///Gets or sets a value that indicates whether to define the mode of editing See editMode ///
editMode-ej.Grid.EditMode|string default-ej.Grid.EditMode.Normal ///

///This specifies the id of the template. This template can be used to display the data that you require to be edited using the External edit form ///
externalFormTemplateID-string default-null ///

///This specifies to set the position of an External edit form either in the top-right or bottom-left of the grid. See formPosition ///
formPosition-ej.Grid.FormPosition|string default-ej.Grid.FormPosition.BottomLeft ///

///This specifies the id of the template. This template can be used to display the data that you require to be edited using the Inline edit form ///
inlineFormTemplateID-string default-null ///

///This specifies to set the position of an adding new row either in the top or bottom of the grid. See rowPosition ///
rowPosition-ej.Grid.RowPosition|string default-ej.Grid.RowPosition.Top ///

///Gets or sets a value that indicates whether the confirm dialog has to be shown while saving or discarding the batch changes ///
showConfirmDialog-boolean default-true ///

///Gets or sets a value that indicates whether the confirm dialog has to be shown while deleting record ///
showDeleteConfirmDialog-boolean default-false ///

///Gets or sets a value that indicates whether the title for edit form is different from the primarykey column. ///
titleColumn-string default-null ///

///Gets or sets a value that indicates whether to display the add new form by default in the grid. ///
showAddNewRow-boolean default-false ///

///Gets or sets a value that indicates whether to enable the alternative rows differentiation in the grid records based on corresponding theme. ///
enableAltRow-boolean default-true ///

///Gets or sets a value that indicates whether to enable the save action in the grid through row selection ///
enableAutoSaveOnSelectionChange-boolean default-true ///

///Gets or sets a value that indicates whether to enable mouse over effect on the corresponding column header cell of the grid ///
enableHeaderHover-boolean default-false ///

///Gets or sets a value that indicates whether to persist the grid model state in page using applicable medium i.e., HTML5 localStorage or cookies ///
enablePersistence-boolean default-false ///

///Gets or sets a value that indicates whether the grid rows has to be rendered as detail view in mobile mode ///
enableResponsiveRow-boolean default-false ///

///Gets or sets a value that indicates whether to enable mouse over effect on corresponding grid row. ///
enableRowHover-boolean default-true ///

///Align content in the grid control from right to left by setting the property as true. ///
enableRTL-boolean default-false ///

///To Disable the mouse swipe property as false. ///
enableTouch-boolean default-true ///

///It sets a value that indicates whether to enable toolbar items, when allowEditing, allowAdding and allowDeleting property set as false in the grid. ///
enableToolbarItems-boolean default-false ///

///Act as mapper for the excel exporting URL. ///
exportToExcelAction-string default-ExportToExcel ///

///Act as mapper for the PDF exporting URL. ///
exportToPdfAction-string default-ExportToPdf ///

///Act as mapper for the Word exporting URL. ///
exportToWordAction-string default-ExportToWord ///

///Gets or sets an object that indicates whether to customize the filtering behavior of the grid ///
filterSettings-FilterSettings default- ///

///Gets or sets a value that indicates to perform the filter operation with case sensitive in excel styled filter menu mode ///
enableCaseSensitivity-boolean default-false ///

///Gets or sets a value that indicates to define the interDeterminateState of checkbox in excel filter dialog. ///
enableInterDeterminateState-boolean default-true ///

///This specifies the grid to starts the filter action while typing in the filterBar or after pressing the enter key. based on the filterBarMode. See filterBarMode. ///
filterBarMode-ej.Grid.FilterBarMode|string default-ej.Grid.FilterBarMode.Immediate ///

///Gets or sets a value that indicates whether to define the filtered columns details programmatically at initial load ///
filteredColumns-Array<any> default-[] ///

///Gets or sets a value that indicates whether to define the field name of the column to be filter. ///
field-string default- ///

///Gets or sets a value that indicates whether to define the matchCase of given value to be filter. ///
matchCase-boolean default- ///

///Gets or sets a value that indicates whether to define the filter condition to filtered column. See operator ///
operator-ej.FilterOperators|string default- ///

///Gets or sets a value that indicates whether to define the predicate as and/or. ///
predicate-string default- ///

///Gets or sets a value that indicates whether to define the value to be filtered in a column. ///
value-string|number default- ///

///This specifies the grid to show the filterBar or filterMenu to the grid records. See filterType ///
filterType-ej.Grid.FilterType|string default-ej.Grid.FilterType.FilterBar ///

///This specifies the grid to delay the filter action while typing in the filterBar. ///
immediateModeDelay-number default-1500 ///

///Gets or sets a value that indicates the maximum number of filter choices that can be showed in the excel styled filter menu. ///
maxFilterChoices-number default-1000 ///

///This specifies the grid to show the filter text within the grid pager itself. ///
showFilterBarStatus-boolean default-true ///

///Gets or sets a value that indicates whether to enable the predicate options in the filtering menu ///
showPredicate-boolean default-false ///

///Gets or sets an object that indicates whether to customize the grouping behavior of the grid. ///
groupSettings-GroupSettings default- ///

///Gets or sets a value that customize the group caption format. ///
captionFormat-string default-null ///

///Gets or sets a value that indicates whether to enable animation button option in the group drop area of the grid. ///
enableDropAreaAutoSizing-boolean default-false ///

///Gets or sets a value that indicates whether to add grouped columns programmatically at initial load ///
groupedColumns-Array<any> default-[] ///

///Gets or sets a value that indicates whether to show the group drop area just above the column header. It can be used to avoid ungrouping the already grouped column using groupSettings. ///
showDropArea-boolean default-true ///

///Gets or sets a value that indicates whether to hide the grouped columns from the grid ///
showGroupedColumn-boolean default-false ///

///Gets or sets a value that indicates whether to show the group button image(toggle button)in the column header and also in the grouped column in the group drop area . It can be used to group/ungroup the columns by click on the toggle button. ///
showToggleButton-boolean default-false ///

///Gets or sets a value that indicates whether to enable the close button in the grouped column which is in the group drop area to ungroup the grouped column ///
showUngroupButton-boolean default-false ///

///Gets or sets a value that indicates whether the grid design has be to made responsive. ///
isResponsive-boolean default-false ///

///This specifies to change the key in keyboard interaction to grid control ///
keySettings-any default-null ///

///Gets or sets a value that indicates whether to customizing the user interface (UI) as locale-specific in order to display regional data i.e. in a language and culture specific to a particular country or region. ///
locale-string default-en-US ///

///Gets or sets a value that indicates whether to set the minimum width of the responsive grid while isResponsive property is true and enableResponsiveRow property is set as false. ///
minWidth-number default-0 ///

///Gets or sets an object that indicates whether to modify the pager default configuration. ///
pageSettings-PageSettings default- ///

///Gets or sets a value that indicates whether to define which page to display currently in the grid ///
currentPage-number default-1 ///

///Gets or sets a value that indicates whether to pass the current page information as a query string along with the URL while navigating to other page. ///
enableQueryString-boolean default-false ///

///Gets or sets a value that indicates whether to enables pager template for the grid. ///
enableTemplates-boolean default-false ///

///Gets or sets a value that indicates whether to define the number of pages displayed in the pager for navigation ///
pageCount-number default-8 ///

///Gets or sets a value that indicates whether to define the number of records displayed per page ///
pageSize-number default-12 ///

///Gets or sets different page size values to the Dropdown in Grid Pager, by which number of records in a page can be changed dynamically. ///
pageSizeList-Array<any> default-[] ///

///Gets or sets a value that indicates whether to enables default pager for the grid. ///
showDefaults-boolean default-false ///

///Gets or sets a value that indicates to add the template as a pager template for grid. ///
template-string default-null ///

///Get the value of total number of pages in the grid. The totalPages value is calculated based on page size and total records of grid ///
totalPages-number default-null ///

///Get the value of total number of records which is bound to the grid. The totalRecordsCount value is calculated based on dataSource bound to the grid. ///
totalRecordsCount-number default-null ///

///Gets or sets a value that indicates whether to define the number of pages to print. See printMode. ///
printMode-ej.Grid.PrintMode|string default-ej.Grid.PrintMode.AllPages ///

///Query the dataSource from the table for Grid. ///
query-any default-null ///

///Gets or sets an object that indicates whether to modify the resizing behavior. ///
resizeSettings-ResizeSettings default- ///

///Gets or sets a value that indicates whether to define the mode of resizing. ///
resizeMode-ej.Grid.ResizeMode|string default-ej.Grid.ResizeMode.Normal ///

///Gets or sets a value that indicates to render the grid with template rows. The template row must be a table row. That table row must have the JavaScript render binding format ({{:columnName}}) then the grid data source binds the data to the corresponding table row of the template. ///
rowTemplate-string default-null ///

///Gets or sets an object that indicates whether to customize the drag and drop behavior of the grid rows ///
rowDropSettings-RowDropSettings default- ///

///This specifies the grid to drop the grid rows only at particular target element. ///
dropTargetID-any default-null ///

///This helps in mapping server-side action when rows are dragged from Grid. ///
dragMapper-string default-null ///

///This helps in mapping server-side action when rows are dropped in Grid. ///
dropMapper-string default-null ///

///Gets or sets a value that indicates whether move or copy a record from one grid to another or within the grid ///
dragBehavior-ej.Grid.DragBehavior|string default-ej.Grid.DragBehavior.Move ///

///Gets or sets an object that indicates whether to customize the searching behavior of the grid ///
searchSettings-SearchSettings default- ///

///This specify the grid to search for the value in particular columns that is mentioned in the field. ///
fields-any default-[] ///

///This specifies the grid to search the particular data that is mentioned in the key. ///
key-string default- ///

///It specifies the grid to search the records based on operator. ///
operator-string default-contains ///

///It enables or disables case-sensitivity while searching the search key in grid. ///
ignoreCase-boolean default-true ///

///Gets a value that display the array of selected records in the Grid. ///
selectedRecords-Array<any> default-null ///

///Gets or sets a value that indicates to select the row while initializing the grid ///
selectedRowIndex-number default--1 ///

///Gets or sets a value that indicates the selected rows in grid ///
selectedRowIndices-Array<any> default-[] ///

///This property is used to configure the selection behavior of the grid. ///
selectionSettings-SelectionSettings default- ///

///Gets or sets a value that indicates the cell selection actions based on the cell selection mode. ///
cellSelectionMode-ej.Grid.CellSelectionMode|string default-ej.Grid.CellSelectionMode.Flow ///

///Gets or sets a value that indicates whether to enable the toggle selection behavior for row, cell and column. ///
enableToggle-boolean default-false ///

///Gets or sets a value that indicates whether to select multiple rows or cells by performing dragging in Grid. ///
allowDragSelection-boolean default-false ///

///Gets or sets a value that indicates whether to add the default selection actions as a selection mode.See selectionMode ///
selectionMode-Array<any> default-[row] ///

///The row selection behavior of grid. Accepting types are "single" and "multiple". ///
selectionType-ej.Grid.SelectionType|string default-ej.Grid.SelectionType.Single ///

///Gets or sets an object that indicates whether to customize the scrolling behavior of the grid. ///
scrollSettings-ScrollSettings default- ///

///This specify the grid to to view data that you require without buffering the entire load of a huge database ///
allowVirtualScrolling-boolean default-false ///

///It accepts the boolean value and shows or hides the scrollbar while focus in or focus out of the Grid. ///
autoHide-boolean default-false ///

///Specifies the height and width of button in the scrollbar. ///
buttonSize-number default-18 ///

///This specify the grid to enable/disable touch control for scrolling. ///
enableTouchScroll-boolean default-true ///

///This specify the grid to freeze particular columns at the time of scrolling. ///
frozenColumns-number default-0 ///

///This specify the grid to freeze particular rows at the time of scrolling. ///
frozenRows-number default-0 ///

///This specify the grid to show the vertical scroll bar, to scroll and view the grid contents. ///
height-string|number default-0 ///

///It accepts the integer value and sets the width of scrollbar. ///
scrollerSize-number default-18 ///

///This is used to define the mode of virtual scrolling in grid. See virtualScrollMode ///
virtualScrollMode-ej.Grid.VirtualScrollMode|string default-ej.Grid.VirtualScrollMode.Normal ///

///This is used to enable the enhanced virtual scrolling in Grid. ///
enableVirtualization-boolean default-false ///

///This specify the grid to show the horizontal scroll bar, to scroll and view the grid contents ///
width-string|number default-250 ///

///This specify the scroll down pixel of mouse wheel, to scroll mouse wheel and view the grid contents. ///
scrollOneStepBy-number default-57 ///

///Default Value: ///
showColumnChooser-boolean default-false ///

///Gets or sets a value that indicates stacked header should be shown on grid layout when the property “stackedHeaderRows” is set. ///
showStackedHeader-boolean default-false ///

///Gets or sets a value that indicates summary rows should be shown on grid layout when the property “summaryRows” is set ///
showSummary-boolean default-false ///

///Gets or sets a value that indicates whether to customize the sorting behavior of the grid. ///
sortSettings-SortSettings default- ///

///Gets or sets a value that indicates whether to define the direction and field to sort the column. ///
sortedColumns-Array<any> default- ///

///Gets or sets a value that indicates whether to define the direction to sort the column. ///
direction-string default- ///

///Gets or sets a value that indicates whether to define the field name of the column to be sort ///
field-string default- ///

///Gets or sets an object that indicates to managing the collection of stacked header rows for the grid. ///
stackedHeaderRows-Array<StackedHeaderRows> default-[] ///

///Gets or sets a value that indicates whether to add stacked header columns into the stacked header rows ///
stackedHeaderColumns-Array<any> default-[] ///

///Gets or sets a value that indicates the header text for the particular stacked header column. ///
column-any default-null ///

///Gets or sets a value that indicates class to the corresponding stackedHeaderColumn. ///
cssClass-string default-null ///

///Gets or sets a value that indicates the header text for the particular stacked header column. ///
headerText-string default-null ///

///Gets or sets a value that indicates the text alignment of the corresponding headerText. ///
textAlign-string default-ej.TextAlign.Left ///

///Sets the template for tooltip for the Grid stackedHeaderColumns. ///
tooltip-string default-null ///

///Gets or sets an object that indicates to managing the collection of summary rows for the grid. ///
summaryRows-Array<SummaryRows> default-[] ///

///Gets or sets a value that indicates whether to show the summary value within the group caption area for the corresponding summary column while grouping the column ///
showCaptionSummary-boolean default-false ///

///Gets or sets a value that indicates whether to show the group summary value for the corresponding summary column while grouping a column ///
showGroupSummary-boolean default-false ///

///Gets or sets a value that indicates whether to show the total summary value the for the corresponding summary column. The summary row is added after the grid content. ///
showTotalSummary-boolean default-true ///

///Gets or sets a value that indicates whether to add summary columns into the summary rows. ///
summaryColumns-Array<any> default-[] ///

///Gets or sets a value that indicates the text displayed in the summary column as a value ///
customSummaryValue-string default-null ///

///This specifies summary column used to perform the summary calculation ///
dataMember-string default-null ///

///Gets or sets a value that indicates to define the target column at which to display the summary. ///
displayColumn-string default-null ///

///Gets or sets a value that indicates the format for the text applied on the column ///
format-string default-null ///

///Gets or sets a value that indicates the text displayed before the summary column value ///
prefix-string default-null ///

///Gets or sets a value that indicates the text displayed after the summary column value ///
suffix-string default-null ///

///Gets or sets a value that indicates the type of calculations to be performed for the corresponding summary column. See summaryType. ///
summaryType-ej.Grid.SummaryType|string default-[] ///

///Gets or sets a value that indicates to add the template for the summary value of dataMember given. ///
template-string default-null ///

///This specifies the grid to show the title for the summary rows. ///
title-string default- ///

///This specifies the grid to show the title of summary row in the specified column. ///
titleColumn-string default-null ///

///Gets or sets an object that indicates whether to auto wrap the grid header or content or both ///
textWrapSettings-TextWrapSettings default- ///

///This specifies the grid to apply the auto wrap for grid content or header or both. ///
wrapMode-ej.Grid.WrapMode|string default-ej.Grid.WrapMode.Both ///

///Gets or sets an object that indicates whether to enable the toolbar in the grid and add toolbar items ///
toolbarSettings-ToolbarSettings default- ///

///Gets or sets a value that indicates whether to add custom toolbar items within the toolbar to perform any action in the grid ///
customToolbarItems-Array<any> default-[] ///

///Gets or sets a value that indicates whether to add custom toolbar item as a template element. ///
templateID-string default- ///

///Gets or sets a value that indicates whether to add custom toolbar item with a custom tooltip. ///
tooltip-string default- ///

///Gets or sets a value that indicates whether to enable toolbar in the grid. ///
showToolbar-boolean default-false ///

///Gets or sets a value that indicates whether to add the default editing actions as a toolbar items. See toolbarItems. ///
toolbarItems-array<ej.Grid.ToolBarItems|string> default-[] ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ GroupButton:function(){ /// /// Constructor of ej.GroupButton /// } }); ej.GroupButton=(function(){ var original=ej.GroupButton var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { deselectItem:function(element){ /// /// /// Remove the selection state of the specified the button element from the GroupButton /// /// Specific button element /// }, destroy:function(){ /// /// /// Destroy the GroupButton widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// Disables the GroupButton control /// }, disableItem:function(element){ /// /// /// Disable the specified button element from the ejGroupButton control. /// /// Specific button element /// }, enable:function(){ /// /// /// Enables the disabled ejGroupButton control. /// }, enableItem:function(element){ /// /// /// Enable the specified disabled button element from the ejGroupButton control. /// /// Specific button element /// }, getIndex:function(element){ /// /// /// Returns the index value for specified button element in the GroupButton control. /// /// Specific button element /// }, getSelectedItem:function(){ /// /// /// This method returns the list of active state button elements from the GroupButton control. /// }, hide:function(){ /// /// /// Hides the GroupButton control /// }, hideItem:function(element){ /// /// /// Hide the specified button element from the ejGroupButton control. /// /// Specific button element /// }, isDisabled:function(){ /// /// /// Returns the disabled state of the specified element button element in GroupButton as Boolean. /// }, isSelected:function(){ /// /// /// Returns the state of the specified button element as Boolean. /// }, selectItem:function(element){ /// /// /// Public method used to select the specified button element from the ejGroupButton control. /// /// Specific button element /// }, show:function(){ /// /// /// Shows the GroupButton control, if its hide. /// }, showItem:function(element){ /// /// /// Show the specified hidden button element from the ejGroupButton control. /// /// Specific button element /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejGroupButton=function(){ this.data("ejGroupButton",new ej.GroupButton()); return this; }; intellisense.annotate(jQuery.fn,{ ejGroupButton :function (options) { /// ///
///The Essential JavaScript Group Button widget helps to display multiple buttons which are stacked together in a single line and used as a navigation component. Also it manages the checked/unchecked state for a set of buttons, since it supports radio and check button modes.

///Sets the specified class to GroupButton wrapper element, which allows for custom skinning option in ejGroupButton control. ///
cssClass-string default- ///

///To set the local JSON data, define a JSON array and initialize the GroupButton with dataSource property. Specify the column names in the fields property. ///
dataSource-any default-null ///

///Displays the ejGroupButton in Right to Left direction. ///
enableRTL-boolean default-false ///

///Used to enable or disable the ejGroupButton control. ///
enabled-boolean default-true ///

///Gets or sets a value that indicates to display the values of the data. ///
fields-any default-null ///

///Sets the GroupButton behavior to works as Checkbox mode/ radio button mode based on the specified option. ///
groupButtonMode-ej.GroupButtonMode | string default-ej.GroupButtonMode.RadioButton ///

///Used to sets the height of the ejGroupButton control. ///
height-string|number default-28 ///

///Defines the characteristics of the ejGroupButton control and extend the capability of an HTML element by adding specified attributes to element tag and by performing the related actions ///
htmlAttributes-any default-{} ///

///Specify the orientation of the GroupButton. See below to get available orientations ///
orientation-ej.Orientation|string default-ej.Orientation.Horizontal ///

///Query the dataSource from the table for Groupbutton ///
query-any default-null ///

///Sets the list of button elements to be selected. To enable this option groupButtonMode should be in “checkbox” mode. ///
selectedItemIndex-number[]|string[] default-[] ///

///Sets the rounder corner to the GroupButton, if sets as true. ///
showRoundedCorner-boolean default-false ///

///Specifies the size of the button. See available size ///
size-ej.ButtonSize|string default-ej.ButtonSize.Normal ///

///Defines the width of the ejGroupButton control. ///
width-string|number default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ HeatMap:function(){ /// /// Constructor of ej.HeatMap /// } }); ej.HeatMap=(function(){ var original=ej.HeatMap var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejHeatMap=function(){ this.data("ejHeatMap",new ej.HeatMap()); return this; }; intellisense.annotate(jQuery.fn,{ ejHeatMap :function (options) { /// ///
///Essential HeatMap JS represents tabular data values as gradient colors instead of numbers,low and high values are different colors with different gradients.

///Specifies the width of the heat map. ///
width-any default-null ///

///Specifies the width of the heat map. ///
height-any default-null ///

///Specifies the name of the heat map. ///
id-number default-null ///

///Enables or disables tooltip of heatmap ///
showTooltip-boolean default-true ///

///Defines the tooltip that should be shown when the mouse hovers over rows/columns. ///
tooltipSettings-TooltipSettings default- ///

///Defines the tooltip that should be shown when the mouse hovers over rows/columns. ///
templateId-string default-null ///

///Defines the tooltip of associate that should be shown when the mouse hovers over rows/columns. ///
associate-ej.datavisualization.HeatMap.Associate|string default-mouseFollow ///

///Enables/ disables the balloon for the tooltip to be shown ///
isBalloon-boolean default-true ///

///Defines various attributes of the Tooltip position ///
position-any default- ///

///Sets the Tooltip position against target. ///
target-any default- ///

///Sets the arrow position again popup based on horizontal(x) value ///
horizontal-ej.datavisualization.HeatMap.Horizontal|string default-center ///

///Sets the arrow position again popup based on vertical(y) value ///
vertical-ej.datavisualization.HeatMap.Vertical|string default-top ///

///Sets the arrow position again popup. ///
stem-any default- ///

///Sets the arrow position again popup based on horizontal(x) value ///
horizontal-ej.datavisualization.HeatMap.Horizontal|string default-center ///

///Sets the arrow position again popup based on vertical(y) value ///
vertical-ej.datavisualization.HeatMap.Vertical|string default-bottom ///

///Defines the tooltip to be triggered. ///
trigger-ej.datavisualization.HeatMap.Trigger|string default-hover ///

///Defines the animation for the tooltip that should be shown when the mouse hovers over rows/columns. ///
animation-any default- ///

///Defines the animation effect for the tooltip that should be shown when the mouse hovers over rows/columns. ///
effect-ej.datavisualization.HeatMap.Effect|string default-none ///

///Defines the animation speed for the tooltip that should be shown when the mouse hovers over rows/columns. ///
speed-number default-0 ///

///Specifies the source data of the heat map. ///
itemsSource-any default-[] ///

///Specifies the property of the heat map cell. ///
heatMapCell-HeatMapCell default-Null ///

///Specifies whether the cell content can be visible or not. ///
showContent-ej.datavisualization.HeatMap.CellVisibility|string default-ej.HeatMap.CellVisibility.Visible ///

///Specifies whether the cell color can be visible or not. ///
showColor-boolean default-true ///

///Specifies can enable responsive mode or not for heat map. ///
isResponsive-boolean default-false ///

///Specifies whether the virtualization can be enable or not. ///
enableVirtualization-boolean default-false ///

///Specifies the default column properties for all the column style not specified in column properties. ///
defaultColumnStyle-DefaultColumnStyle default-[] ///

///Specifies the alignment mode of the heat map column. ///
textAlign-any default-ej.HeatMap.TextAlign.Center ///

///Specifies the template id of the heat map column header. ///
headerTemplateID-string default- ///

///Specifies the template id of all individual cell data of the heat map. ///
templateID-string default- ///

///Specifies the no of legends can sync with heat map. ///
legendCollection-Array<any> default-[] ///

///Specifies the property and display value of the heat map column. ///
itemsMapping-ItemsMapping default-[] ///

///Column settings for the individual heat map column. ///
columnStyle-any default-null ///

///Specifies the width of the heat map column. ///
width-number default-0 ///

///Specifies the text align mode of the heat map column. ///
textAlign-string default-ej.HeatMap.TextAlign.Center ///

///Specifies the template id of the column header. ///
headerTemplateID-string default- ///

///Specifies the template id of all individual cell data. ///
templateID-string default- ///

///Specifies the property and display value of the column. ///
column-any default-null ///

///Specifies the name of the column or row. ///
propertyName-string default- ///

///Specifies the value of the column or row. ///
displayName-string default- ///

///Specifies the row property and display value of the heat map. ///
row-any default-null ///

///Specifies the name of the column or row. ///
propertyName-string default- ///

///Specifies the value of the column or row. ///
displayName-string default- ///

///Specifies the property and display value of the column value. ///
value-any default-null ///

///Specifies the name of the column or row. ///
propertyName-string default- ///

///Specifies the value of the column or row. ///
displayName-string default- ///

///Specifies the property and display value of the header. ///
headerMapping-any default-null ///

///Specifies the name of the column or row. ///
propertyName-string default- ///

///Specifies the value of the column or row. ///
displayName-string default- ///

///Specifies the property and display value of the header. ///
columnStyle-any default-null ///

///Specifies the property and display value of the collection of column. ///
columnMapping-Array<any> default-[] ///

///Specifies the color values of the heat map column data. ///
colorMappingCollection-Array<ColorMappingCollection> default-[] ///

///Specifies the color of the heat map column data. ///
color-string default-white ///

///Specifies the color values of the heat map column data. ///
value-number default-0 ///

///Specifies the label properties of the heat map color. ///
label-any default-null ///

///Enables/disables the bold style of the heat map label. ///
bold-boolean default-false ///

///Enables/disables the italic style of the heat map label. ///
italic-boolean default-false ///

///specifies the text value of the heat map label. ///
text-string default- ///

///Specifies the text style of the heat map label. ///
textDecoration-ej.datavisualization.HeatMap.TextDecoration |string default-ej.HeatMap.TextDecoration.None ///

///Specifies the font size of the heat map label. ///
fontSize-number default-10 ///

///Specifies the font family of the heat map label. ///
fontFamily-string default-Arial ///

///Specifies the font color of the heat map label. ///
fontColor-string default-black ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ HeatMapLegend:function(){ /// /// Constructor of ej.HeatMapLegend /// } }); ej.HeatMapLegend=(function(){ var original=ej.HeatMapLegend var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejHeatMapLegend=function(){ this.data("ejHeatMapLegend",new ej.HeatMapLegend()); return this; }; intellisense.annotate(jQuery.fn,{ ejHeatMapLegend :function (options) { /// ///
///Legend is a control used to summarize the range of colors in HeatMap. This gives visual guideline for mapping between value and color.

///Specifies the width of the heatmap legend. ///
width-any default-null ///

///Specifies the height of the heatmap legend. ///
height-any default-null ///

///Specifies can enable responsive mode or not for heatmap legend. ///
isResponsive-boolean default-false ///

///Specifies whether the cell label can be shown or not. ///
showLabel-boolean default-false ///

///Specifies the color values of the column data. ///
colorMappingCollection-Array<ColorMappingCollection> default-[] ///

///Specifies the color of the heatmap legend data. ///
color-string default-white ///

///Specifies the color values of the heatmap legend column data. ///
value-number default-0 ///

///Specifies the label properties of the heatmap legend color. ///
label-any default-null ///

///Enables/disables the bold style of the heatmap legend label. ///
bold-boolean default-false ///

///Enables/disables the italic style of the heatmap legend label. ///
italic-boolean default-false ///

///specifies the text value of the heatmap legend label. ///
text-string default- ///

///Specifies the text style of the heatmap legend label. ///
textDecoration-ej.datavisualization.HeatMap.TextDecoration|string default-ej.HeatMap.TextDecoration.None ///

///Specifies the font size of the heatmap legend label. ///
fontSize-number default-10 ///

///Specifies the font family of the heatmap legend label. ///
fontFamily-string default-Arial ///

///Specifies the font color of the heatmap legend label. ///
fontColor-string default-black ///

///Specifies the orientation of the heatmap legend ///
orientation-ej.datavisualization.HeatMap.LegendOrientation|string default-ej.HeatMap.LegendOrientation.Horizontal ///

///Specifies the legend mode as gradient or list. ///
legendMode-ej.datavisualization.HeatMap.LegendMode|string default-ej.HeatMap.LegendMode.Gradient ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Kanban:function(){ /// /// Constructor of ej.Kanban /// } }); ej.Kanban=(function(){ var original=ej.Kanban var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { columns:function(columndetails, keyvalue, action){ /// /// /// Add or remove columns in Kanban columns collections.Default action is add. /// /// Pass array of columns or string of headerText to add/remove the column in Kanban /// /// /// /// Add or remove columns in Kanban columns collections.Default action is add. /// /// Pass array of columns or string of key value to add/remove the column in Kanban /// /// /// /// Add or remove columns in Kanban columns collections.Default action is add. /// /// optional Pass add/remove action to be performed. By default "add" action will perform /// }, destroy:function(){ /// /// /// Destroy the Kanban widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, dataSource:function(datasource){ /// /// /// Refresh the Kanban with new data source. /// /// Pass new data source to the Kanban /// }, toggleColumn:function(headerText){ /// /// /// toggleColumn based on the headerText in Kanban. /// /// Pass the header text of the column to get the corresponding column object /// }, toggleCard:function(key){ /// /// /// Expand or collapse the card based on the state of target "div" /// /// Pass the id of card to be toggle /// }, getVisibleColumnNames:function(){ /// /// /// Used for get the names of all the visible column name collections in Kanban. /// }, getScrollObject:function(){ /// /// /// Get the scroller object of Kanban. /// }, getColumnByHeaderText:function(headerText){ /// /// /// Get the column details based on the given header text in Kanban. /// /// Pass the header text of the column to get the corresponding column object /// }, getHeaderTable:function(){ /// /// /// Get the table details based on the given header table in Kanban. /// }, hideColumns:function(headerText){ /// /// /// Hide columns from the Kanban based on the header text /// /// you can pass either array of header text of various columns or a header text of a column to hide /// }, print:function(){ /// /// /// Print the Kanban Board /// }, refreshTemplate:function(){ /// /// /// Refresh the template of the Kanban /// }, refresh:function(templateRefresh){ /// /// /// Refresh the Kanban contents.The template refreshment is based on the argument passed along with this method /// /// optional When templateRefresh is set true, template and Kanban contents both are refreshed in Kanban else only Kanban content is refreshed /// }, showColumns:function(headerText){ /// /// /// Show columns in the Kanban based on the header text. /// /// You can pass either array of header text of various columns or a header text of a column to show /// }, updateCard:function(key, data){ /// /// /// Update a card in Kanban control based on key and JSON data given. /// /// Pass the key field Name of the column /// /// /// /// Update a card in Kanban control based on key and JSON data given. /// /// Pass the edited JSON data of card need to be update. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejKanban=function(){ this.data("ejKanban",new ej.Kanban()); return this; }; intellisense.annotate(jQuery.fn,{ ejKanban :function (options) { /// ///
///The Kanban can be easily configured to the DOM element, such as div. You can create a Kanban with a highly customizable look and feel.

///Gets or sets a value that indicates whether to enable allowDragAndDrop behavior on Kanban. ///
allowDragAndDrop-boolean default-true ///

///Gets or sets a value that indicates whether to enable drag and drop behavior between Kanban controls. ///
allowExternalDragAndDrop-boolean default-false ///

///To enable or disable the title of the card. ///
allowTitle-boolean default-false ///

///Customize the settings for swim lane. ///
swimlaneSettings-SwimlaneSettings default-Object ///

///To enable or disable items count in swim lane. ///
showCount-boolean default-true ///

///To enable or disable DragAndDrop across swim lane. ///
allowDragAndDrop-boolean default-false ///

///To enable or disable empty swimlane on Kanban board. It is used to shown empty swimlane when no data's present on headers key mapping value. ///
showEmptySwimlane-boolean default-false ///

///Gets or sets an object that indicates to render the swimlane rows with specified swimlane headers. ///
headers-Array<any> default-[] ///

///Gets or sets a value that indicates to render the Kanban with specified swimlane header text. ///
text-string default-null ///

///Gets or sets a value that indicates to render the Kanban with specified swimlane header key. ///
key-string default-null ///

///Customize the settings for unassigned category of swim lane. ///
unassignedGroup-any default-Object ///

///To enable or disable unassigned category change with swim lane key values. ///
enable-boolean default-true ///

///To set the user defined values which are need to categorized as unassigned category swim lane groups. ///
keys-Array<any> default-[null,undefined,] ///

///To enable or disable the column expand /collapse. ///
allowToggleColumn-boolean default-false ///

///To enable Searching operation in Kanban. ///
allowSearching-boolean default-false ///

///To enable filtering behavior on Kanban.User can specify query in filterSettings collection after enabling allowFiltering. ///
allowFiltering-boolean default-false ///

///Gets or sets a value that indicates whether to enable allowSelection behavior on Kanban.User can select card and the selected card will be highlighted on Kanban. ///
allowSelection-boolean default-true ///

///Gets or sets a value that indicates whether to allow card hover actions. ///
allowHover-boolean default-true ///

///To allow keyboard navigation actions. ///
allowKeyboardNavigation-boolean default-false ///

///Gets or sets a value that indicates whether to enable the scrollbar in the Kanban and view the card by scroll through the Kanban manually. ///
allowScrolling-boolean default-false ///

///Gets or sets a value that indicates whether to enable printing option. ///
allowPrinting-boolean default-false ///

///Gets or sets an object that indicates whether to customize the context menu behavior of the Kanban. ///
contextMenuSettings-ContextMenuSettings default-Object ///

///To enable context menu.All default context menu will show. ///
enable-boolean default-false ///

///Gets or sets a value that indicates the list of items needs to be disable from default context menu items. ///
disableDefaultItems-Array<any> default-Array ///

///Its used to add specific default context menu items. ///
menuItems-Array<any> default-Array ///

///Gets or sets a value that indicates whether to add custom contextMenu items. ///
customMenuItems-Array<any> default-Array ///

///Its sets target element to custom context menu item. ///
target-ej.Kanban.Target|string default-ej.Kanban.Target.All ///

///Gets the display name to custom menu item. ///
text-string default-null ///

///Gets the template to render custom context menu item. ///
template-string default-null ///

///Gets or sets an object that indicates to render the Kanban with specified columns. ///
columns-Array<Columns> default-Array ///

///Gets or sets an object that indicates to render the Kanban with specified columns header text. ///
headerText-string default-null ///

///To customize the totalCount properties. ///
totalCount-any default-Object ///

///To customize the totalCount text properties. ///
text-string default-null ///

///Gets or sets an object that indicates to render the Kanban with specified columns key. ///
key-string|number default-null ///

///To enable/disable allowDrop for specific column wise. ///
allowDrop-boolean default-true ///

///To enable/disable allowDrag for specific column wise. ///
allowDrag-boolean default-true ///

///To set column collapse or expand state ///
isCollapsed-boolean default-false ///

///To customize the column level constraints with minimum ,maximum limit validation. ///
constraints-any default-Object ///

///It is used to specify the type of constraints as column or swimlane. ///
type-string default-null ///

///It is used to specify the minimum amount of card in particular column cell or swimlane cell can hold. ///
min-number default-null ///

///It is used to specify the maximum amount of card in particular column cell or swimlane cell can hold. ///
max-number default-null ///

///Gets or sets a value that indicates to add the template within the header element. ///
headerTemplate-string default-null ///

///Gets or sets an object that indicates to render the Kanban with specified columns width. ///
width-string|number default-null ///

///Gets or sets an object that indicates to set specific column visibility. ///
visible-boolean default-true ///

///Gets or sets an object that indicates whether to show add new button. ///
showAddButton-boolean default-false ///

///Gets or sets an object that indicates whether to Customize the card settings. ///
cardSettings-CardSettings default-Object ///

///Gets or sets a value that indicates to add the template for card . ///
template-string default-null ///

///To customize the card border color based on assigned task. Colors and corresponding values defined here will be mapped with colorField mapped data source column. ///
colorMapping-any default-Object ///

///This specifies the Kanban card to drop into particular target element. ///
externalDropTarget-string default- ///

///Gets or sets a value that indicates whether to add customToolbarItems within the toolbar to perform any action in the Kanban. ///
customToolbarItems-Array<CustomToolbarItems> default-[] ///

///Gets the template to render customToolbarItems. ///
template-string default-null ///

///Gets or sets a value that indicates to render the Kanban with custom theme. ///
cssClass-string default- ///

///Gets or sets the data to render the Kanban with cards. ///
dataSource-any default-null ///

///To perform kanban functionalities with touch interaction. ///
enableTouch-boolean default-true ///

///Align content in the Kanban control align from right to left by setting the property as true. ///
enableRTL-boolean default-false ///

///To show total count of cards in each column. ///
enableTotalCount-boolean default-false ///

///Get or sets an object that indicates whether to customize the editing behavior of the Kanban. ///
editSettings-EditSettings default-Object ///

///Gets or sets a value that indicates whether to enable the editing action in cards of Kanban. ///
allowEditing-boolean default-false ///

///Gets or sets a value that indicates whether to enable the adding action in cards behavior on Kanban. ///
allowAdding-boolean default-false ///

///This specifies the id of the template which is require to be edited using the Dialog Box. ///
dialogTemplate-string default-null ///

///Get or sets an object that indicates whether to customize the editMode of the Kanban. ///
editMode-ej.Kanban.EditMode|string default-ej.Kanban.EditMode.Dialog ///

///Get or sets an object that indicates whether to customize the editing fields of Kanban card. ///
editItems-Array<any> default-Array ///

///It is used to map editing field from the data source. ///
field-string default-null ///

///It is used to set the particular editType in the card for editing. ///
editType-ej.Kanban.EditingType|string default-ej.Kanban.EditingType.String ///

///Gets or sets a value that indicates to define constraints for saving data to the database. ///
validationRules-any default-Object ///

///It is used to set the particular editparams in the card for editing. ///
editParams-any default-Object ///

///It is used to specify defaultValue for the fields while adding new card. ///
defaultValue-string|number default-null ///

///This specifies the id of the template which is require to be edited using the External edit form. ///
externalFormTemplate-string default-null ///

///This specifies to set the position of an External edit form either in the right or bottom of the Kanban. ///
formPosition-ej.Kanban.FormPosition|string default-ej.Kanban.FormPosition.Bottom ///

///To customize field mappings for card , editing title and control key parameters ///
fields-Fields default-Object ///

///The primarykey field is mapped to data source field. And this will used for Drag and drop and editing mainly. ///
primaryKey-string default-null ///

///To enable swimlane grouping based on the given key field from datasource mapping. ///
swimlaneKey-string default-null ///

///Priority field has been mapped data source field to maintain cards priority. ///
priority-string default-null ///

///Content field has been Mapped into card text. ///
content-string default-null ///

///Tag field has been Mapped into card tag. ///
tag-string default-null ///

///Title field has been Mapped to field in datasource for title content. If title field specified , card expand/collapse will be enabled with header and content section. ///
title-string default-null ///

///To customize the card has been Mapped into card color field. ///
color-string default-null ///

///ImageUrl field has been Mapped into card image. ///
imageUrl-string default-null ///

///Get or sets an object that indicates the options to map the cards to the collapsible area. ///
collapsibleCards-any default-Object ///

///It is used to specify the collapsible card's field mapping. ///
field-string default-null ///

///It is used to specify the collapsible card's key mapping which is available in datasource value of field mapped in collapsibleCards.field. ///
key-string default-null ///

///To map datasource field for column values mapping ///
keyField-string default-null ///

///When set to true, adapts the Kanban layout to fit the screen size of devices on which it renders. ///
isResponsive-boolean default-false ///

///Gets or sets a value that indicates whether to set the minimum width of the responsive Kanban while isResponsive property is true. ///
minWidth-number default-0 ///

///To customize the filtering behavior based on queries given. ///
filterSettings-Array<FilterSettings> default-Array ///

///Gets or sets an object of display name to filter queries. ///
text-string default-null ///

///Gets or sets an object that Queries to perform filtering ///
query-any default-Object ///

///Gets or sets an object of tooltip to filter buttons. ///
description-string default-null ///

///ej Query to query database of Kanban. ///
query-any default-null ///

///To change the key in keyboard interaction to Kanban control. ///
keySettings-any default-null ///

///Gets or sets an object that indicates whether to customize the scrolling behavior of the Kanban. ///
scrollSettings-ScrollSettings default-Object ///

///Gets or sets an object that indicates to render the Kanban with specified scroll height. ///
height-string|number default-0 ///

///Gets or sets an object that indicates to render the Kanban with specified scroll width. ///
width-string|number default-auto ///

///To allow the Kanban to freeze particular swimlane at the time of scrolling , until scroll reaches next swimlane and it continues. ///
allowFreezeSwimlane-boolean default-false ///

///To customize the searching behavior of the Kanban. ///
searchSettings-SearchSettings default-Object ///

///To customize the fields the searching operation can be perform. ///
fields-Array<any> default-Array ///

///To customize the searching string. ///
key-string default- ///

///To customize the operator based on searching. ///
operator-string default-contains ///

///To customize the ignore case based on searching. ///
ignoreCase-boolean default-true ///

///To allow customize selection type. Accepting types are "single" and "multiple". ///
selectionType-ej.Kanban.SelectionType|string default-ej.Kanban.SelectionType.Single ///

///Gets or sets an object that indicates to managing the collection of stacked header rows for the Kanban. ///
stackedHeaderRows-Array<StackedHeaderRows> default-Array ///

///Gets or sets a value that indicates whether to add stacked header columns into the stacked header rows. ///
stackedHeaderColumns-Array<any> default-Array ///

///Gets or sets a value that indicates the headerText for the particular stacked header column. ///
headerText-string default-null ///

///Gets or sets a value that indicates the column for the particular stacked header column. ///
column-string default-null ///

///The tooltip allows to display card details in a tooltip while hovering on it. ///
tooltipSettings-TooltipSettings default- ///

///To enable or disable the tooltip display. ///
enable-boolean default-false ///

///To customize the tooltip display based on your requirements. ///
template-string default-null ///

///Gets or sets an object that indicates to render the Kanban with specified workflows. ///
workflows-Array<Workflows> default-Array ///

///Gets or sets an object that indicates to render the Kanban with specified workflows key. ///
key-string|number default-null ///

///Gets or sets an object that indicates to render the Kanban with specified workflows allowed Transitions. ///
allowedTransitions-string default-null ///

///Gets or sets a value that indicates whether to customizing the user interface (UI) as locale-specific in order to display regional data i.e. in a language and culture specific to a particular country or region. ///
locale-string default-en-US ///

///Gets or sets a value that indicates whether to render kanban columns using without data source. ///
showColumnWhenEmpty-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ LinearGauge:function(){ /// /// Constructor of ej.LinearGauge /// } }); ej.LinearGauge=(function(){ var original=ej.LinearGauge var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy the linear gauge all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, exportImage:function(fileName, fileType){ /// /// /// To export Image /// /// for the Image /// /// /// /// To export Image /// /// for the Image /// }, getBarDistanceFromScale:function(scaleIndex, pointerIndex){ /// /// /// To get Bar Distance From Scale in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Bar Distance From Scale in number /// /// pointerIndex value for the Gauge /// }, getBarPointerValue:function(scaleIndex, pointerIndex){ /// /// /// To get Bar Pointer Value in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Bar Pointer Value in number /// /// pointerIndex value for the Gauge /// }, getBarWidth:function(scaleIndex, pointerIndex){ /// /// /// To get Bar Width in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Bar Width in number /// /// pointerIndex value for the Gauge /// }, getCustomLabelAngle:function(scaleIndex, customLabelIndex){ /// /// /// To get CustomLabel Angle in number /// /// scaleIndex value for the Gauge /// /// /// /// To get CustomLabel Angle in number /// /// customLabelIndex value for the Gauge /// }, getCustomLabelValue:function(scaleIndex, customLabelIndex){ /// /// /// To get CustomLabel Value in string /// /// scaleIndex value for the Gauge /// /// /// /// To get CustomLabel Value in string /// /// customLabelIndex value for the Gauge /// }, getLabelAngle:function(scaleIndex, labelIndex){ /// /// /// To get Label Angle in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Label Angle in number /// /// value for the Gauge /// }, getLabelPlacement:function(scaleIndex, labelIndex){ /// /// /// To get LabelPlacement in number /// /// scaleIndex value for the Gauge /// /// /// /// To get LabelPlacement in number /// /// value for the Gauge /// }, getLabelStyle:function(scaleIndex, labelIndex){ /// /// /// To get LabelStyle in number /// /// scaleIndex value for the Gauge /// /// /// /// To get LabelStyle in number /// /// value for the Gauge /// }, getLabelXDistanceFromScale:function(scaleIndex, labelIndex){ /// /// /// To get Label XDistance From Scale in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Label XDistance From Scale in number /// /// value for the Gauge /// }, getLabelYDistanceFromScale:function(scaleIndex, labelIndex){ /// /// /// To get PointerValue in number /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerValue in number /// /// value for the Gauge /// }, getMajorIntervalValue:function(scaleIndex){ /// /// /// To get Major Interval Value in number /// /// scaleIndex value for the Gauge /// }, getMarkerStyle:function(scaleIndex, pointerIndex){ /// /// /// To get MarkerStyle in number /// /// scaleIndex value for the Gauge /// /// /// /// To get MarkerStyle in number /// /// pointerIndex value for the Gauge /// }, getMaximumValue:function(scaleIndex){ /// /// /// To get Maximum Value in number /// /// scaleIndex value for the Gauge /// }, getMinimumValue:function(scaleIndex, pointerIndex){ /// /// /// To get PointerValue in number /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerValue in number /// /// value for the Gauge /// }, getMinorIntervalValue:function(scaleIndex){ /// /// /// To get Minor Interval Value in number /// /// scaleIndex value for the Gauge /// }, getPointerDistanceFromScale:function(scaleIndex, pointerIndex){ /// /// /// To get Pointer Distance From Scale in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Pointer Distance From Scale in number /// /// pointerIndex value for the Gauge /// }, getPointerHeight:function(scaleIndex, pointerIndex){ /// /// /// To get PointerHeight in number /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerHeight in number /// /// pointerIndex value for the Gauge /// }, getPointerPlacement:function(scaleIndex, pointerIndex){ /// /// /// To get Pointer Placement in String /// /// scaleIndex value for the Gauge /// /// /// /// To get Pointer Placement in String /// /// pointerIndex value for the Gauge /// }, getPointerValue:function(scaleIndex, pointerIndex){ /// /// /// To get PointerValue in number /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerValue in number /// /// pointerIndex value for the Gauge /// }, getPointerWidth:function(scaleIndex, pointerIndex){ /// /// /// To get PointerWidth in number /// /// scaleIndex value for the Gauge /// /// /// /// To get PointerWidth in number /// /// pointerIndex value for the Gauge /// }, getRangeBorderWidth:function(scaleIndex, rangeIndex){ /// /// /// To get Range Border Width in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range Border Width in number /// /// rangeIndex value for the Gauge /// }, getRangeDistanceFromScale:function(scaleIndex, rangeIndex){ /// /// /// To get Range Distance From Scale in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range Distance From Scale in number /// /// rangeIndex value for the Gauge /// }, getRangeEndValue:function(scaleIndex, rangeIndex){ /// /// /// To get Range End Value in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range End Value in number /// /// rangeIndex value for the Gauge /// }, getRangeEndWidth:function(scaleIndex, rangeIndex){ /// /// /// To get Range End Width in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range End Width in number /// /// rangeIndex value for the Gauge /// }, getRangePosition:function(scaleIndex, rangeIndex){ /// /// /// To get Range Position in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range Position in number /// /// rangeIndex value for the Gauge /// }, getRangeStartValue:function(scaleIndex, rangeIndex){ /// /// /// To get Range Start Value in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range Start Value in number /// /// rangeIndex value for the Gauge /// }, getRangeStartWidth:function(scaleIndex, rangeIndex){ /// /// /// To get Range Start Width in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Range Start Width in number /// /// rangeIndex value for the Gauge /// }, getScaleBarLength:function(scaleIndex){ /// /// /// To get ScaleBarLength in number /// /// scaleIndex value for the Gauge /// }, getScaleBarSize:function(scaleIndex, pointerIndex){ /// /// /// To get Scale Bar Size in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Scale Bar Size in number /// /// value for the Gauge /// }, getScaleBorderWidth:function(scaleIndex){ /// /// /// To get Scale Border Width in number /// /// scaleIndex value for the Gauge /// }, getScaleDirection:function(scaleIndex){ /// /// /// To get Scale Direction in number /// /// scaleIndex value for the Gauge /// }, getScaleLocation:function(scaleIndex){ /// /// /// To get Scale Location in object /// /// scaleIndex value for the Gauge /// }, getScaleStyle:function(scaleIndex){ /// /// /// To get Scale Style in string /// /// scaleIndex value for the Gauge /// }, getTickAngle:function(scaleIndex, tickIndex){ /// /// /// To get Tick Angle in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Tick Angle in number /// /// value for the Gauge /// }, getTickHeight:function(scaleIndex, tickIndex){ /// /// /// To get Tick Height in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Tick Height in number /// /// value for the Gauge /// }, getTickPlacement:function(scaleIndex, tickIndex){ /// /// /// To get getTickPlacement in number /// /// scaleIndex value for the Gauge /// /// /// /// To get getTickPlacement in number /// /// value for the Gauge /// }, getTickStyle:function(scaleIndex, tickIndex){ /// /// /// To get Tick Style in string /// /// scaleIndex value for the Gauge /// /// /// /// To get Tick Style in string /// /// value for the Gauge /// }, getTickWidth:function(scaleIndex, tickIndex){ /// /// /// To get Tick Width in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Tick Width in number /// /// value for the Gauge /// }, getTickXDistanceFromScale:function(scaleIndex, tickIndex){ /// /// /// To get get Tick XDistance From Scale in number /// /// scaleIndex value for the Gauge /// /// /// /// To get get Tick XDistance From Scale in number /// /// value for the Gauge /// }, getTickYDistanceFromScale:function(scaleIndex, tickIndex){ /// /// /// To get Tick YDistance From Scale in number /// /// scaleIndex value for the Gauge /// /// /// /// To get Tick YDistance From Scale in number /// /// value for the Gauge /// }, scales:function(){ /// /// /// Specifies the scales. /// }, setBarDistanceFromScale:function(scaleIndex, pointerIndex, value){ /// /// /// To set setBarDistanceFromScale /// /// scaleIndex,value for the Gauge /// /// /// /// To set setBarDistanceFromScale /// /// pointerIndex value for the Gauge /// /// /// /// To set setBarDistanceFromScale /// /// Bar DistanceFromScale value for Gauge /// }, setBarPointerValue:function(scaleIndex, pointerIndex, value){ /// /// /// To set setBarPointerValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setBarPointerValue /// /// pointerIndex value for the Gauge /// /// /// /// To set setBarPointerValue /// /// Bar Pointer Value for Gauge /// }, setBarWidth:function(scaleIndex, pointerIndex, value){ /// /// /// To set setBarWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set setBarWidth /// /// pointerIndex value for the Gauge /// /// /// /// To set setBarWidth /// /// Bar Width for Gauge /// }, setCustomLabelAngle:function(scaleIndex, customLabelIndex, value){ /// /// /// To set setCustomLabelAngle /// /// scaleIndex value for the Gauge /// /// /// /// To set setCustomLabelAngle /// /// customLabelIndex value for the Gauge /// /// /// /// To set setCustomLabelAngle /// /// Custom Label Angle for Gauge /// }, setCustomLabelValue:function(scaleIndex, customLabelIndex, value){ /// /// /// To set setCustomLabelValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setCustomLabelValue /// /// customLabelIndex value for the Gauge /// /// /// /// To set setCustomLabelValue /// /// CustomLabel value for Gauge /// }, setLabelAngle:function(scaleIndex, labelIndex, angle){ /// /// /// To set setLabelAngle /// /// scaleIndex value for the Gauge /// /// /// /// To set setLabelAngle /// /// value for the Gauge /// /// /// /// To set setLabelAngle /// /// Label Angle for Gauge /// }, setLabelPlacement:function(scaleIndex, labelIndex, value){ /// /// /// To set setLabelPlacement /// /// scaleIndex value for the Gauge /// /// /// /// To set setLabelPlacement /// /// value for the Gauge /// /// /// /// To set setLabelPlacement /// /// Label Placement for Gauge /// }, setLabelStyle:function(scaleIndex, labelIndex, value){ /// /// /// To set setLabelStyle /// /// scaleIndex value for the Gauge /// /// /// /// To set setLabelStyle /// /// value for the Gauge /// /// /// /// To set setLabelStyle /// /// Label Style for Gauge /// }, setLabelXDistanceFromScale:function(scaleIndex, labelIndex, value){ /// /// /// To set setLabelXDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To set setLabelXDistanceFromScale /// /// value for the Gauge /// /// /// /// To set setLabelXDistanceFromScale /// /// Label XDistance From Scale for Gauge /// }, setLabelYDistanceFromScale:function(scaleIndex, labelIndex, value){ /// /// /// To set setLabelYDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To set setLabelYDistanceFromScale /// /// value for the Gauge /// /// /// /// To set setLabelYDistanceFromScale /// /// Label YDistance From Scale for Gauge /// }, setMajorIntervalValue:function(scaleIndex, value){ /// /// /// To set setMajorIntervalValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setMajorIntervalValue /// /// Major Interval Value for Gauge /// }, setMarkerStyle:function(scaleIndex, pointerIndex, value){ /// /// /// To set setMarkerStyle /// /// scaleIndex value for the Gauge /// /// /// /// To set setMarkerStyle /// /// pointerIndex value for the Gauge /// /// /// /// To set setMarkerStyle /// /// marker Style for Gauge /// }, setMaximumValue:function(scaleIndex, value){ /// /// /// To set setMaximumValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setMaximumValue /// /// MaximumValue for Gauge /// }, setMinimumValue:function(scaleIndex, value){ /// /// /// To set setMinimumValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setMinimumValue /// /// MinimumValue for Gauge /// }, setMinorIntervalValue:function(scaleIndex, value){ /// /// /// To set setMinorIntervalValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setMinorIntervalValue /// /// Minor Interval Value for Gauge /// }, setPointerDistanceFromScale:function(scaleIndex, pointerIndex, value){ /// /// /// To set setPointerDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To set setPointerDistanceFromScale /// /// pointerIndex value for the Gauge /// /// /// /// To set setPointerDistanceFromScale /// /// for Gauge /// }, setPointerHeight:function(scaleIndex, pointerIndex, height){ /// /// /// To set PointerHeight /// /// scaleIndex value for the Gauge /// /// /// /// To set PointerHeight /// /// pointerIndex value for the Gauge /// /// /// /// To set PointerHeight /// /// for Gauge /// }, setPointerPlacement:function(scaleIndex, pointerIndex, value){ /// /// /// To set setPointerPlacement /// /// scaleIndex value for the Gauge /// /// /// /// To set setPointerPlacement /// /// pointerIndex value for the Gauge /// /// /// /// To set setPointerPlacement /// /// pointer placement for Gauge /// }, setPointerValue:function(scaleIndex, pointerIndex, value){ /// /// /// To set PointerValue /// /// scaleIndex value for the Gauge /// /// /// /// To set PointerValue /// /// pointerIndex value for the Gauge /// /// /// /// To set PointerValue /// /// Pointer value for Gauge /// }, setPointerWidth:function(scaleIndex, pointerIndex, width){ /// /// /// To set PointerWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set PointerWidth /// /// pointerIndex value for the Gauge /// /// /// /// To set PointerWidth /// /// Pointer width for Gauge /// }, setRangeBorderWidth:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangeBorderWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangeBorderWidth /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangeBorderWidth /// /// Range Border Width for Gauge /// }, setRangeDistanceFromScale:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangeDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangeDistanceFromScale /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangeDistanceFromScale /// /// Range Distance FromScale for Gauge /// }, setRangeEndValue:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangeEndValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangeEndValue /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangeEndValue /// /// Range end value for Gauge /// }, setRangeEndWidth:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangeEndWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangeEndWidth /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangeEndWidth /// /// Range End Width for Gauge /// }, setRangePosition:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangePosition /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangePosition /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangePosition /// /// Range Position for Gauge /// }, setRangeStartValue:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangeStartValue /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangeStartValue /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangeStartValue /// /// range start value for Gauge /// }, setRangeStartWidth:function(scaleIndex, rangeIndex, value){ /// /// /// To set setRangeStartWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set setRangeStartWidth /// /// rangeIndex value for the Gauge /// /// /// /// To set setRangeStartWidth /// /// Range Start Width for Gauge /// }, setScaleBarLength:function(scaleIndex, value){ /// /// /// To set setScaleBarLength /// /// scaleIndex value for the Gauge /// /// /// /// To set setScaleBarLength /// /// Scale Bar Length for Gauge /// }, setScaleBarSize:function(scaleIndex, value){ /// /// /// To set setScaleBarSize /// /// scaleIndex value for the Gauge /// /// /// /// To set setScaleBarSize /// /// ScaleBarSize for Gauge /// }, setScaleBorderWidth:function(scaleIndex, value){ /// /// /// To set setScaleBorderWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set setScaleBorderWidth /// /// Scale Border Width for Gauge /// }, setScaleDirection:function(scaleIndex, value){ /// /// /// To set setScaleDirection /// /// scaleIndex value for the Gauge /// /// /// /// To set setScaleDirection /// /// Scale Direction for Gauge /// }, setScaleLocation:function(scaleIndex, value){ /// /// /// To set setScaleLocation /// /// scaleIndex value for the Gauge /// /// /// /// To set setScaleLocation /// /// Scale position for Gauge /// }, setScaleStyle:function(scaleIndex, value){ /// /// /// To set setScaleStyle /// /// scaleIndex value for the Gauge /// /// /// /// To set setScaleStyle /// /// for Gauge /// }, setTickAngle:function(scaleIndex, tickIndex, angle){ /// /// /// To set setTickAngle /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickAngle /// /// value for the Gauge /// /// /// /// To set setTickAngle /// /// Tick Angle for Gauge /// }, setTickHeight:function(scaleIndex, tickIndex, value){ /// /// /// To set setTickHeight /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickHeight /// /// value for the Gauge /// /// /// /// To set setTickHeight /// /// Tick Height for Gauge /// }, setTickPlacement:function(scaleIndex, tickIndex, value){ /// /// /// To set setTickPlacement /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickPlacement /// /// value for the Gauge /// /// /// /// To set setTickPlacement /// /// Tick Placement for Gauge /// }, setTickStyle:function(scaleIndex, tickIndex, value){ /// /// /// To set setTickStyle /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickStyle /// /// value for the Gauge /// /// /// /// To set setTickStyle /// /// Tick Style for Gauge /// }, setTickWidth:function(scaleIndex, tickIndex, value){ /// /// /// To set setTickWidth /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickWidth /// /// value for the Gauge /// /// /// /// To set setTickWidth /// /// Tick Width for Gauge /// }, setTickXDistanceFromScale:function(scaleIndex, tickIndex, value){ /// /// /// To set setTickXDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickXDistanceFromScale /// /// value for the Gauge /// /// /// /// To set setTickXDistanceFromScale /// /// Tick XDistance From Scale for Gauge /// }, setTickYDistanceFromScale:function(scaleIndex, tickIndex, value){ /// /// /// To set setTickYDistanceFromScale /// /// scaleIndex value for the Gauge /// /// /// /// To set setTickYDistanceFromScale /// /// value for the Gauge /// /// /// /// To set setTickYDistanceFromScale /// /// Tick YDistance From Scale for Gauge /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejLinearGauge=function(){ this.data("ejLinearGauge",new ej.LinearGauge()); return this; }; intellisense.annotate(jQuery.fn,{ ejLinearGauge :function (options) { /// ///
///The Linear gauge can be easily configured to the DOM element, such as div. you can create a linear gauge with a highly customizable look and feel.

///Specifies the animationSpeed ///
animationSpeed-number default-500 ///

///Specifies the backgroundColor for Linear gauge. ///
backgroundColor-string default-null ///

///Specifies the borderColor for Linear gauge. ///
borderColor-string default-null ///

///Specifies the animate state ///
enableAnimation-boolean default-true ///

///Specifies the animate state for marker pointer ///
enableMarkerPointerAnimation-boolean default-true ///

///This provides options for customizing export settings ///
exportSettings-ExportSettings default- ///

///Specifies the downloading filename ///
filename-string default-LinearGauge ///

///Specifies the format of the file to export ///
type-ej.datavisualization.LinearGauge.ExportingType|string default-png ///

///Specifies the name of the action URL ///
action-string default- ///

///Specifies the mode of exporting ///
mode-ej.datavisualization.LinearGauge.ExportingMode|string default-client ///

///Specifies the can resize state. ///
isResponsive-boolean default-false ///

///Used to Convert the date object to string while using the locale settings ///
enableGroupSeparator-boolean default-false ///

///Responsiveness of the linear gauge is controlled ///
enableResize-boolean default-false ///

///Specify frame of linear gauge ///
frame-Frame default-null ///

///Specifies the frame background image URL of linear gauge ///
backgroundImageUrl-string default-null ///

///Specifies the frame InnerWidth ///
innerWidth-number default-8 ///

///Specifies the frame OuterWidth ///
outerWidth-number default-12 ///

///Specifies the height of Linear gauge. ///
height-number default-400 ///

///Specifies the labelColor for Linear gauge. ///
labelColor-string default-null ///

///Set the localization culture for the Linear gauge ///
locale-string default-en-US ///

///Specifies the maximum value of Linear gauge. ///
maximum-number default-100 ///

///Specifies the minimum value of Linear gauge. ///
minimum-number default-0 ///

///Specifies the orientation for Linear gauge. ///
orientation-string default-Vertical ///

///Specify labelPosition value of Linear gauge See ///
outerCustomLabelPosition-ej.datavisualization.LinearGauge.OuterCustomLabelPosition|string default-bottom ///

///Specifies the pointerGradient1 for Linear gauge. ///
pointerGradient1-any default-null ///

///Specifies the pointerGradient2 for Linear gauge. ///
pointerGradient2-any default-null ///

///Specifies the read only state. ///
readOnly-boolean default-true ///

///Specifies the scales ///
scales-Array<Scales> default-null ///

///Specifies the backgroundColor of the Scale. ///
backgroundColor-string default-null ///

///Specifies the scaleBar Gradient of bar pointer ///
barPointers-Array<any> default-Array ///

///Specifies the backgroundColor of bar pointer ///
backgroundColor-string default-null ///

///Specifies the border of bar pointer ///
border-any default-null ///

///Specifies the border Color of bar pointer ///
color-string default-null ///

///Specifies the border Width of bar pointer ///
width-number default-1.5 ///

///Specifies the distanceFromScale of bar pointer ///
distanceFromScale-number default-0 ///

///Specifies the scaleBar Gradient of bar pointer ///
gradients-any default-null ///

///Specifies the opacity of bar pointer ///
opacity-number default-1 ///

///Specifies the value of bar pointer ///
value-number default-null ///

///Specifies the pointer Width of bar pointer ///
width-number default-width=30 ///

///Specifies the border of the Scale. ///
border-any default-null ///

///Specifies the border color of the Scale. ///
color-string default-null ///

///Specifies the border width of the Scale. ///
width-number default-1.5 ///

///Specifies the customLabel ///
customLabels-Array<any> default-Array ///

///Specifies the label Color in customLabels ///
color-number default-null ///

///Specifies the font in customLabels ///
font-any default-null ///

///Specifies the fontFamily in customLabels ///
fontFamily-string default-Arial ///

///Specifies the fontStyle in customLabels. See ///
fontStyle-ej.datavisualization.LinearGauge.FontStyle|string default-Bold ///

///Specifies the font size in customLabels ///
size-string default-11px ///

///Specifies the opacity in customLabels ///
opacity-string default-0 ///

///Specifies the position in customLabels ///
position-any default-null ///

///Specifies the position x in customLabels ///
x-number default-0 ///

///Specifies the y in customLabels ///
y-number default-0 ///

///Specifies the positionType in customLabels.See CustomLabelPositionType ///
positionType-any default-null ///

///Specifies the textAngle in customLabels ///
textAngle-number default-0 ///

///Specifies the label Value in customLabels ///
value-string default- ///

///Specifies the scale Direction of the Scale. See ///
direction-ej.datavisualization.LinearGauge.Direction|string default-CounterClockwise ///

///Specifies the indicator ///
indicators-Array<any> default-Array ///

///Specifies the backgroundColor in bar indicators ///
backgroundColor-string default-null ///

///Specifies the border in bar indicators ///
border-number default-null ///

///Specifies the border Color in bar indicators ///
color-string default-null ///

///Specifies the border Width in bar indicators ///
width-number default-1.5 ///

///Specifies the font of bar indicators ///
font-any default-null ///

///Specifies the fontFamily of font in bar indicators ///
fontFamily-string default-Arial ///

///Specifies the fontStyle of font in bar indicators. See FontStyle ///
fontStyle-ej.datavisualization.LinearGauge.FontStyle|string default-ej.datavisualization.LinearGauge.FontStyle.Bold ///

///Specifies the size of font in bar indicators ///
size-string default-11px ///

///Specifies the indicator Height of bar indicators ///
height-number default-30 ///

///Specifies the opacity in bar indicators ///
opacity-number default-null ///

///Specifies the position in bar indicators ///
position-any default-null ///

///Specifies the x position in bar indicators ///
x-number default-0 ///

///Specifies the y position in bar indicators ///
y-number default-0 ///

///Specifies the state ranges in bar indicators ///
stateRanges-Array<any> default-Array ///

///Specifies the backgroundColor in bar indicators state ranges ///
backgroundColor-string default-null ///

///Specifies the borderColor in bar indicators state ranges ///
borderColor-string default-null ///

///Specifies the endValue in bar indicators state ranges ///
endValue-number default-60 ///

///Specifies the startValue in bar indicators state ranges ///
startValue-number default-50 ///

///Specifies the text in bar indicators state ranges ///
text-string default- ///

///Specifies the textColor in bar indicators state ranges ///
textColor-string default-null ///

///Specifies the textLocation in bar indicators ///
textLocation-any default-null ///

///Specifies the textLocation position in bar indicators ///
x-number default-0 ///

///Specifies the Y position in bar indicators ///
y-number default-0 ///

///Specifies the indicator Style of font in bar indicators ///
type-ej.datavisualization.LinearGauge.IndicatorTypes|string default-ej.datavisualization.LinearGauge.IndicatorType.Rectangle ///

///Specifies the indicator Width in bar indicators ///
width-number default-30 ///

///Specifies the labels. ///
labels-Array<any> default-Array ///

///Specifies the angle of labels. ///
angle-number default-0 ///

///Specifies the DistanceFromScale of labels. ///
distanceFromScale-any default-null ///

///Specifies the xDistanceFromScale of labels. ///
x-number default--10 ///

///Specifies the yDistanceFromScale of labels. ///
y-number default-0 ///

///Specifies the font of labels. ///
font-any default-null ///

///Specifies the fontFamily of font. ///
fontFamily-string default-Arial ///

///Specifies the fontStyle of font.See FontStyle ///
fontStyle-ej.datavisualization.LinearGauge.FontStyle|string default-ej.datavisualization.LinearGauge.FontStyle.Bold ///

///Specifies the size of font. ///
size-string default-11px ///

///need to includeFirstValue. ///
includeFirstValue-boolean default-true ///

///Specifies the opacity of label. ///
opacity-number default-0 ///

///Specifies the label Placement of label. See ///
placement-ej.datavisualization.LinearGauge.PointerPlacement|string default-Near ///

///Specifies the textColor of font. ///
textColor-string default-null ///

///Specifies the label Style of label. See ///
type-ej.datavisualization.LinearGauge.ScaleType|string default-ej.datavisualization.LinearGauge.LabelType.Major ///

///Specifies the unitText of label. ///
unitText-string default- ///

///Specifies the unitText Position of label.See ///
unitTextPlacement-ej.datavisualization.LinearGauge.UnitTextPlacement|string default-Back ///

///Specifies the scaleBar Length. ///
length-number default-290 ///

///Specifies the majorIntervalValue of the Scale. ///
majorIntervalValue-number default-10 ///

///Specifies the markerPointers ///
markerPointers-Array<any> default-Array ///

///Specifies the backgroundColor of marker pointer ///
backgroundColor-string default-null ///

///Specifies the border of marker pointer ///
border-any default-null ///

///Specifies the border color of marker pointer ///
color-string default-null ///

///Specifies the border of marker pointer ///
width-number default-number ///

///Specifies the distanceFromScale of marker pointer ///
distanceFromScale-number default-0 ///

///Specifies the pointer Gradient of marker pointer ///
gradients-any default-null ///

///Specifies the pointer Length of marker pointer ///
length-number default-30 ///

///Specifies the opacity of marker pointer ///
opacity-number default-1 ///

///Specifies the pointer Placement of marker pointer See PointerPlacement ///
placement-ej.datavisualization.LinearGauge.PointerPlacement|string default-Far ///

///Specifies the marker Style of marker pointerSee ///
type-ej.datavisualization.LinearGauge.MarkerType|string default-Triangle ///

///Specifies the value of marker pointer ///
value-number default-null ///

///Specifies the pointer Width of marker pointer ///
width-number default-30 ///

///Specifies the maximum of the Scale. ///
maximum-number default-null ///

///Specifies the minimum of the Scale. ///
minimum-number default-null ///

///Specifies the minorIntervalValue of the Scale. ///
minorIntervalValue-number default-2 ///

///Specifies the opacity of the Scale. ///
opacity-number default-NaN ///

///Specifies the position ///
position-any default-null ///

///Specifies the Horizontal position ///
x-number default-50 ///

///Specifies the vertical position ///
y-number default-50 ///

///Specifies the ranges in the tick. ///
ranges-Array<any> default-Array ///

///Specifies the backgroundColor in the ranges. ///
backgroundColor-string default-null ///

///Specifies the border in the ranges. ///
border-any default-null ///

///Specifies the border color in the ranges. ///
color-string default-null ///

///Specifies the border width in the ranges. ///
width-number default-1.5 ///

///Specifies the distanceFromScale in the ranges. ///
distanceFromScale-number default-0 ///

///Specifies the endValue in the ranges. ///
endValue-number default-60 ///

///Specifies the endWidth in the ranges. ///
endWidth-number default-10 ///

///Specifies the range Gradient in the ranges. ///
gradients-any default-null ///

///Specifies the opacity in the ranges. ///
opacity-number default-null ///

///Specifies the range Position in the ranges. See RangePlacement ///
placement-ej.datavisualization.LinearGauge.PointerPlacement|string default-Center ///

///Specifies the startValue in the ranges. ///
startValue-number default-20 ///

///Specifies the startWidth in the ranges. ///
startWidth-number default-10 ///

///Specifies the shadowOffset. ///
shadowOffset-number default-0 ///

///Specifies the showBarPointers state. ///
showBarPointers-boolean default-true ///

///Specifies the showCustomLabels state. ///
showCustomLabels-boolean default-false ///

///Specifies the showIndicators state. ///
showIndicators-boolean default-false ///

///Specifies the showLabels state. ///
showLabels-boolean default-true ///

///Specifies the showMarkerPointers state. ///
showMarkerPointers-boolean default-true ///

///Specifies the showRanges state. ///
showRanges-boolean default-false ///

///Specifies the showTicks state. ///
showTicks-boolean default-true ///

///Specifies the ticks in the scale. ///
ticks-Array<any> default-Array ///

///Specifies the angle in the tick. ///
angle-number default-0 ///

///Specifies the tick Color in the tick. ///
color-string default-null ///

///Specifies the DistanceFromScale in the tick. ///
distanceFromScale-any default-null ///

///Specifies the xDistanceFromScale in the tick. ///
x-number default-0 ///

///Specifies the yDistanceFromScale in the tick. ///
y-number default-0 ///

///Specifies the tick Height in the tick. ///
height-number default-10 ///

///Specifies the opacity in the tick. ///
opacity-number default-0 ///

///Specifies the tick Placement in the tick. See TickPlacement ///
placement-ej.datavisualization.LinearGauge.PointerPlacement|string default-Near ///

///Specifies the tick Style in the tick. See ///
type-ej.datavisualization.LinearGauge.TicksType|string default-MajorInterval ///

///Specifies the tick Width in the tick. ///
width-number default-3 ///

///Specifies the scaleBar type .See ///
type-ej.datavisualization.LinearGauge.ScaleType|string default-Rectangle ///

///Specifies the scaleBar width. ///
width-number default-30 ///

///Specifies the theme for Linear gauge. See LinearGauge.Themes ///
theme-ej.datavisualization.LinearGauge.Themes|string default-flatlight ///

///Specifies the tick Color for Linear gauge. ///
tickColor-string default-null ///

///Specify tooltip options of linear gauge ///
tooltip-Tooltip default-false ///

///Specify showCustomLabelTooltip value of linear gauge ///
showCustomLabelTooltip-boolean default-false ///

///Specify showLabelTooltip value of linear gauge ///
showLabelTooltip-boolean default-false ///

///Specify templateID value of linear gauge ///
templateID-string default-false ///

///Specifies the value of the Gauge. ///
value-number default-0 ///

///Specifies the width of Linear gauge. ///
width-number default-150 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ListBox:function(){ /// /// Constructor of ej.ListBox /// } }); ej.ListBox=(function(){ var original=ej.ListBox var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(listItem, index){ /// /// /// Adds a given list items in the ListBox widget at a specified index. It accepts two parameters. /// /// This can be a list item object (for JSON binding) or a string (for UL and LI rendering). Also we can the specify this as an array of list item object or an array of strings to add multiple items. /// /// /// /// Adds a given list items in the ListBox widget at a specified index. It accepts two parameters. /// /// The index value to add the given items at the specified index. If index is not specified, the given items will be added at the end of the list. /// }, checkAll:function(){ /// /// /// Checks all the list items in the ListBox widget. It is dependent on showCheckbox property. /// }, checkItemByIndex:function(index){ /// /// /// Checks a list item by using its index. It is dependent on showCheckbox property. /// /// Index of the listbox item to be checked. If index is not specified, the given items will be added at the end of the list. /// }, checkItemsByIndices:function(indices){ /// /// /// Checks multiple list items by using its index values. It is dependent on showCheckbox property. /// /// Index/Indices of the listbox items to be checked. If index is not specified, the given items will be added at the end of the list. /// }, disable:function(){ /// /// /// Disables the ListBox widget. /// }, disableItem:function(text){ /// /// /// Disables a list item by passing the item text as parameter. /// /// Text of the listbox item to be disabled. /// }, disableItemByIndex:function(index){ /// /// /// Disables a list Item using its index value. /// /// Index of the listbox item to be disabled. /// }, disableItemsByIndices:function(Indices){ /// /// /// Disables set of list Items using its index values. /// /// Indices of the listbox items to be disabled. /// }, enable:function(){ /// /// /// Enables the ListBox widget when it is disabled. /// }, enableItem:function(text){ /// /// /// Enables a list Item using its item text value. /// /// Text of the listbox item to be enabled. /// }, enableItemByIndex:function(index){ /// /// /// Enables a list item using its index value. /// /// Index of the listbox item to be enabled. /// }, enableItemsByIndices:function(indices){ /// /// /// Enables a set of list Items using its index values. /// /// Indices of the listbox items to be enabled. /// }, getCheckedItems:function(){ /// /// /// Returns the list of checked items in the ListBox widget. It is dependent on showCheckbox property. /// }, getSelectedItems:function(){ /// /// /// Returns the list of selected items in the ListBox widget. /// }, getIndexByText:function(text){ /// /// /// Returns an item’s index based on the given text. /// /// The list item text (label) /// }, getIndexByValue:function(indices){ /// /// /// Returns an item’s index based on the value given. /// /// The list item’s value /// }, getTextByIndex:function(){ /// /// /// Returns an item’s text (label) based on the index given. /// }, getItemByIndex:function(){ /// /// /// Returns a list item’s object using its index. /// }, getItemByText:function(text){ /// /// /// Returns a list item’s object based on the text given. /// /// The list item text. /// }, mergeData:function(data){ /// /// /// Merges the given data with the existing data items in the listbox. /// /// Data to merge in listbox. /// }, moveDown:function(){ /// /// /// Selects the next item based on the current selection. /// }, moveUp:function(){ /// /// /// Selects the previous item based on the current selection. /// }, refresh:function(refreshData){ /// /// /// Refreshes the ListBox widget. /// /// Refreshes both the datasource and the dimensions of the ListBox widget when the parameter is passed as true, otherwise only the ListBox dimensions will be refreshed. /// }, removeAll:function(){ /// /// /// Removes all the list items from listbox. /// }, removeSelectedItems:function(){ /// /// /// Removes the selected list items from the listbox. /// }, removeItemByText:function(text){ /// /// /// Removes a list item by using its text. /// /// Text of the listbox item to be removed. /// }, removeItemByIndex:function(index){ /// /// /// Removes a list item by using its index value. /// /// Index of the listbox item to be removed. /// }, selectAll:function(){ /// /// /// /// }, selectItemByText:function(text){ /// /// /// Selects the list item using its text value. /// /// Text of the listbox item to be selected. /// }, selectItemByValue:function(value){ /// /// /// Selects list item using its value property. /// /// Value of the listbox item to be selected. /// }, selectItemByIndex:function(index){ /// /// /// Selects list item using its index value. /// /// Index of the listbox item to be selected. /// }, selectItemsByIndices:function(Indices){ /// /// /// Selects a set of list items through its index values. /// /// Index/Indices of the listbox item to be selected. /// }, uncheckAll:function(){ /// /// /// Unchecks all the checked list items in the ListBox widget. To use this method showCheckbox property to be set as true. /// }, uncheckItemByIndex:function(index){ /// /// /// Unchecks a checked list item using its index value. To use this method showCheckbox property to be set as true. /// /// Index of the listbox item to be unchecked. /// }, uncheckItemsByIndices:function(indices){ /// /// /// Unchecks the set of checked list items using its index values. To use this method showCheckbox property must be set to true. /// /// Indices of the listbox item to be unchecked. /// }, unselectAll:function(){ /// /// /// /// }, unselectItemByIndex:function(index){ /// /// /// Unselects a selected list item using its index value /// /// Index of the listbox item to be unselected. /// }, unselectItemByText:function(text){ /// /// /// Unselects a selected list item using its text value. /// /// Text of the listbox item to be unselected. /// }, unselectItemByValue:function(value){ /// /// /// Unselects a selected list item using its value. /// /// Value of the listbox item to be unselected. /// }, unselectItemsByIndices:function(indices){ /// /// /// Unselects a set of list items using its index values. /// /// Indices of the listbox item to be unselected. /// }, hideCheckedItems:function(){ /// /// /// Hides all the checked items in the listbox. /// }, showItemByIndices:function(indices){ /// /// /// Shows a set of hidden list Items using its index values. /// /// Indices of the listbox items to be shown. /// }, hideItemsByIndices:function(indices){ /// /// /// Hides a set of list Items using its index values. /// /// Indices of the listbox items to be hidden. /// }, showItemsByValues:function(values){ /// /// /// Shows the hidden list items using its values. /// /// Values of the listbox items to be shown. /// }, hideItemsByValues:function(values){ /// /// /// Hides the list item using its values. /// /// Values of the listbox items to be hidden. /// }, showItemByValue:function(value){ /// /// /// Shows a hidden list item using its value. /// /// Value of the listbox item to be shown. /// }, hideItemByValue:function(value){ /// /// /// Hide a list item using its value. /// /// Value of the listbox item to be hidden. /// }, showItemByIndex:function(index){ /// /// /// Shows a hidden list item using its index value. /// /// Index of the listbox item to be shown. /// }, hideItemByIndex:function(index){ /// /// /// Hides a list item using its index value. /// /// Index of the listbox item to be hidden. /// }, show:function(){ /// /// /// /// }, hide:function(){ /// /// /// Hides the listbox. /// }, hideAllItems:function(){ /// /// /// Hides all the listbox items in the listbox. /// }, showAllItems:function(){ /// /// /// Shows all the listbox items in the listbox. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejListBox=function(){ this.data("ejListBox",new ej.ListBox()); return this; }; intellisense.annotate(jQuery.fn,{ ejListBox :function (options) { /// ///
///The ListBox control provides a list of options for users to select from. It is capable of including other HTML elements such as images, textboxes, check box, and radio buttons and so on. It also supports data binding, template options, multi-select options, etc.

///Enables/disables the dragging behavior of the items in ListBox widget. ///
allowDrag-boolean default-false ///

///Accepts the items which are dropped in to it, when it is set to true. ///
allowDrop-boolean default-false ///

///Enables or disables multiple selection. ///
allowMultiSelection-boolean default-false ///

///Loads the list data on demand via scrolling behavior to improve the application’s performance. There are two ways to load data which can be defined using “virtualScrollMode” property. ///
allowVirtualScrolling-boolean default-false ///

///Enables or disables the case sensitive search for list item by typing the text (search) value. ///
caseSensitiveSearch-boolean default-false ///

///Dynamically populate data of a list box while selecting an item in another list box i.e. rendering child list box based on the item selection in parent list box. This property accepts the id of the child ListBox widget to populate the data. ///
cascadeTo-string default-null ///

///Set of list items to be checked by default using its index. It works only when the showCheckbox property is set to true. ///
checkedIndices-Array<any> default-null ///

///The root class for the ListBox widget to customize the existing theme. ///
cssClass-string default-“” ///

///Contains the list of data for generating the list items. ///
dataSource-any default-null ///

///Enables or disables the ListBox widget. ///
enabled-boolean default-true ///

///Enables or disables the search behavior to find the specific list item by typing the text value. ///
enableIncrementalSearch-boolean default-false ///

///Allows the current model values to be saved in local storage or browser cookies for state maintenance when it is set to true. ///
enablePersistence-boolean default-false ///

///Displays the ListBox widget’s content from right to left when enabled. ///
enableRTL-boolean default-false ///

///Specifies ellipsis ("...") representation in an overflowed list item content when it is set to false. ///
enableWordWrap-boolean default-true ///

///Mapping fields for the data items of the ListBox widget. ///
fields-Fields default-null ///

///Defines the specific field name which contains Boolean values to specify whether the list items to be checked by default or not. ///
checkBy-boolean default- ///

///The grouping in the ListBox widget can be defined using this field. ///
groupBy-string default- ///

///Defines the HTML attributes such as id, class, styles for the specific ListBox item. ///
htmlAttributes-any default- ///

///Defines the specific field name which contains id values for the list items. ///
id-string default- ///

///Defines the imageURL for the image to be displayed in the ListBox item. ///
imageUrl-string default- ///

///Defines the image attributes such as height, width, styles and so on. ///
imageAttributes-string default- ///

///Defines the specific field name which contains Boolean values to specify whether the list items to be selected by default or not. ///
selectBy-boolean default- ///

///Defines the sprite CSS class for the image to be displayed. ///
spriteCssClass-string default- ///

///Defines the table name to get the specific set of list items to be loaded in the ListBox widget while rendering with remote data. ///
tableName-string default- ///

///Defines the specific field name in the data source to load the list with data. ///
text-string default- ///

///Defines the specific field name in the data source to load the list with data value property. ///
value-string default- ///

///Defines the height of the ListBox widget. ///
height-string default-null ///

///Defines the height for individual ListBox item. ///
itemHeight-string default-null ///

///The number of list items to be shown in the ListBox widget. The remaining list items will be scrollable. ///
itemsCount-number default-null ///

///The total number of list items to be rendered in the ListBox widget. ///
totalItemsCount-number default-null ///

///The number of list items to be loaded in the list box while enabling virtual scrolling and when virtualScrollMode is set to continuous. ///
itemRequestCount-number default-5 ///

///Loads data for the listbox by default (i.e. on initialization) when it is set to true. It creates empty ListBox if it is set to false. ///
loadDataOnInit-boolean default-true ///

///The query to retrieve required data from the data source. ///
query-ej.Query default-ej.Query() ///

///The list item to be selected by default using its index. ///
selectedIndex-number default-null ///

///The list items to be selected by default using its indices. To use this property allowMultiSelection should be enabled. ///
selectedIndices-Array<any> default-[] ///

///Enables/Disables the multi selection option with the help of checkbox control. ///
showCheckbox-boolean default-false ///

///To display the ListBox container with rounded corners. ///
showRoundedCorner-boolean default-false ///

///Set to sort ListBox items either by Ascending or Descending order. By default sortOrder is set as enum type of "None".You can use only below mentioned type for sorting purpose. ///
sortOrder-ej.ListBox.SortOrder|string default-ej.SortOrder.None ///

///The template to display the ListBox widget with customized appearance. ///
template-string default-null ///

///Holds the selected items values and used to bind value to the list item using AngularJS and KnockoutJS. ///
value-number default-“” ///

///Specifies the virtual scroll mode to load the list data on demand via scrolling behavior. There are two types of mode. ///
virtualScrollMode-ej.VirtualScrollMode|string default-ej.VirtualScrollMode.Normal ///

///Defines the width of the ListBox widget. ///
width-string default-null ///

///Specifies the targetID for the listbox items. ///
targetID-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ListView:function(){ /// /// Constructor of ej.ListView /// } }); ej.ListView=(function(){ var original=ej.ListView var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(item, index, groupid){ /// /// /// To add item in the given index. If you have enabled grouping in ListView then you need to pass the corresponding group list title to add item in it. Depending on the data bound to ListView, we need to pass either an HTML element or JSON objects in this method. /// /// To pass the list item as element/ JSON object /// /// /// /// To add item in the given index. If you have enabled grouping in ListView then you need to pass the corresponding group list title to add item in it. Depending on the data bound to ListView, we need to pass either an HTML element or JSON objects in this method. /// /// Specifies the index where item to be added /// /// /// /// To add item in the given index. If you have enabled grouping in ListView then you need to pass the corresponding group list title to add item in it. Depending on the data bound to ListView, we need to pass either an HTML element or JSON objects in this method. /// /// optionalThis is an optional parameter. You must pass the group list title here if grouping is enabled in the ListView /// }, checkAllItem:function(){ /// /// /// To check all the items. /// }, checkItem:function(index){ /// /// /// To check item in the given index. /// /// Specifies the index of the item to be checked /// }, clear:function(){ /// /// /// To clear all the list item in the control before updating with new datasource. /// }, deActive:function(index){ /// /// /// To make the item in the given index to be default state. /// /// Specifies the index to make the item to be in default state. /// }, disableItem:function(index){ /// /// /// To disable item in the given index. /// /// Specifies the index value to be disabled. /// }, enableItem:function(index){ /// /// /// To enable item in the given index. /// /// Specifies the index value to be enabled. /// }, getActiveItem:function(){ /// /// /// To get the active item. /// }, getActiveItemText:function(){ /// /// /// To get the text of the active item. /// }, getCheckedItems:function(){ /// /// /// To get all the checked items. /// }, getCheckedItemsText:function(){ /// /// /// To get the text of all the checked items. /// }, getItemsCount:function(){ /// /// /// To get the total item count. /// }, getItemText:function(index){ /// /// /// To get the text of the item in the given index. /// /// Specifies the index value to get the text value. /// }, hasChild:function(index){ /// /// /// To check whether the item in the given index has child item. /// /// Specifies the index value to check the item has child or not. /// }, hide:function(){ /// /// /// To hide the list. /// }, hideItem:function(index){ /// /// /// To hide item in the given index. /// /// Specifies the index value to hide the item. /// }, isChecked:function(){ /// /// /// To check whether item in the given index is checked. /// }, loadAjaxContent:function(item){ /// /// /// To load the AJAX content while selecting the item. /// /// Specifies the item to load the AJAX content. /// }, removeCheckMark:function(index){ /// /// /// To remove the check mark either for specific item in the given index or for all items. /// /// Specifies the index value to remove the checkbox. /// }, removeItem:function(index){ /// /// /// To remove item in the given index. /// /// Specifies the index value to remove the item. /// }, selectItem:function(index){ /// /// /// To select item in the given index. /// /// Specifies the index value to select the item. /// }, setActive:function(index){ /// /// /// To make the item in the given index to be active state. /// /// Specifies the index value to make the item in active state. /// }, show:function(){ /// /// /// To show the list. /// }, showItem:function(index){ /// /// /// To show item in the given index. /// /// Specifies the index value to show the hidden item. /// }, unCheckAllItem:function(){ /// /// /// To uncheck all the items. /// }, unCheckItem:function(index){ /// /// /// To uncheck item in the given index. /// /// Specifies the index value to uncheck the item. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejListView=function(){ this.data("ejListView",new ej.ListView()); return this; }; intellisense.annotate(jQuery.fn,{ ejListView :function (options) { /// ///
///The ListView widget builds interactive ListView interface. This control allows you to select an item from a list-like interface and display a set of data items in different layouts or views. Lists are used for displaying data, data navigation, result lists, and data entry.

///Specifies the ajaxSettings option to load the items to the ListView control. ///
ajaxSettings-AjaxSettings default-null ///

///It specifies, whether to enable or disable asynchronous request. ///
async-boolean default- ///

///It specifies the page will be cached in the web browser. ///
cache-boolean default- ///

///It specifies the type of data is send in the query string. ///
contentType-string default- ///

///It specifies the data as an object, will be passed in the query string. ///
data-any default- ///

///It specifies the type of data that you're expecting back from the response. ///
dataType-string default- ///

///It specifies the HTTP request type. ///
type-string default- ///

///Set the index values to be selected on initial loading. This works only when enableCheckMark is set true. ///
checkedIndices-Array<any> default-[] ///

///Sets the root class for ListView theme. This cssClass API helps to use custom skinning option for ListView control. By defining the root class using this API, we need to include this root class in CSS. ///
cssClass-string default- ///

///Contains the list of data for generating the ListView items. ///
dataSource-Array<any> default-[] ///

///Specifies whether to load AJAX content while selecting item. ///
enableAjax-boolean default-false ///

///Specifies whether to enable caching the content. ///
enableCache-boolean default-false ///

///Specifies whether to enable check mark for the item. ///
enableCheckMark-boolean default-false ///

///Specifies whether to enable the filtering feature to filter the item. ///
enableFiltering-boolean default-false ///

///Specifies whether to group the list item. ///
enableGroupList-boolean default-false ///

///Specifies to maintain the current model value to browser cookies for state maintenance. While refresh the page, the model value will get apply to the control from browser cookies. ///
enablePersistence-boolean default-false ///

///Specifies the field settings to map the datasource. ///
fieldSettings-FieldSettings default- ///

///Defines the specific field name which contains Boolean values to specify whether the list items to be checked by default or not. ///
checked-boolean default- ///

///Defines the URL to be navigated while clicking the list item. ///
navigateUrl-string default- ///

///Defines the HTML attributes such as id, class, styles for the specific list item. ///
attributes-any default- ///

///Defines the specific field name which contains id values for the list items. ///
id-string default- ///

///Defines the URL for the image to be displayed in the list item. ///
imageUrl-string default- ///

///Defines the class name for image in that specific list items. ///
imageClass-string default- ///

///Specifies whether to prevent the selection of the list item. ///
preventSelection-boolean default- ///

///Specifies whether to retain the selection of the list item. ///
persistSelection-boolean default- ///

///To define the first level of list items. ///
primaryKey-string default- ///

///To define the child level of list items inside the parent items. ///
parentPrimaryKey-string default- ///

///Defines the specific field name in the data source to load the list with data. ///
text-string default- ///

///To trigger the mouseup event for specific list items. ///
mouseUP-string default- ///

///To trigger the mousedown event for specific list items. ///
mouseDown-string default- ///

///Contains the array of items to be added in ListView. ///
items-Array<any> default-[] ///

///Specifies the text of the back button in the header. ///
headerBackButtonText-string default-null ///

///Specifies the title of the header. ///
headerTitle-string default-Title ///

///Specifies the height. ///
height-string|number default-null ///

///Set the localization culture for ListView Widget. ///
locale-string default- ///

///Specifies whether to retain the selection of the item. ///
persistSelection-boolean default-false ///

///Specifies whether to prevent the selection of the item. ///
preventSelection-boolean default-false ///

///Specifies the query to execute with the datasource. ///
query-any default-null ///

///Specifies whether need to render the control with the template contents. ///
renderTemplate-boolean default-false ///

///Specifies the index of item which need to be in selected state initially while loading. ///
selectedItemIndex-number default-0 ///

///Specifies whether to show the header. ///
showHeader-boolean default-true ///

///Specifies whether to show the back button header. ///
showHeaderBackButton-boolean default-false ///

///Specifies ID of the element contains template contents. ///
templateId-string default-null ///

///Specifies the width. ///
width-string|number default-null ///

///Specifies the number of items to be fetched on each scroll. Note: This property works only with Virtual scrolling. ///
itemRequestCount-number default-5 ///

///Specifies the maximum number of items to be fetched. Note: This will work only with Virtual scrolling ///
totalItemsCount-number default-5 ///

///Loads the list data on demand via scrolling behavior to improve the application’s performance. There are two ways to load data which can be defined using virtualScrollMode property. ///
allowVirtualScrolling-boolean default-false ///

///Specifies the virtual scroll mode to load the list data on demand via scrolling behavior. There are two types of mode. ///
virtualScrollMode-ej.VirtualScrollMode|string default-ej.VirtualScrollMode.Normal ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Map:function(){ /// /// Constructor of ej.Map /// } }); ej.Map=(function(){ var original=ej.Map var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { navigateTo:function(latitude, longitude, level){ /// /// /// Method for navigating to specific shape based on latitude, longitude and zoom level. /// /// Pass the latitude value for map /// /// /// /// Method for navigating to specific shape based on latitude, longitude and zoom level. /// /// Pass the longitude value for map /// /// /// /// Method for navigating to specific shape based on latitude, longitude and zoom level. /// /// Pass the zoom level for map /// }, pan:function(direction){ /// /// /// Method to perform map panning /// /// Pass the direction in which map should be panned /// }, refresh:function(){ /// /// /// Method to reload the map. /// }, refreshLayers:function(){ /// /// /// Method to reload the shapeLayers with updated values /// }, refreshNavigationControl:function(navigation){ /// /// /// Method to reload the navigation control with updated values. /// /// Pass the navigation control instance /// }, zoom:function(level, isAnimate){ /// /// /// Method to perform map zooming. /// /// Pass the zoom level for map to be zoomed /// /// /// /// Method to perform map zooming. /// /// Pass the boolean value to enable or disable animation while zooming /// }, refreshLayer:function(){ /// /// /// Method to reload the specified layer based on layer and sublayer index value. /// }, addMarkers:function(){ /// /// /// Add markers dynamically based on layer and sublayer index value. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejMap=function(){ this.data("ejMap",new ej.Map()); return this; }; intellisense.annotate(jQuery.fn,{ ejMap :function (options) { /// ///
///The map can be easily configured to the DOM element, such as div and can be created with a highly customized look and feel.

///Specifies the background color for map ///
background-string default-transparent ///

///Specifies the index of the map to determine the shape layer to be displayed ///
baseMapIndex-number default-0 ///

///Specify the center position where map should be displayed ///
centerPosition-any default-[0,0] ///

///Controls the selection through dragging ///
draggingOnSelection-boolean default-false ///

///Enables or Disables the map animation ///
enableAnimation-boolean default-false ///

///Enables or Disables right to left(RTL) support for maps. ///
enableRTL-boolean default-false ///

///Enables or Disables the animation for layer change in map ///
enableLayerChangeAnimation-boolean default-false ///

///Enables or Disables the map panning ///
enablePan-boolean default-true ///

///Determines whether map need to resize when container is resized ///
enableResize-boolean default-true ///

///Determines whether map need to resize when container is resized ///
isResponsive-boolean default-true ///

///Enables or Disables the Zooming for map. ///
zoomSettings-ZoomSettings default- ///

///Specifies animation duration for map shapes while zooming. ///
animationDuration-string default-600 ///

///Enables or Disables the zooming of map ///
enableZoom-boolean default-true ///

///Enables or Disables the zoom on selecting the map shape ///
enableZoomOnSelection-boolean default-false ///

///Enables or Disables the zoom on mouse wheel the map. ///
enableMouseWheelZoom-boolean default-true ///

///Specifies the zoom factor for map zoom value. ///
factor-number default-1 ///

///Specifies the zoom level value for which map to be zoomed ///
level-number default-1 ///

///Specifies the minimum zoomSettings level of the map ///
minValue-number default-1 ///

///Specifies the maximum zoom level of the map ///
maxValue-number default-100 ///

///Enables or Disables the navigation control for map to perform zooming and panning on map shapes. ///
navigationControl-NavigationControl default- ///

///Set the absolutePosition for navigation control ///
absolutePosition-any default-{x:0,y:0} ///

///Specifies the navigation control template for map ///
content-string default-null ///

///Set the dockPosition value for navigation control ///
dockPosition-ej.datavisualization.Map.Position|string default-centerleft ///

///Enables or Disables the Navigation for handling zooming map ///
enableNavigation-boolean default-false ///

///Set the orientation value for navigation control ///
orientation-ej.datavisualization.Map.LabelOrientation|string default-vertical ///

///Name of the culture based on which map should be localized. Labels are localized with respect to the culture name.String type properties like template text are not localized automatically. Provide localized text as value to string type properties. ///
locale-string default-en-US ///

///Layer for holding the map shapes ///
layers-Array<Layers> default- ///

///to get the type of bing map. ///
bingMapType-ej.datavisualization.Map.BingMapType|string default-aerial ///

///Specifies the bubble settings for map ///
bubbleSettings-any default- ///

///Specifies the bubble Opacity value of bubbles for shape layer in map ///
bubbleOpacity-number default-0.9 ///

///Specifies the mouse hover color of the shape layer in map ///
color-string default-gray ///

///Specifies the colorMappings of the shape layer in map ///
colorMappings-any default-null ///

///Specifies the range colorMappings in the bubble layer. ///
rangeColorMapping-Array<any> default-null ///

///Start range colorMappings in the bubble layer. ///
from-number default-null ///

///End range colorMappings in the bubble layer. ///
to-number default-null ///

///GradientColors in the bubble layer of map. ///
gradientColors-Array<any> default- ///

///Color of the bubble layer. ///
color-string default-null ///

///Specifies the bubble color valuePath of the shape layer in map ///
colorValuePath-string default-null ///

///Specifies the maximum size value of bubbles for shape layer in map ///
maxValue-number default-20 ///

///Specifies the minimum size value of bubbles for shape layer in map ///
minValue-number default-10 ///

///Specifies the showBubble visibility status map ///
showBubble-boolean default-true ///

///Specifies the tooltip visibility status of the shape layer in map ///
showTooltip-boolean default-false ///

///Specifies the bubble tooltip template of the shape layer in map ///
tooltipTemplate-string default-null ///

///Specifies the bubble valuePath of the shape layer in map ///
valuePath-string default-null ///

///Specifies the datasource for the shape layer ///
dataSource-any default- ///

///Specifies the data path of shape ///
shapeDataPath-string default- ///

///Specifies the data path of shape ///
shapePropertyPath-string default- ///

///Enables or disables the shape mouse hover ///
enableMouseHover-boolean default-false ///

///Enables or disables the shape selection ///
enableSelection-boolean default-true ///

///to get the key of bing map ///
key-string default-null ///

///Options for enabling and configuring labelSettings labelPath, smartLabelSize, labelLength etc., ///
labelSettings-any default- ///

///enable or disable the enableSmartLabel property ///
enableSmartLabel-boolean default-false ///

///set the labelLength property ///
labelLength-number default-'2' ///

///set the labelPath property ///
labelPath-string default-null ///

///The property specifies whether to show labels or not. ///
showLabels-boolean default-false ///

///set the smartLabelSize property ///
smartLabelSize-ej.datavisualization.Map.LabelSize|string default-fixed ///

///Options for customizing the data label font. ///
font-any default- ///

///Font family of the data label. ///
fontFamily-string default-Segoe UI ///

///Font style of the data label. ///
fontStyle-ej.datavisualization.Map.FontStyle|string default-normal. ///

///NameType DescriptionRegularstring Specifies the font weight as regular.BoldstringSpecifies the font weight as bold.LighterstringSpecifies the font weight as lighter. ///
fontWeight-ej.datavisualization.Map.FontWeight|string default-regular. See ///

///Opacity of the text. ///
opacity-number default-1 ///

///Font color of the data label text. ///
color-string default-null ///

///Font size of the data label. ///
size-string default-12px ///

///Specifies the map view type. ///
geometryType-ej.datavisualization.Map.GeometryType|string default-'geographic' ///

///Specifies the map type. ///
layerType-ej.datavisualization.Map.LayerType|string default-'geometry' ///

///Options for enabling and configuring legendSettings position, height, width, mode, type etc., ///
legendSettings-any default- ///

///Determines whether the legend should be placed outside or inside the map bounds ///
dockOnMap-boolean default-false ///

///Determines the legend placement and it is valid only when dockOnMap is true ///
dockPosition-ej.datavisualization.Map.DockPosition|string default-top ///

///height value for legend setting ///
height-number default-0 ///

///to get icon value for legend setting ///
icon-ej.datavisualization.Map.LegendIcons|string default-rectangle ///

///icon height value for legend setting ///
iconHeight-number default-20 ///

///icon Width value for legend setting ///
iconWidth-number default-20 ///

///set the orientation of legend labels ///
labelOrientation-ej.datavisualization.Map.LabelOrientation|string default-vertical ///

///to get leftLabel value for legend setting ///
leftLabel-string default-null ///

///To get the field name in the datasource for generating legend items. ///
textPath-string default-null ///

///to get mode of legend setting ///
mode-ej.datavisualization.Map.Mode|string default-default ///

///set the position of legend settings ///
position-ej.datavisualization.Map.Position|string default-topleft ///

///x position value for legend setting ///
positionX-number default-0 ///

///y position value for legend setting ///
positionY-number default-0 ///

///to get rightLabel value for legend setting ///
rightLabel-string default-null ///

///Enables or Disables the showLabels ///
showLabels-boolean default-false ///

///Enables or Disables the showLegend ///
showLegend-boolean default-false ///

///Toggle the visibility of the legend. ///
toggleVisibility-boolean default-false ///

///to get title of legend setting ///
title-string default-null ///

///to get type of legend setting ///
type-ej.datavisualization.Map.LegendType|string default-layers ///

///width value for legend setting ///
width-number default-0 ///

///Specifies the map items template for shapes. ///
mapItemsTemplate-string default- ///

///Specify markers for shape layer. ///
markers-Array<any> default- ///

///Specifies the map marker template for map layer. ///
markerTemplate-string default-null ///

///Specify selectedMapShapes for shape layer ///
selectedMapShapes-Array<any> default-[] ///

///Specifies the selection mode of the map. Accepted selection mode values are Default and Multiple. ///
selectionMode-ej.datavisualization.Map.SelectionMode|string default-default ///

///Specifies the shape data for the shape layer ///
shapeData-any default- ///

///Specifies the shape settings of map layer ///
shapeSettings-any default- ///

///Enables or Disables the auto fill colors for shape layer in map. When this property value set to true, shapes will be filled with palette colors. ///
autoFill-boolean default-false ///

///Specifies the colorMappings of the shape layer in map ///
colorMappings-any default-null ///

///Specifies the range colorMappings in the shape layer of map. ///
rangeColorMapping-Array<any> default-null ///

///Specifies the start range colorMappings in the shape layer of map. ///
from-number default-null ///

///Specifies the to range colorMappings in the shape layer of map. ///
to-number default-null ///

///Specifies the gradientColors in the shape layer of map. ///
gradientColors-Array<any> default-null ///

///Specifies the equalColorMapping in the shape layer of map. ///
equalColorMapping-Array<any> default-null ///

///Specifies the equalColorMapping value in the shape layer of map. ///
value-string default-null ///

///Specifies the equalColorMapping color in the shape layer of map. ///
color-string default-null ///

///Specifies the shape color palette value of the shape layer in map. Accepted colorPalette values are palette1, palette2, palette3 and custompalette. ///
colorPalette-ej.datavisualization.Map.ColorPalette|string default-palette1 ///

///Specifies the shape color valuePath of the shape layer in map ///
colorValuePath-string default-null ///

///Specifies the field name in the datasource that contains color values for each shapes. ///
colorPath-string default-null ///

///Enables or Disables the gradient colors for map shapes. ///
enableGradient-boolean default-false ///

///Specifies the shape fill color of the shape layer in map ///
fill-string default-#E5E5E5 ///

///Specifies the mouse over width of the shape layer in map ///
highlightBorderWidth-number default-1 ///

///Specifies the mouse hover color of the shape layer in map ///
highlightColor-string default-gray ///

///Specifies the mouse over stroke color of the shape layer in map ///
highlightStroke-string default-#C1C1C1 ///

///Specifies the shape selection color of the shape layer in map ///
selectionColor-string default-gray ///

///Specifies the shape selection stroke color of the shape layer in map ///
selectionStroke-string default-#C1C1C1 ///

///Specifies the shape selection stroke width of the shape layer in map ///
selectionStrokeWidth-number default-1 ///

///Specifies the shape stroke color of the shape layer in map ///
stroke-string default-#C1C1C1 ///

///Specifies the shape stroke thickness value of the shape layer in map ///
strokeThickness-number default-0.2 ///

///Specifies the shape valuePath of the shape layer in map ///
valuePath-string default-null ///

///Shows or hides the map items. ///
showMapItems-boolean default-false ///

///Shows or hides the tooltip for shapes ///
showTooltip-boolean default-false ///

///Specifies the tooltip template for shapes. ///
tooltipTemplate-string default- ///

///Specifies the URL template for the OSM type map. ///
urlTemplate-string default-'http://a.tile.openstreetmap.org/level/tileX/tileY.png' ///

///Sublayer is the collection of shape Layer ///
subLayers-Array<any> default- ///

///to get the type of bing map. ///
bingMapType-ej.datavisualization.Map.BingMapType|string default-aerial ///

///Specifies the bubble settings for map ///
bubbleSettings-any default- ///

///Specifies the bubble Opacity value of bubbles for shape layer in map ///
bubbleOpacity-number default-0.9 ///

///Specifies the mouse hover color of the shape layer in map ///
color-string default-gray ///

///Specifies the colorMappings of the shape layer in map ///
colorMappings-any default-null ///

///Specifies the range colorMappings in the bubble layer. ///
rangeColorMapping-Array<any> default-null ///

///Start range colorMappings in the bubble layer. ///
from-number default-null ///

///End range colorMappings in the bubble layer. ///
to-number default-null ///

///GradientColors in the bubble layer of map. ///
gradientColors-Array<any> default- ///

///Color of the bubble layer. ///
color-string default-null ///

///Specifies the bubble color valuePath of the shape layer in map ///
colorValuePath-string default-null ///

///Specifies the field name in the datasource that contains color values for each bubbles. ///
colorPath-string default-null ///

///Specifies the maximum size value of bubbles for shape layer in map ///
maxValue-number default-20 ///

///Specifies the minimum size value of bubbles for shape layer in map ///
minValue-number default-10 ///

///Specifies the showBubble visibility status map ///
showBubble-boolean default-true ///

///Specifies the tooltip visibility status of the shape layer in map ///
showTooltip-boolean default-false ///

///Specifies the bubble tooltip template of the shape layer in map ///
tooltipTemplate-string default-null ///

///Specifies the bubble valuePath of the shape layer in map ///
valuePath-string default-null ///

///Specifies the datasource for the shape layer ///
dataSource-any default- ///

///Specifies the data path of shape ///
shapeDataPath-string default- ///

///Specifies the data path of shape ///
shapePropertyPath-string default- ///

///Enables or disables the shape mouse hover ///
enableMouseHover-boolean default-false ///

///Enables or disables the shape selection ///
enableSelection-boolean default-true ///

///to get the key of bing map ///
key-string default-null ///

///Options for enabling and configuring labelSettings labelPath, smartLabelSize, labelLength etc., ///
labelSettings-any default- ///

///enable or disable the enableSmartLabel property ///
enableSmartLabel-boolean default-false ///

///set the labelLength property ///
labelLength-number default-'2' ///

///set the labelPath property ///
labelPath-string default-null ///

///The property specifies whether to show labels or not. ///
showLabels-boolean default-false ///

///set the smartLabelSize property ///
smartLabelSize-ej.datavisualization.Map.LabelSize|string default-fixed ///

///Specifies the map view type. ///
geometryType-ej.datavisualization.Map.GeometryType|string default-'geographic' ///

///Specifies the map type. ///
layerType-ej.datavisualization.Map.LayerType|string default-'geometry' ///

///Options for enabling and configuring legendSettings position, height, width, mode, type etc., ///
legendSettings-any default- ///

///Determines whether the legend should be placed outside or inside the map bounds ///
dockOnMap-boolean default-false ///

///Determines the legend placement and it is valid only when dockOnMap is true ///
dockPosition-ej.datavisualization.Map.DockPosition|string default-top ///

///height value for legend setting ///
height-number default-0 ///

///to get icon value for legend setting ///
icon-ej.datavisualization.Map.LegendIcons|string default-rectangle ///

///icon height value for legend setting ///
iconHeight-number default-20 ///

///icon Width value for legend setting ///
iconWidth-number default-20 ///

///set the orientation of legend labels ///
labelOrientation-ej.datavisualization.Map.LabelOrientation|string default-vertical ///

///to get leftLabel value for legend setting ///
leftLabel-string default-null ///

///To get the field name in the datasource for generating legend items. ///
textPath-string default-null ///

///to get mode of legend setting ///
mode-ej.datavisualization.Map.Mode|string default-default ///

///set the position of legend settings ///
position-ej.datavisualization.Map.Position|string default-topleft ///

///x position value for legend setting ///
positionX-number default-0 ///

///y position value for legend setting ///
positionY-number default-0 ///

///to get rightLabel value for legend setting ///
rightLabel-string default-null ///

///Enables or Disables the showLabels ///
showLabels-boolean default-false ///

///Enables or Disables the showLegend ///
showLegend-boolean default-false ///

///to get title of legend setting ///
title-string default-null ///

///to get type of legend setting ///
type-ej.datavisualization.Map.LegendType|string default-layers ///

///width value for legend setting ///
width-number default-0 ///

///Specifies the map items template for shapes. ///
mapItemsTemplate-string default- ///

///Specify markers for shape layer. ///
markers-Array<any> default- ///

///Specifies the map marker template for map layer. ///
markerTemplate-string default-null ///

///Specify selectedMapShapes for shape layer ///
selectedMapShapes-Array<any> default-[] ///

///Specifies the selection mode of the map. Accepted selection mode values are Default and Multiple. ///
selectionMode-ej.datavisualization.Map.SelectionMode|string default-default ///

///Specifies the shape data for the shape layer ///
shapeData-any default- ///

///Specifies the shape settings of map layer ///
shapeSettings-any default- ///

///Enables or Disables the auto fill colors for shape layer in map. When this property value set to true, shapes will be filled with palette colors. ///
autoFill-boolean default-false ///

///Specifies the colorMappings of the shape layer in map ///
colorMappings-any default-null ///

///Specifies the range colorMappings in the shape layer of map. ///
rangeColorMapping-Array<any> default-null ///

///Specifies the start range colorMappings in the shape layer of map. ///
from-number default-null ///

///Specifies the to range colorMappings in the shape layer of map. ///
to-number default-null ///

///Specifies the gradientColors in the shape layer of map. ///
gradientColors-Array<any> default-null ///

///Specifies the equalColorMapping in the shape layer of map. ///
equalColorMapping-Array<any> default-null ///

///Specifies the equalColorMapping value in the shape layer of map. ///
value-string default-null ///

///Specifies the equalColorMapping color in the shape layer of map. ///
color-string default-null ///

///Specifies the shape color palette value of the shape layer in map. Accepted colorPalette values are palette1, palette2, palette3 and custompalette. ///
colorPalette-ej.datavisualization.Map.ColorPalette|string default-palette1 ///

///Specifies the shape color valuePath of the shape layer in map ///
colorValuePath-string default-null ///

///Enables or Disables the gradient colors for map shapes. ///
enableGradient-boolean default-false ///

///Specifies the shape fill color of the shape layer in map ///
fill-string default-#E5E5E5 ///

///Specifies the mouse over width of the shape layer in map ///
highlightBorderWidth-number default-1 ///

///Specifies the mouse hover color of the shape layer in map ///
highlightColor-string default-gray ///

///Specifies the mouse over stroke color of the shape layer in map ///
highlightStroke-string default-#C1C1C1 ///

///Specifies the shape selection color of the shape layer in map ///
selectionColor-string default-gray ///

///Specifies the shape selection stroke color of the shape layer in map ///
selectionStroke-string default-#C1C1C1 ///

///Specifies the shape selection stroke width of the shape layer in map ///
selectionStrokeWidth-number default-1 ///

///Specifies the shape stroke color of the shape layer in map ///
stroke-string default-#C1C1C1 ///

///Specifies the shape stroke thickness value of the shape layer in map ///
strokeThickness-number default-0.2 ///

///Specifies the shape valuePath of the shape layer in map ///
valuePath-string default-null ///

///Shows or hides the map items. ///
showMapItems-boolean default-false ///

///Shows or hides the tooltip for shapes ///
showTooltip-boolean default-false ///

///Specifies the tooltip template for shapes. ///
tooltipTemplate-string default- ///

///Specifies the URL template for the OSM type map. ///
urlTemplate-string default-'http://a.tile.openstreetmap.org/level/tileX/tileY.png' ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ MaskEdit:function(){ /// /// Constructor of ej.MaskEdit /// } }); ej.MaskEdit=(function(){ var original=ej.MaskEdit var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { clear:function(){ /// /// /// To clear the text in mask edit textbox control. /// }, disable:function(){ /// /// /// To disable the mask edit textbox control. /// }, enable:function(){ /// /// /// To enable the mask edit textbox control. /// }, get_StrippedValue:function(){ /// /// /// To obtained the pure value of the text value, removes all the symbols in mask edit textbox control. /// }, get_UnstrippedValue:function(){ /// /// /// To obtained the textbox value as such that, Just replace all '_' to ' '(space) in mask edit textbox control. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejMaskEdit=function(){ this.data("ejMaskEdit",new ej.MaskEdit()); return this; }; intellisense.annotate(jQuery.fn,{ ejMaskEdit :function (options) { /// ///
///The MaskEdit control provides an easy and reliable way of collecting user input and displaying standard data in a specific format. Some common uses of the MaskEdit control are IP address editors, phone number editors, and Social Security number editors.

///Specify the cssClass to achieve custom theme. ///
cssClass-string default-null ///

///Specify the custom character allowed to entered in mask edit textbox control. ///
customCharacter-string default-null ///

///Specify the state of the mask edit textbox control. ///
enabled-boolean default-true ///

///Specify the enablePersistence to mask edit textbox to save current model value to browser cookies for state maintains. ///
enablePersistence-boolean default- ///

///Specifies the height for the mask edit textbox control. ///
height-string default-28 px ///

///Specifies whether hide the prompt characters with spaces on blur. Prompt chars will be shown again on focus the textbox. ///
hidePromptOnLeave-boolean default-false ///

///Specifies the list of HTML attributes to be added to mask edit textbox. ///
htmlAttributes-any default-{} ///

///Specify the inputMode for mask edit textbox control. See InputMode ///
inputMode-ej.InputMode|string default-ej.InputMode.Text ///

///Defines the localization culture for MaskEdit. ///
locale-string default-en-US ///

///Specifies the input mask. ///
maskFormat-string default-null ///

///Specifies the name attribute value for the mask edit textbox. ///
name-string default-null ///

///Toggles the readonly state of the mask edit textbox. When the mask edit textbox is readonly, it doesn't allow your input. ///
readOnly-boolean default-false ///

///Specifies whether the error will show until correct value entered in the mask edit textbox control. ///
showError-boolean default-false ///

///when showPromptChar is true, the hide the prompt characters are shown in focus of the control and hides in focus out of the control. ///
showPromptChar-boolean default-true ///

///MaskEdit input is displayed in rounded corner style when this property is set to true. ///
showRoundedCorner-boolean default-false ///

///Specify the text alignment for mask edit textbox control.See TextAlign ///
textAlign-ej.TextAlign|string default-left ///

///Sets the jQuery validation error message in mask edit. This property works when the widget is present inside the form. Include jquery.validate.min.js plugin additionally. ///
validationMessage-any default-null ///

///Sets the jQuery validation rules to the MaskEdit. This property works when the widget is present inside the form. Include jquery.validate.min.js plugin additionally. ///
validationRules-any default-null ///

///Specifies the value for the mask edit textbox control. ///
value-string default-null ///

///Specifies the water mark text to be displayed in input text. ///
watermarkText-string default-null ///

///Specifies the width for the mask edit textbox control. ///
width-string default-143pixel ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Menu:function(){ /// /// Constructor of ej.Menu /// } }); ej.Menu=(function(){ var original=ej.Menu var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// Disables the Menu control. /// }, disableItem:function(itemtext){ /// /// /// Specifies the Menu Item to be disabled by using the Menu Item Text. /// /// Specifies the Menu Item Text to be disabled. /// }, disableItemByID:function(itemid){ /// /// /// Specifies the Menu Item to be disabled by using the Menu Item Id. /// /// Specifies the Menu Item id to be disabled /// }, enable:function(){ /// /// /// Enables the Menu control. /// }, enableItem:function(itemtext){ /// /// /// Specifies the Menu Item to be enabled by using the Menu Item Text. /// /// Specifies the Menu Item Text to be enabled. /// }, enableItemByID:function(itemid){ /// /// /// Specifies the Menu Item to be enabled by using the Menu Item Id. /// /// Specifies the Menu Item id to be enabled. /// }, hide:function(){ /// /// /// Hides the Context Menu control. /// }, hideItems:function(itemID){ /// /// /// Hides the specific items in Menu control. /// /// ItemID of the Menu item to be hidden /// }, insert:function(item, target){ /// /// /// Insert the menu item as child of target node. /// /// Information about Menu item. /// /// /// /// Insert the menu item as child of target node. /// /// Selector of target node or Object of target node. /// }, insertAfter:function(item, target){ /// /// /// Insert the menu item after the target node. /// /// Information about Menu item. /// /// /// /// Insert the menu item after the target node. /// /// Selector of target node or Object of target node. /// }, insertBefore:function(item, target){ /// /// /// Insert the menu item before the target node. /// /// Information about Menu item. /// /// /// /// Insert the menu item before the target node. /// /// Selector of target node or Object of target node. /// }, remove:function(target){ /// /// /// Remove Menu item. /// /// Selector of target node or Object of target node. /// }, show:function(locationX, locationY, targetElement, event){ /// /// /// To show the Menu control. /// /// x co-ordinate position of context menu. /// /// /// /// To show the Menu control. /// /// y co-ordinate position of context menu. /// /// /// /// To show the Menu control. /// /// target element /// /// /// /// To show the Menu control. /// /// name of the event /// }, showItems:function(itemID){ /// /// /// Show the specific items in Menu control. /// /// ItemID of the Menu item to be shown /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejMenu=function(){ this.data("ejMenu",new ej.Menu()); return this; }; intellisense.annotate(jQuery.fn,{ ejMenu :function (options) { /// ///
///The Menu control supports displaying a Menu created from list items. The Menu is based on a hierarchy of UL and LI elements where the list items are rendered as sub-menu items.

///To enable or disable the Animation while hover or click an menu items.See AnimationType ///
animationType-ej.AnimationType|string default-ej.AnimationType.Default ///

///Specifies the target id of context menu. On right clicking the specified contextTarget element, context menu gets shown. ///
contextMenuTarget-string default-null ///

///Specifies the container element selectors for submenu’s collision. The submenu gets displayed based on spacing available with respect to container element. ///
container-string default-null ///

///Specify the CSS class to achieve custom theme. ///
cssClass-string default- ///

///To enable or disable the Animation effect while hover or click an menu items. ///
enableAnimation-boolean default-true ///

///Specifies the root menu items to be aligned center in horizontal menu. ///
enableCenterAlign-boolean default-false ///

///Enable / Disable the Menu control. ///
enabled-boolean default-true ///

///Specifies the menu items to be displayed in right to left direction. ///
enableRTL-boolean default-false ///

///When this property sets to false, the menu items is displayed without any separators. ///
enableSeparator-boolean default-true ///

///Specifies the target which needs to be excluded. i.e., The context menu will not be displayed in those specified targets. ///
excludeTarget-string default-null ///

///Fields used to bind the data source and it includes following field members to make data bind easier. ///
fields-Fields default-null ///

///It receives the child data for the inner level. ///
child-any default- ///

///It receives datasource as Essential DataManager object and JSON object. ///
dataSource-any default- ///

///Specifies the HTML attributes to “LI” item list. ///
htmlAttribute-string default- ///

///Specifies the id to menu items list ///
id-string default- ///

///Specifies the image attribute to “img” tag inside items list. ///
imageAttribute-string default- ///

///Specifies the image URL to “img” tag inside item list. ///
imageUrl-string default- ///

///Adds custom attributes like "target" to the anchor tag of the menu items. ///
linkAttribute-string default- ///

///Specifies the parent id of the table. ///
parentId-string default- ///

///It receives query to retrieve data from the table (query is same as SQL). ///
query-any default- ///

///Specifies the sprite CSS class to “LI” item list. ///
spriteCssClass-string default- ///

///It receives table name to execute query on the corresponding table. ///
tableName-string default- ///

///Specifies the text of menu items list. ///
text-string default- ///

///Specifies the URL to the anchor tag in menu item list. ///
url-string default- ///

///Specifies the height of the root menu. ///
height-string|number default-auto ///

///Specifies the list of HTML attributes to be added to menu control. ///
htmlAttributes-any default-{} ///

///Enables/disables responsive support for the Menu control during the window resizing time. ///
isResponsive-boolean default-true ///

///Specifies the type of the menu. Essential JavaScript Menu consists of two type of menu, they are Normal Menu and Context Menu mode.See MenuType ///
menuType-string|ej.MenuType default-ej.MenuType.NormalMenu ///

///Specifies the sub menu items to be show or open only on click. ///
openOnClick-boolean default-false ///

///Specifies the orientation of normal menu. Normal menu can rendered in horizontal or vertical direction by using this API. See Orientation ///
orientation-ej.Orientation|string default-ej.Orientation.Horizontal ///

///Specifies the main menu items arrows only to be shown if it contains child items. ///
showRootLevelArrows-boolean default-true ///

///Specifies the sub menu items arrows only to be shown if it contains child items. ///
showSubLevelArrows-boolean default-true ///

///Specifies position of pull down submenu that will appear on mouse over.See Direction ///
subMenuDirection-string|ej.Direction default-ej.Direction.Right ///

///Specifies the title to responsive menu. ///
titleText-string default-Menu ///

///Specifies the width of the main menu. ///
width-string|number default-auto ///

///Specifies the popup menu height. ///
overflowHeight-string|number default-auto ///

///Specifies the popup menu width. ///
overflowWidth-string|number default-auto ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ NavigationDrawer:function(){ /// /// Constructor of ej.NavigationDrawer /// } }); ej.NavigationDrawer=(function(){ var original=ej.NavigationDrawer var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { close:function(){ /// /// /// To close the navigation drawer control /// }, loadContent:function(){ /// /// /// To load AJAX content into NavigationDrawer container. /// }, open:function(){ /// /// /// To open the navigation drawer control /// }, toggle:function(){ /// /// /// To Toggle the navigation drawer control /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejNavigationDrawer=function(){ this.data("ejNavigationDrawer",new ej.NavigationDrawer()); return this; }; intellisense.annotate(jQuery.fn,{ ejNavigationDrawer :function (options) { /// ///
///The Navigation Drawer is a sliding panel that displays the list of navigation options on demand. That is, by default, it is not visible but you can display it onto the left/right side of the screen by swiping or by clicking with desired target icon.

///Specifies the ajaxSettings option to load the content to the NavigationDrawer control. ///
ajaxSettings-AjaxSettings default-null ///

///It specifies, whether to enable or disable asynchronous request. ///
async-boolean default- ///

///It specifies the page will be cached in the web browser. ///
cache-boolean default- ///

///It specifies the type of data is send in the query string. ///
contentType-string default- ///

///It specifies the data as an object, will be passed in the query string. ///
data-any default- ///

///It specifies the type of data that you're expecting back from the response. ///
dataType-string default- ///

///It specifies the HTTP request type. ///
type-string default- ///

///Specifies the contentId for navigation drawer, where the AJAX content need to updated ///
contentId-string default-null ///

///Sets the root class for NavigationDrawer theme. This cssClass API helps to use custom skinning option for NavigationDrawer control. By defining the root class using this API, we need to include this root class in CSS. ///
cssClass-string default- ///

///Sets the Direction for the control. See Direction ///
direction-ej.Direction|string default-left ///

///Sets the listview to be enabled or not ///
enableListView-boolean default-false ///

///Specifies the listview items as an array of object. ///
items-Array<any> default-[] ///

///Sets all the properties of listview to render in navigation drawer ///
listViewSettings-any default- ///

///Specifies position whether it is in fixed or relative to the page. See Position ///
position-string default-normal ///

///Specifies the targetId for navigation drawer ///
targetId-string default- ///

///Sets the rendering type of the control. See Type ///
type-string default-overlay ///

///Specifies the width of the control ///
width-number default-auto ///

///Navigation pane opened initially when isPaneOpen property is true. ///
isPaneOpen-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Overview:function(){ /// /// Constructor of ej.Overview /// } }); ej.Overview=(function(){ var original=ej.Overview var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejOverview=function(){ this.data("ejOverview",new ej.Overview()); return this; }; intellisense.annotate(jQuery.fn,{ ejOverview :function (options) { /// ///
///Overview control allows you to see a preview or an overall view of the entire content of a Diagram. This helps you to look at the overall picture of a large Diagram and also to navigate, pan, or zoom, on a particular position of the page.

///The sourceId property of overview should be set with the corresponding Diagram ID for you need the overall view. ///
sourceID-string default-null ///

///Defines the height of the overview ///
height-number default-400 ///

///Defines the width of the overview ///
width-number default-250 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Pager:function(){ /// /// Constructor of ej.Pager /// } }); ej.Pager=(function(){ var original=ej.Pager var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { gotoPage:function(pageIndex){ /// /// /// Send a paging request to specified page through the pager control. /// /// Specifies the index to be navigated /// }, goToFirstPage:function(){ /// /// /// goToFirstPage() helps to navigate to the first page of the pager. /// }, goToNextPage:function(){ /// /// /// goToNextPage() helps to navigate to the next page to the current page of the pager. /// }, goToLastPage:function(){ /// /// /// goToLastPage() helps to navigate to the Last page of the pager. /// }, goToPrevPage:function(){ /// /// /// goToPrevPage() helps to navigate to the previous page to the current page of the pager. /// }, refreshPager:function(){ /// /// /// refreshPager() helps to refresh the model value of pager control. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPager=function(){ this.data("ejPager",new ej.Pager()); return this; }; intellisense.annotate(jQuery.fn,{ ejPager :function (options) { /// ///
///Custom Design for HTML Pager control.

///Gets or sets a value that indicates whether to display the custom text message in Pager. ///
customText-string default- ///

///Gets or sets a value that indicates whether to define which page to display currently in pager. ///
currentPage-number default-1 ///

///Sets the root CSS class, which can be used for customization of pager control. ///
cssClass-string default- ///

///Enable or disable the Pager control. ///
enabled-boolean default-true ///

///Gets or sets a value that indicates whether to display the external Message in Pager. ///
enableExternalMessage-boolean default-false ///

///Gets or sets a value that indicates whether to pass the current page information as a query string along with the URL while navigating to other page. ///
enableQueryString-boolean default-false ///

///Align content in the pager control from right to left by setting the property as true. ///
enableRTL-boolean default-false ///

///Gets or sets a value that indicates whether to display the external Message in Pager. ///
externalMessage-string default- ///

///Enables or disables responsive support for the Pager control items on window resize. ///
isResponsive-boolean default-false ///

///Gets or sets a value that indicates whether to customizing the user interface (UI) as locale-specific in order to display regional data i.e. in a language and culture specific to a particular country or region. ///
locale-string default-en-US ///

///Gets or sets a value that indicates whether to define the number of pages displayed in the pager for navigation. ///
pageCount-number default-10 ///

///Gets or sets a value that indicates whether to define the number of records displayed per page. ///
pageSize-number default-12 ///

///It allows to have multiple choices of pageSize values for Pager control. The "pageSize" API value of the pager will be updated depending upon the value being selected from the dropdown. ///
pageSizeList-Array<any> default-null ///

///Indicates the pageSizeMessage to be displayed in Pager when pageSizeList API is defined. ///
pageSizeMessage-String default- ///

///Template option allows to customize UI appearance of the ejPager by defining their own page layout. ///
template-string default-null ///

///Get or sets a value of total number of pages in the pager. The totalPages value is calculated based on page size and total records. ///
totalPages-number default-null ///

///Get the value of total number of records which is bound to a data item. ///
totalRecordsCount-number default-null ///

///Shows or hides the current page information in pager footer. ///
showPageInfo-boolean default-true ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PdfViewer:function(){ /// /// Constructor of ej.PdfViewer /// } }); ej.PdfViewer=(function(){ var original=ej.PdfViewer var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { load:function(fileName){ /// /// /// Loads the document with the filename and displays it in PDF viewer. /// /// File name to be loaded /// }, showToolbar:function(show){ /// /// /// Shows/hides the toolbar in the PDF viewer. /// /// shows/hides the toolbar /// }, print:function(){ /// /// /// Prints the PDF document. /// }, abortPrint:function(){ /// /// /// Abort the printing function and restores the PDF viewer. /// }, abortDownload:function(){ /// /// /// Aborts the download operation. /// }, showPrintTools:function(show){ /// /// /// Shows/hides the print icon in the toolbar. /// /// shows/hides print button in the toolbar /// }, download:function(){ /// /// /// Downloads the PDF document being loaded in the ejPdfViewer control. /// }, showDownloadTool:function(show){ /// /// /// Shows/hides the download tool in the toolbar. /// /// shows/hides download button in the toolbar /// }, showPageNavigationTools:function(show){ /// /// /// Shows/hides the page navigation tools in the toolbar /// /// shows/hides navigation tools in the toolbar /// }, showTextMarkupAnnotationTools:function(show){ /// /// /// Shows/hides the text markup annotation tools in the toolbar. /// /// shows/hides text markup annotation tools in the toolbar /// }, showSignatureTool:function(show){ /// /// /// Shows/hides the signature tool in the toolbar. /// /// shows/hides signature tool in the toolbar /// }, showSelectionTool:function(show){ /// /// /// Shows/hides the selection tool in the toolbar. /// /// shows/hides selection tool in the toolbar /// }, goToPage:function(pageNumber){ /// /// /// Navigates to the specific page in the PDF document. If the page is not available for the given pageNumber, PDF viewer retains the existing page in view. /// /// navigates to the page number in the PDF document /// }, goToLastPage:function(){ /// /// /// Navigates to the last page of the PDF document. /// }, goToFirstPage:function(){ /// /// /// Navigates to the first page of PDF document. /// }, goToNextPage:function(){ /// /// /// Navigates to the next page of the PDF document. /// }, goToPreviousPage:function(){ /// /// /// Navigates to the previous page of the PDF document. /// }, showMagnificationTools:function(show){ /// /// /// Shows/hides the zoom tools in the toolbar. /// /// shows/hides zoom tools in the toolbar /// }, showTextSearchTool:function(show){ /// /// /// Shows/hides the search tool in the toolbar. /// /// shows/hides search tool in the toolbar /// }, fitToPage:function(){ /// /// /// Scales the page to fit the page in the container in the control. /// }, fitToWidth:function(){ /// /// /// Scales the page to fit the page width to the width of the container in the control. /// }, zoomIn:function(){ /// /// /// Magnifies the page to the next value in the zoom drop down list. /// }, zoomOut:function(){ /// /// /// Shrinks the page to the previous value in the magnification in the drop down list. /// }, updateViewerSize:function(){ /// /// /// Resize the viewer based on the parent element height. /// }, zoomTo:function(zoomValue){ /// /// /// Scales the page to the specified percentage ranging from 50 to 400. If the given zoomValue is less than 50 or greater than 400; the PDF viewer scales the page to 50 and 400 respectively. /// /// zoom value for scaling the pages in the PDF Viewer /// }, searchText:function(targetText){ /// /// /// Searches the target text in the PDF document and highlights the occurrences in the pages. /// /// The text to be searched in the pages in the PDF viewer. /// }, searchNext:function(){ /// /// /// Searches the next occurrence of the searched text from the current occurrence in the PDF viewer control. /// }, searchPrevious:function(){ /// /// /// Searches the previous occurrence of the searched text from the current occurrence in the PDF viewer control. /// }, setJSONData:function(jsonData){ /// /// /// Set the JSON data that are formed for rendering the document content in PDF viewer. /// /// Set the JSON data that are formed for rendering the document content. /// }, matchCase:function(enableMatchCase){ /// /// /// Searches the target text with its casing. /// /// Specifies whether the text search must be performed with match case or not. /// }, cancelSearchText:function(){ /// /// /// Cancels the text search and removes the highlighted occurrences from the PDF viewer. /// }, addAnnotation:function(annotationType){ /// /// /// Adds annotations to the PDF document. /// /// type of the annotation to be added in the PDF document. /// }, undo:function(){ /// /// /// Performs undo function for the included annotations in the PDF document. /// }, redo:function(){ /// /// /// Performs redo function for the included annotations in the PDF document. /// }, unload:function(){ /// /// /// Unloads the PDF document being displayed in the PDF viewer. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPdfViewer=function(){ this.data("ejPdfViewer",new ej.PdfViewer()); return this; }; intellisense.annotate(jQuery.fn,{ ejPdfViewer :function (options) { /// ///
///PDF viewer JS is visualization component to view PDF documents. It is powered by HTML5/JavaScript and provides various control customizations.

///Specifies the locale information of the PDF viewer. ///
locale-string default- ///

///Specifies the toolbar settings. ///
toolbarSettings-ToolbarSettings default- ///

///Shows or hides the tooltip of the toolbar items. ///
showToolTip-boolean default- ///

///Shows or hides the grouped items in the toolbar with the help of enum ej.PdfViewer.ToolbarItems ///
toolbarItem-ej.PdfViewer.ToolbarItems|string default- ///

///Specifies the name of the action method in the server. ///
serverActionSettings-ServerActionSettings default- ///

///Specifies the name of the action method used for loading the PDF document. ///
load-string default- ///

///Specifies the name of the action method used for uploading the PDF document to the PDF viewer control. ///
fileUpload-string default- ///

///Specifies the name of the action method used for printing the PDF document in the PDF viewer control. ///
print-string default- ///

///Specifies the name of the action method used for downloading the PDF document from the PDF viewer control. ///
download-string default- ///

///Sets the PDF Web API service URL ///
serviceUrl-string default- ///

///Sets the PDF document path for initial loading. ///
documentPath-string default- ///

///Enables or disables the text markup annotations. ///
enableTextMarkupAnnotations-boolean default- ///

///Enables or disables the highlight annotation. ///
enableHighlightAnnotation-boolean default- ///

///Enables or disables the underline annotation. ///
enableUnderlineAnnotation-boolean default- ///

///Enables or disables the strikethrough annotation. ///
enableStrikethroughAnnotation-boolean default- ///

///Enables or disables the adding of handwritten signature over the PDF document. ///
enableSignature-boolean default- ///

///Gets/sets the settings of the strikethrough annotation. ///
strikethroughSettings-StrikethroughSettings default- ///

///Gets/sets the color of the strikethrough annotation. ///
color-string default- ///

///Gets/sets the author of the strikethrough annotation. ///
author-string default- ///

///Gets/sets the opacity of the strikethrough annotation. ///
opacity-number default- ///

///Gets/sets the subject of the strikethrough annotation. ///
subject-string default- ///

///Gets/sets the modified Date of the strikethrough annotation. ///
modifiedDate-string default- ///

///Gets/sets the locked property of the strikethrough annotation. ///
isLocked-boolean default- ///

///Gets/sets the settings of the underline annotation. ///
underlineSettings-UnderlineSettings default- ///

///Gets/sets the color of the underline annotation. ///
color-string default- ///

///Gets/sets the author of the underline annotation. ///
author-string default- ///

///Gets/sets the opacity of the underline annotation. ///
opacity-number default- ///

///Gets/sets the subject of the underline annotation. ///
subject-string default- ///

///Gets/sets the modified Date of the underline annotation. ///
modifiedDate-string default- ///

///Gets/sets the locked property of the underline annotation. ///
isLocked-boolean default- ///

///Gets/sets the settings of the highlight annotation. ///
highlightSettings-HighlightSettings default- ///

///Gets/sets the color of the highlight annotation. ///
color-string default- ///

///Gets/sets the author of the highlight annotation. ///
author-string default- ///

///Gets/sets the opacity of the highlight annotation. ///
opacity-number default- ///

///Gets/sets the subject of the highlight annotation. ///
subject-string default- ///

///Gets/sets the modified Date of the highlight annotation. ///
modifiedDate-string default- ///

///Gets/sets the locked property of the highlight annotation. ///
isLocked-boolean default- ///

///Gets/sets the settings of the handwritten signature. ///
signatureSettings-SignatureSettings default- ///

///Gets/sets the color of the handwritten signature. ///
color-string default- ///

///Gets/sets the opacity of the handwritten signature. ///
opacity-number default- ///

///Enables/ disables the text selection context menu. ///
textSelectionContextMenu-TextSelectionContextMenu default- ///

///Enables/ disables the text selection context menu. ///
isEnable-boolean default- ///

///Enables/disables the copy menu in the text selection context menu. ///
isCopyEnable-boolean default- ///

///Enables/disables the search menu in the text selection context menu. ///
isSearchEnable-boolean default- ///

///Enables/disables the highlight annotation menu in the text selection context menu. ///
isHighlightEnable-boolean default- ///

///Enables/disables the strikeout annotation menu in the text selection context menu. ///
isStrikeoutEnable-boolean default- ///

///Enables/disables the annotation context menu. ///
annotationContextMenu-AnnotationContextMenu default- ///

///Enables/disables the annotation context menu. ///
isEnable-boolean default- ///

///Enables/disables the popup menu in the annotation context menu. ///
isPopupEnable-boolean default- ///

///Enables/disables the delete menu in the annotation context menu. ///
isDeleteEnable-boolean default- ///

///Enables/disables the properties menu in the annotation context menu. ///
isPropertiesEnable-boolean default- ///

///Specifies the type of the annotations. ///
annotationType-ej.PdfViewer.AnnotationType|string default- ///

///Gets the total number of pages in PDF document. ///
pageCount-number default- ///

///Gets the number of the page being displayed in the PDF viewer. ///
currentPageNumber-number default- ///

///Gets the current zoom percentage of the PDF document in viewer. ///
zoomPercentage-number default- ///

///Specifies the location of the supporting PDF service ///
pdfService-ej.PdfViewer.PdfService|string default- ///

///Specifies the viewer interaction mode. ///
interactionMode-ej.PdfViewer.InteractionMode|string default- ///

///Gets or sets the buffering mode of the PDF viewer control when allowClientBuffering is set to true. ///
bufferingMode-ej.PdfViewer.BufferingMode|string default- ///

///Specifies the open state of the hyperlink in the PDF document. ///
hyperlinkOpenState-ej.PdfViewer.LinkTarget|string default- ///

///Enables or disables the hyperlinks in PDF document. ///
enableHyperlink-boolean default- ///

///Enables or disables the text selection in PDF document. ///
enableTextSelection-boolean default- ///

///Enables or disables the responsiveness of the PDF viewer control during the window resize. ///
isResponsive-boolean default- ///

///Checks whether the PDF document is edited. ///
isDocumentEdited-boolean default- ///

///Enables or disables the buffering of the PDF pages in the client side. ///
allowClientBuffering-boolean default- ///

///Gets the name of the PDF document which loaded in the ejPdfViewer control for downloading. ///
fileName-string default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotChart:function(){ /// /// Constructor of ej.PivotChart /// } }); ej.PivotChart=(function(){ var original=ej.PivotChart var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { doAjaxPost:function(){ /// /// /// Posts an asynchronous HTTP (AJAX) request. /// }, doPostBack:function(){ /// /// /// Performs an asynchronous HTTP (FullPost) submit. /// }, exportPivotChart:function(){ /// /// /// Exports the pivot chart to the format that is specified in the parameter. /// }, renderChartFromJSON:function(){ /// /// /// This function renders the pivot chart control with the JSON formatted data source. /// }, renderControlSuccess:function(){ /// /// /// This function receives the update from the service-end, which will be utilized for rendering the widget. /// }, getOlapReport:function(){ /// /// /// Returns the OlapReport string that is maintained along with the axis elements information. /// }, setOlapReport:function(){ /// /// /// Sets the OlapReport string along with the axis information and maintains it in a property. /// }, getJSONRecords:function(){ /// /// /// Returns the JSON records that are formed to render the control. /// }, setJSONRecords:function(){ /// /// /// Sets the JSON records to render the control. /// }, getPivotEngine:function(){ /// /// /// Returns the PivotEngine that is formed to render the control. /// }, setPivotEngine:function(){ /// /// /// Sets the PivotEngine that is required to render the control. /// }, refreshControl:function(){ /// /// /// Re-renders the control with the datasource at instant. /// }, destroy:function(){ /// /// /// This function destroys the pivot chart widget associated events that are bound using "this._on" and brings the control to pre-init state. /// }, generateJSON:function(){ /// /// /// Renders the control with the pivot engine that is obtained from the OLAP cube. /// }, refreshPagedPivotChart:function(){ /// /// /// Navigates to the specified page number in the specified axis. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotChart=function(){ this.data("ejPivotChart",new ej.PivotChart()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotChart :function (options) { /// ///
///The pivot chart is a lightweight control that reads OLAP and relational information and visualizes it in a graphical format with the ability to drill up and down.

///Sets the mode for the pivot chart widget to bind either the OLAP or relational datasource. ///
analysisMode-ej.Pivot.AnalysisMode|string default-ej.Pivot.AnalysisMode.Pivot ///

///Specifies the CSS class to the pivot chart for achieving the custom theme. ///
cssClass-string default-“” ///

///Options for enabling the zooming feature of the pivot chart. ///
zooming-Zooming default-{} ///

///Enables or disables the horizontal scrollbar. ///
enableScrollbar-boolean default-false ///

///Options available to configure the properties of entire series. You can also override the options for specific series by using the series collection. ///
commonSeriesOptions-CommonSeriesOptions default-{} ///

///Allows you to set the specific chart type for the pivot chart widget. ///
type-ej.PivotChart.ChartTypes|string default-ej.PivotChart.ChartTypes.Column ///

///Initializes the datasource for the pivot chart widget, when it functions completely on the client-side. ///
dataSource-DataSource default-{} ///

///Contains the respective cube name from the OLAP database as string type. ///
cube-string default-“” ///

///To set the datasource name to fetch the data from that. ///
sourceInfo-string default-“” ///

///Sets the provider name for the pivot chart to identify whether the provider is SSAS or Mondrian. ///
providerName-string default-ssas ///

///Provides the raw datasource for the pivot chart. ///
data-any default-null ///

///In connection with the OLAP database, this property contains the database name as string to fetch the data from the given connection string. ///
catalog-string default-“” ///

///Lists out the items to be displayed as series of the pivot chart. ///
columns-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display caption for the item. ///
fieldCaption-string default- ///

///Allows you to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Allows you to set the sorting order of field members. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Applies filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items to be displayed as segments of the pivot chart. ///
rows-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display caption for the item. ///
fieldCaption-string default- ///

///Allows you to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Allows you to set the sorting order of field members. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Applies filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items support calculation in the pivot chart. ///
values-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name for the relational datasource. ///
fieldName-string default- ///

///Allows you to set the display caption for the item of the relational datasource. ///
fieldCaption-string default- ///

///Holds the list of unique names of measures to bind them from the OLAP cube. ///
measures-Array<any> default-[] ///

///Allows you to bind the measure from the OLAP datasource by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the axis name to place the measures items. ///
axis-string default-rows ///

///Indicates whether the field is a calculated field with the relational datasource or not. ///
isCalculatedField-boolean default-false ///

///Allows you to set the formula to calculate the values for calculated members in the relational datasource. ///
formula-string default- ///

///Lists out the items that supports filtering of values without displaying the members in UI of the pivot chart. ///
filters-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Applies filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Object is utilized to pass additional information between the client-end and the service-end while operating the control in the server mode. ///
customObject-any default-{} ///

///Allows you to enable the 3D view of the pivot chart. ///
enable3D-boolean default-false ///

///Allows you to view the pivot chart from right to left. ///
enableRTL-boolean default-false ///

///Allows you to render the complete pivot chart on drill operation, when expanding and collapsing members are shown in multi-level labels. ///
enableMultiLevelLabels-boolean default-false ///

///Allows you to enable the responsiveness of pivot chart in the browser layout. ///
isResponsive-boolean default-false ///

///You can customize the legend items and their labels. ///
legend-any default-{} ///

///Allows you to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the mode for the pivot chart widget to bind the data source either in the server-side or client-side. ///
operationalMode-ej.Pivot.OperationalMode|string default-ej.Pivot.OperationalMode.ClientMode ///

///To override x axis for particular series, create an axis object by providing unique name by using name property and add it to axes array. ///
axes-Array<any> default-[] ///

///This is a horizontal axis that contains options to configure the axis and it is the primary x-axis for all series in the series array. To override x-axis for particular series, create an axis object by providing a unique name by using the name property and add it to the axes array. Then, assign the name to the series’s xAxisName property to link both the axis and the series. ///
primaryXAxis-any default-{} ///

///This is a vertical axis that contains options to configure the axis. This is the primary y-axis for all the series in the series array. To override y-axis for particular series, create an axis object by providing a unique name by using the name property and add it to the axes array. Then, assign the name to the series’s yAxisName property to link both the axis and the series. ///
primaryYAxis-any default-{} ///

///Allows you to rotate the angle of pivot chart in 3D view. ///
rotation-number default-0 ///

///Allows you to enable/disable context menu options in the pivot chart. ///
enableContextMenu-boolean default-false ///

///Allows you to set the custom name for methods at service-end, when you are communicating on AJAX post. ///
serviceMethodSettings-ServiceMethodSettings default-{} ///

///Allows you to set the custom name for the service method that is responsible for drilling up/down in the pivot chart. ///
drillDown-string default-DrillChart ///

///Allows you to set the custom name for the service method which is responsible for exporting the pivot chart. ///
exportPivotChart-string default-Export ///

///Allows you to set the custom name for the service method which is responsible for initializing the pivot chart. ///
initialize-string default-InitializeChart ///

///Allows you to set the custom name for the service method which is responsible for navigating between pages in the paged pivot chart. ///
paging-string default-Paging ///

///Options to customize the size of the pivot chart control. ///
size-any default-{} ///

///Options for customizing the title of PivotChart. ///
title-Title default- ///

///Text to be displayed in PivotChart title. ///
text-string default- ///

///Connects the service by using the specified URL for any server updates while operating the control in the server mode. ///
url-string default-“” ///

///Allows you to enable "withCredentials" property inside XMLHttpRequest object for CORS(Cross-Origin Resource Sharing) request. ///
enableXHRCredentials-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotClient:function(){ /// /// Constructor of ej.PivotClient /// } }); ej.PivotClient=(function(){ var original=ej.PivotClient var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { doAjaxPost:function(){ /// /// /// Performs an asynchronous HTTP (AJAX) request. /// }, doPostBack:function(){ /// /// /// Performs an asynchronous HTTP (full post) submit. /// }, refreshPagedPivotClient:function(){ /// /// /// Navigates to a specified page in the specified axis. /// }, refreshPagedPivotClientSuccess:function(){ /// /// /// Updates the pivot client component with the JSON data that is fetched from the service while navigating between the pages. /// }, generateJSON:function(){ /// /// /// Renders the pivot chart and the pivot grid with the provided JSON data. /// }, refreshControl:function(){ /// /// /// Re-renders the control with the report at that instant. /// }, getActiveTab:function(){ /// /// /// Returns the control tab string that displays currently in the pivot client. /// }, destroy:function(){ /// /// /// This function destroys all events of the pivot client widget bound using "this._on" and bring the control to pre-init state. /// }, getOlapReport:function(){ /// /// /// Returns the OLAP report string that is maintained along with the axis elements information. /// }, setOlapReport:function(){ /// /// /// Sets the OLAP report string along with the axis information and maintains it in a property. /// }, getJSONRecords:function(){ /// /// /// Returns the formed JSON records to render the control. /// }, setJSONRecords:function(){ /// /// /// Sets the formed JSON records to render the control to a property. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotClient=function(){ this.data("ejPivotClient",new ej.PivotClient()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotClient :function (options) { /// ///
///The pivot client is an ad hoc analysis tool that can be easily bound to any OLAP and relational datasources to provide a visual presentation of the information retrieved from the database.

///Sets the mode for the pivot client widget for binding the OLAP or relational data sources. ///
analysisMode-ej.Pivot.AnalysisMode|string default-ej.Pivot.AnalysisMode.Pivot ///

///Allows you to set the specific chart type for the pivot chart in the pivot client widget. ///
chartType-ej.PivotChart.ChartTypes|string default-ej.PivotChart.ChartTypes.Column ///

///Allows you to set the content for exporting the pivot client widget. ///
clientExportMode-ej.PivotClient.ClientExportMode|string default-ej.PivotClient.ClientExportMode.ChartAndGrid ///

///Specifies the CSS class to the pivot client for achieving the custom theme. ///
cssClass-string default-“” ///

///An object is utilized to pass the additional information between the client-end and the service-end when the control functions are present in the server-mode. ///
customObject-any default-{} ///

///Initializes the data source for the pivot client widget, when it functions completely on the client-side. ///
dataSource-DataSource default-{} ///

///Lists out the items to be arranged in the columns section of the pivot client. ///
columns-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display caption for an item. ///
fieldCaption-string default- ///

///Allows you to filter the report by default using the advanced filtering (e.g., Microsoft Excel) option for the OLAP data source in the client-mode. ///
advancedFilter-Array<any> default-[] ///

///Allows you to provide a level unique name to perform the advanced filtering. ///
name-string default- ///

///Allows you to set the operator to perform label filtering. ///
labelFilterOperator-string default-none ///

///Allows you to set the operator to perform value filtering. ///
valueFilterOperator-string default-none ///

///Allows you to set the filtering type while performing the advanced filtering. ///
advancedFilterType-string default- ///

///In value filtering, this property contains the measure name to which the filter is applied. ///
measure-string default- ///

///Allows you to hold the filter operand values in the advanced filtering. ///
values-Array<any> default- ///

///Allows you to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Shows/hides the sub-total of the field in the pivot grid. ///
showSubTotal-boolean default-true ///

///Allows to set the format for the column headers. ///
format-string default- ///

///This property is set to display the formatted values with format types in the pivot grid. ///
formatString-string default- ///

///Allows you to set the custom theme for the column headers. ///
cssClass-string default- ///

///Allows you to set the sorting order of members of the field. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Contains the list of members need to be drilled down by default in the field. ///
drilledItems-Array<any> default-[] ///

///Applies the filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items to be arranged in the rows section of the pivot client. ///
rows-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display caption for an item. ///
fieldCaption-string default- ///

///Allows you to filter the report by using the advanced filtering (e.g., Microsoft Excel) option for the OLAP data source in the client-mode. ///
advancedFilter-Array<any> default-[] ///

///Allows you to provide a level unique name to perform the advanced filtering. ///
name-string default- ///

///Allows you to set the operator to perform the label filtering. ///
labelFilterOperator-string default-none ///

///Allows you to set the operator to perform the value filtering. ///
valueFilterOperator-string default-none ///

///Allows you to set the filtering type while performing the advanced filtering. ///
advancedFilterType-string default- ///

///In value filtering, this property contains the measure name to which the filter is applied. ///
measure-string default- ///

///Allows you to hold the filter operand values in the advanced filtering. ///
values-Array<any> default- ///

///Allows you to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Shows/hides the sub-total of the field. ///
showSubTotal-boolean default-true ///

///Allows to set the format for row headers. ///
format-string default- ///

///This property is set to display the formatted values with format types in the pivot grid. ///
formatString-string default- ///

///Allows to set the custom theme for row headers. ///
cssClass-string default- ///

///Allows you to set the sorting order for the field members. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Contains the list of members need to be drilled down by default in the field. ///
drilledItems-Array<any> default-[] ///

///Applies the filter to the field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items which supports calculation in the pivot client. ///
values-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name for the relational data source. ///
fieldName-string default- ///

///Allows you to set the display caption for an item for the relational data source. ///
fieldCaption-string default- ///

///This holds the list of unique names of measures to bind them from the OLAP cube. ///
measures-Array<any> default-[] ///

///Allows you to bind the measure from the OLAP data source by using its unique name as field name. ///
fieldName-string default- ///

///Allows to set the axis name to place the measures items. ///
axis-string default-rows ///

///Indicates whether the field is a calculated field or not with the relational data source. ///
isCalculatedField-boolean default-false ///

///Allows to set the type of the pivot grid summary calculation for the value field with the relational data source. ///
summaryType-ej.PivotAnalysis.SummaryType|string default-ej.PivotAnalysis.SummaryType.Sum ///

///Allows to set the format of the values. ///
format-string default- ///

///This property is set to display the formatted values with format types in the pivot grid. ///
formatString-string default- ///

///Allows to set the custom theme for the values. ///
cssClass-string default- ///

///Allows to set the formula for calculation of members values in the relational data source. ///
formula-string default- ///

///Lists out the items which supports filtering of values without displaying the members in UI of the pivot client. ///
filters-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display name for an item. ///
fieldCaption-string default- ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Contains the respective cube name from the OLAP database as string type. ///
cube-string default-“” ///

///Allows to set the data source name to fetch the data from that. ///
sourceInfo-string default-“” ///

///Sets the provider name for the pivot client to identify whether the provider is SSAS or Mondrian. ///
providerName-string default-ssas ///

///Provides the raw data source for the pivot client. ///
data-any default-null ///

///In connection with an OLAP database, this property contains the database name as string to fetch the data from the given connection string. ///
catalog-string default-“” ///

///Allows you to filter the members (by its name and values) through the advanced filtering (e.g., Microsoft Excel) option in the client-mode. ///
enableAdvancedFilter-boolean default-false ///

///Sets a name to the report bound to the control. ///
reportName-string default- ///

///Allows to set the page size and current page number for each axis on applying the paging. ///
pagerOptions-any default-{} ///

///Allows to set the number of categorical columns to be displayed in each page on applying the paging. ///
categoricalPageSize-number default-0 ///

///Allows to set the number of series rows to be displayed in each page on applying the paging. ///
seriesPageSize-number default-0 ///

///Allows to set the page number in the categorical axis to be loaded by default. ///
categoricalCurrentPage-number default-1 ///

///Allows to set the page number in the series axis to be loaded by default. ///
seriesCurrentPage-number default-1 ///

///Enables the drill-through feature which retrieves the raw items that are used to create a specific cell in the pivot grid. ///
enableDrillThrough-boolean default-false ///

///Allows you to customize the layout and appearance of the widget. ///
displaySettings-DisplaySettings default-{} ///

///Allows you to customize the display of the pivot chart and pivot grid widgets in the tabs or tiles. ///
controlPlacement-ej.PivotClient.ControlPlacement|string default-ej.PivotClient.ControlPlacement.Tab ///

///Allows you to set either the chart or grid as the start-up widget. ///
defaultView-ej.PivotClient.DefaultView|string default-ej.PivotClient.DefaultView.Grid ///

///Allows you to switch to full screen view of the pivot chart and the pivot grid from default view in the pivot client. ///
enableFullScreen-boolean default-false ///

///Enables an option to enhance the space for the pivot grid and pivot chart by hiding the cube browser and the axis element builder. ///
enableTogglePanel-boolean default-false ///

///Sets the display mode (only chart/only grid/both) in the pivot client. ///
mode-ej.PivotClient.DisplayMode|string default-ej.PivotClient.DisplayMode.ChartAndGrid ///

///Allows you to set the visibility of icons in the toolbar panel. ///
toolbarIconSettings-ToolbarIconSettings default-{} ///

///Allows you to set the visibility of Add Report icon in the toolbar panel. ///
enableAddReport-boolean default-true ///

///Allows you to set the visibility of New Report icon in the toolbar panel. ///
enableNewReport-boolean default-true ///

///Allows you to set the visibility of Rename Report icon in the toolbar panel. ///
enableRenameReport-boolean default-true ///

///Allows you to set the visibility of DB Manipulation icon in the toolbar panel. ///
enableDBManipulation-boolean default-true ///

///Allows you to set the visibility of Word Export icon in the toolbar panel. ///
enableWordExport-boolean default-true ///

///Allows you to set the visibility of Excel Export icon in the toolbar panel. ///
enableExcelExport-boolean default-true ///

///Allows you to set the visibility of PDF Export icon in the toolbar panel. ///
enablePdfExport-boolean default-true ///

///Allows you to set the visibility of MDX Query icon in the toolbar panel. ///
enableMDXQuery-boolean default-true ///

///Allows to set the visibility of Defer Update icon in the toolbar panel. ///
enableDeferUpdate-boolean default-false ///

///Allows to set the visibility of Full Screen icon in the toolbar panel. ///
enableFullScreen-boolean default-false ///

///Allows you to set the visibility of Sort/Filter Column icon in the toolbar panel. ///
enableSortOrFilterColumn-boolean default-true ///

///Allows you to set the visibility of Sort/Filter Row icon in the toolbar panel. ///
enableSortOrFilterRow-boolean default-true ///

///Allows you to set the visibility of Toggle Axis icon in the toolbar panel. ///
enableToggleAxis-boolean default-true ///

///Allows you to set the visibility of Chart Types icon in the toolbar panel. ///
enableChartTypes-boolean default-true ///

///Allows you to set the visibility of Remove Report icon in the toolbar panel. ///
enableRemoveReport-boolean default-true ///

///Allows you to set the visibility of Calculated Member icon in the toolbar panel. ///
enableCalculatedMember-boolean default-false ///

///Allows you to show a unique name on the pivot button. ///
showUniqueNameOnPivotButton-boolean default-false ///

///Allows you to load the saved report collection from the database. ///
showReportCollection-boolean default-false ///

///Enables the splitter option for resizing the elements in the control. ///
enableSplitter-boolean default-false ///

///Enables the advanced filtering options such as value filtering, label filtering, and sorting for each dimensions when binding the OLAP data in the server mode. ///
enableAdvancedFilter-boolean default-false ///

///Allows you to refresh the control on-demand and not during the every UI operation. ///
enableDeferUpdate-boolean default-false ///

///Allows to save and load the reports in a customized way with the help of events. ///
enableLocalStorage-boolean default-false ///

///Allows you to enable the paging for both the pivot chart and the pivot grid components for viewing the large data. ///
enablePaging-boolean default-false ///

///Allows you to include the pivot tree map component as one of the chart types. ///
enablePivotTreeMap-boolean default-false ///

///Allows you to view the layout of the pivot client from right to left. ///
enableRTL-boolean default-false ///

///Enables/disables the visibility of measure group selector drop-down in the cube browser. ///
enableMeasureGroups-boolean default-false ///

///Allows you to get cell details in JSON format by clicking the value cell. ///
enableCellClick-boolean default-false ///

///Allows you to get cell details in JSON format by double-clicking the value cell. ///
enableCellDoubleClick-boolean default-false ///

///Allows you to enable the virtual scrolling for both the pivot chart and pivot grid components for viewing the large data. ///
enableVirtualScrolling-boolean default-false ///

///Allows you to set the maximum number of nodes as well as child nodes to be displayed in the member editor. ///
maxNodeLimitInMemberEditor-number default-1000 ///

///Enables/disables paging in the member editor for viewing the large count of members in the pages. ///
enableMemberEditorPaging-boolean default-false ///

///Allows you to set the number of members to be displayed in each page of the member editor on applying the paging in it. ///
memberEditorPageSize-number default-100 ///

///Enables/Disables sorting option in member editor dialog for the members of the respective field. ///
enableMemberEditorSorting-boolean default-false ///

///Sets the summary layout for the pivot grid. Following are the ways in which the summary can be positioned: normal summary (bottom), top summary, no summary, and Microsoft Excel summary. ///
gridLayout-ej.PivotGrid.Layout|string default-ej.PivotGrid.Layout.Normal ///

///Allows you to hide the cube browser and the axis element builder of the pivot client while initiating the widget. ///
collapseCubeBrowserByDefault-boolean default-false ///

///Allows you to view the KPI elements in tree-view of the pivot client's cube browser. ///
enableKPI-boolean default-false ///

///Allows you to enable the pivot client’s responsiveness in the browser layout. ///
isResponsive-boolean default-false ///

///Options to customize the size of the pivot client control. ///
size-any default-Example: ///

///Allows you to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the mode for the pivot client widget to bind the data source in the server-side or the client-side. ///
operationalMode-ej.Pivot.OperationalMode|string default-ej.Pivot.OperationalMode.ClientMode ///

///Allows you to set the custom name for methods at service-end, and it is communicated during the AJAX post. ///
serviceMethodSettings-ServiceMethodSettings default-{} ///

///Allows you to set the custom name for the service method that is responsible for updating the entire report and widget, while changing the cube. ///
cubeChanged-string default-CubeChanged ///

///Allows to set the custom name for the service method responsible for exporting. ///
exportPivotClient-string default-Export ///

///Allows you to set the custom name for the service method that is responsible to get the members for tree-view in the member-editor dialog. ///
fetchMemberTreeNodes-string default-FetchMemberTreeNodes ///

///Allows you to set the custom name for the service method that is responsible for fetching the report names from the database. ///
fetchReportList-string default-FetchReportListFromDB ///

///Allows you to set the custom name for the service method that is responsible for updating the report while filtering the members. ///
filterElement-string default-FilterElement ///

///Allows you to set the custom name for the service method that is responsible for initializing the pivot client. ///
initialize-string default-InitializeClient ///

///Allows you to set the custom name for the service method that is responsible for loading a report collection from the database. ///
loadReport-string default-LoadReportFromDB ///

///Allows you to set the custom name for the service method that is responsible to remove a report collection from the database. ///
removeDBReport-string default-RemoveReportFromDB ///

///Allows you to set the custom name for the service method that is responsible for renaming the report collection in the database. ///
renameDBReport-string default-RenameReportInDB ///

///Allows you to set the custom name for the service method that is responsible for retrieving the MDX query for the current report. ///
mdxQuery-string default-GetMDXQuery ///

///Allows you to set the custom name for the service method that is responsible for updating the tree-view in the cube browser, while changing the measure group. ///
measureGroupChanged-string default-MeasureGroupChanged ///

///Allows you to set the custom name for the service method that is responsible to get the child members, on tree-view node expansion. ///
memberExpand-string default-MemberExpanded ///

///Allows you to set the custom name for the service method that is responsible for updating the report while dropping a node/split button in the axis element builder. ///
nodeDropped-string default-NodeDropped ///

///Allows you to set the custom name for the service method that is responsible to update the report while removing the split button from the axis element builder. ///
removeSplitButton-string default-RemoveSplitButton ///

///Allows you to set the custom name for the service method that is responsible for saving the report collection in the database. ///
saveReport-string default-SaveReportToDB ///

///Allows you to set the custom name for the service method that is responsible for toggling the elements in the row and column axes. ///
toggleAxis-string default-ToggleAxis ///

///Allows you to set the custom name for the service method that is responsible for all the toolbar operations. ///
toolbarServices-string default-ToolbarOperations ///

///Allows you to set the custom name for the service method that is responsible for updating the report collection. ///
updateReport-string default-UpdateReport ///

///Allows you to set the custom name for the service method while navigating between the pages in the paged pivot client. ///
paging-string default-Paging ///

///Allows you to set the custom name for the service method that is responsible for updating the report with the calculated member. ///
calculatedMember-string default-CalculatedMember ///

///Allows you to set the custom name for the service method that is responsible for performing value sorting operation in the PivotClient. ///
valueSorting-string default-ValueSorting ///

///Allows you to set the custom name for the service method that is responsible for performing the drill through operation. ///
drillThroughHierarchies-string default-DrillThroughHierarchies ///

///Allows you to set the custom name for the service method that is responsible for performing the drill through operation in the data table. ///
drillThroughDataTable-string default-DrillThroughDataTable ///

///Holds the necessary properties for value sorting. ///
valueSortSettings-ValueSortSettings default-{} ///

///Contains the header of the specific column to which value sorting is applied. ///
headerText-string default- ///

///Allows you to set the string for separating column headers provided in the headerText property. ///
headerDelimiters-string default- ///

///Allows you to set the sorting order of values of the field. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Sets the title for the pivot client widget. ///
title-string default- ///

///Connects the service using the specified URL for any server updates. ///
url-string default- ///

///Allows you to export entire data instead of current page data, while paging option is enabled. ///
enableCompleteDataExport-boolean default-false ///

///Allows you to enable "withCredentials" property inside XMLHttpRequest object for CORS(Cross-Origin Resource Sharing) request. ///
enableXHRCredentials-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotGauge:function(){ /// /// Constructor of ej.PivotGauge /// } }); ej.PivotGauge=(function(){ var original=ej.PivotGauge var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { doAjaxPost:function(){ /// /// /// Performs an asynchronous HTTP (AJAX) request. /// }, refresh:function(){ /// /// /// This function is used to refresh the PivotGauge at client-side itself. /// }, removeImg:function(){ /// /// /// This function removes the KPI related images from PivotGauge on binding OLAP datasource. /// }, renderControlFromJSON:function(){ /// /// /// This function receives the JSON formatted datasource and renders the PivotGauge control. /// }, destroy:function(){ /// /// /// This function Destroy the PivotGauge widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, getOlapReport:function(){ /// /// /// Returns the OlapReport string maintained along with the axis elements information. /// }, setOlapReport:function(){ /// /// /// Sets the OlapReport string along with the axis information and maintains it in a property. /// }, getJSONRecords:function(){ /// /// /// Returns the JSON records formed to render the control. /// }, setJSONRecords:function(){ /// /// /// Sets the JSON records to render the control. /// }, getJSONData:function(){ /// /// /// Returns the JSON records required to render the PivotGauge on performing any action with OLAP data source. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotGauge=function(){ this.data("ejPivotGauge",new ej.PivotGauge()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotGauge :function (options) { /// ///
///The PivotGauge control is ideal for highlighting business critical Key Performance Indicator (KPI) information in executive dashboards and report cards. The PivotGauge let you present values against goals in a very intuitive manner.

///Sets the number of columns to arrange the Pivot Gauges. ///
columnsCount-number default-0 ///

///Specifies the CSS class to PivotGauge to achieve custom theme. ///
cssClass-string default-“” ///

///Object utilized to pass additional information between client-end and service-end on operating in server mode. ///
customObject-any default-{} ///

///Initializes the data source for the PivotGauge widget, when it functions completely on client-side. ///
dataSource-DataSource default-{} ///

///Contains the respective cube name from OLAP database as string type. ///
cube-string default-“” ///

///To set the data source name to fetch data from that. ///
sourceInfo-string default-“” ///

///Set the provider name for PivotGauge to identify whether the provider is SSAS or Mondrian. ///
providerName-string default-ssas ///

///Provides the raw data source for the PivotGauge. ///
data-any default-null ///

///In connection with an OLAP database, this property contains the database name as string to fetch the data from the given connection string. ///
catalog-string default-“” ///

///Lists out the items to bind in columns section. ///
columns-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items to bind in rows section. ///
rows-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items supports calculation in PivotGauge. ///
values-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name for Relational datasource. ///
fieldName-string default- ///

///Allows the user to set the display caption for an item for Relational datasource. ///
fieldCaption-string default- ///

///This holds the list of unique names of measures to bind them from the OLAP cube. ///
measures-Array<any> default-[] ///

///Allows the user to bind the measure from OLAP datasource by using its unique name as field name. ///
fieldName-string default- ///

///Allows to set the axis name to place the measures items. ///
axis-string default-rows ///

///Indicates whether the field is a calculated field or not with Relational datasource. ///
isCalculatedField-boolean default-false ///

///Allows to set the formula for calculation of values for calculated members in Relational datasource. ///
formula-string default- ///

///Lists out the items which supports filtering of values without displaying the members in UI in PivotGauge. ///
filters-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Sets the type of filter whether to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Enables/disables the animation of pointer in PivotGauge. ///
enableAnimation-boolean default-false ///

///Enables/disables tooltip visibility in PivotGauge. ///
enableTooltip-boolean default-false ///

///Allows the user to view PivotGauge from right to left. ///
enableRTL-boolean default-false ///

///Specify the frame details of PivotGauge here. ///
frame-Frame default-Object ///

///Specifies the frame type of PivotGauge. ///
frameType-string default-fullcircle ///

///Specifies the end angle for the half circular frame. ///
halfCircleFrameEndAngle-number default-360 ///

///Specifies the start angle for the half circular frame. ///
halfCircleFrameStartAngle-number default-180 ///

///Allows the user to enable PivotGauge’s responsiveness in the browser layout. ///
isResponsive-boolean default-false ///

///Allows the user to change the format of the label values in PivotGauge. ///
labelFormatSettings-LabelFormatSettings default-null ///

///Allows the user to change the number format of the label values in PivotGauge. ///
numberFormat-ej.PivotGauge.NumberFormat|string default-ej.PivotGauge.NumberFormat.Default ///

///Allows you to set the number of digits displayed after decimal point. ///
decimalPlaces-number default-5 ///

///Allows you to add a text at the beginning of the label. ///
prefixText-string default- ///

///Allows you to add text at the end of the label. ///
suffixText-string default- ///

///Allows the user to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the number of rows to arrange the Pivot Gauges. ///
rowsCount-number default-0 ///

///Sets the scale values such as pointers, indicators, etc... for PivotGauge. ///
scales-any default-{} ///

///Allows the user to set the custom name for the methods at service-end, communicated during AJAX post. ///
serviceMethodSettings-ServiceMethodSettings default-{} ///

///Allows the user to set the custom name for the service method responsible for initializing PivotGauge. ///
initialize-string default-InitializeGauge ///

///Enables/disables the header labels in PivotGauge. ///
showHeaderLabel-boolean default-true ///

///Connects the service using the specified URL for any server updates on server mode operation. ///
url-string default-“” ///

///Sets the mode for the PivotGauge widget for binding either OLAP or Relational data source. ///
analysisMode-ej.Pivot.AnalysisMode|string default-ej.Pivot.AnalysisMode.Pivot ///

///Sets the mode for the PivotGauge widget for binding data source either in server-side or client-side. ///
operationalMode-ej.Pivot.OperationalMode|string default-ej.Pivot.OperationalMode.ClientMode ///

///Allows you to enable "withCredentials" property inside XMLHttpRequest object for CORS(Cross-Origin Resource Sharing) request. ///
enableXHRCredentials-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotGrid:function(){ /// /// Constructor of ej.PivotGrid /// } }); ej.PivotGrid=(function(){ var original=ej.PivotGrid var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { doAjaxPost:function(){ /// /// /// Performs an asynchronous HTTP (AJAX) request. /// }, doPostBack:function(){ /// /// /// Performs an asynchronous HTTP (FullPost) submit. /// }, exportPivotGrid:function(){ /// /// /// Exports the PivotGrid to the specified format. /// }, refreshPagedPivotGrid:function(){ /// /// /// This function re-renders the PivotGrid when clicking the navigation buttons on the PivotPager. /// }, refreshPivotGrid:function(){ /// /// /// This function refreshes the PivotGrid with the modified data input in client-mode. /// }, refreshControl:function(){ /// /// /// This function re-renders the control with the report available at that instant. /// }, destroy:function(){ /// /// /// This function destroys the PivotGrid widget associated events that are bound using "this._on" and brings the control to pre-init state. /// }, calculateCellWidths:function(){ /// /// /// This function returns the height of all rows and the width of all columns. /// }, openConditionalFormattingDialog:function(){ /// /// /// This function creates the conditional formatting dialog to apply conditional formatting for the PivotGrid control. /// }, saveReport:function(){ /// /// /// This function saves the current report to the database/local storage. /// }, loadReport:function(){ /// /// /// This function loads the specified report from the database/local storage. /// }, excelLikeLayout:function(){ /// /// /// This function reconstructs the JSON data that is formed for rendering the PivotGrid in the excel-like layout format. /// }, getOlapReport:function(){ /// /// /// Returns the OlapReport string that is maintained along with the axis elements information. /// }, setOlapReport:function(){ /// /// /// Sets the OlapReport string along with the axis information. /// }, getJSONRecords:function(){ /// /// /// Returns the JSON records that are formed to render the control. /// }, setJSONRecords:function(){ /// /// /// Sets the JSON records that are formed to render the control. /// }, refreshFieldCaption:function(){ /// /// /// This function allows you to change the caption of the pivot item (name displayed in UI) on-demand for the relational datasource in client-mode. /// }, renderControlFromJSON:function(){ /// /// /// This function receives the JSON formatted datasource to render the PivotGrid control. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotGrid=function(){ this.data("ejPivotGrid",new ej.PivotGrid()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotGrid :function (options) { /// ///
///The PivotGrid control is easily configurable, presentation-quality business control that reads OLAP data from a Microsoft SQL Server Analysis Services database, an offline cube, XML/A, or relational datasource.

///Sets the mode for the PivotGrid widget to bind either OLAP or relational data source. ///
analysisMode-ej.Pivot.AnalysisMode|string default-ej.Pivot.AnalysisMode.Pivot ///

///Specifies the CSS class to the PivotGrid for achieving the custom theme. ///
cssClass-string default-“” ///

///Connects the PivotSchemaDesigner with specified ID to the PivotGrid control. ///
pivotTableFieldListID-string default-“” ///

///Initializes the data source for the PivotGrid widget, when it functions completely on client-side. ///
dataSource-DataSource default-{} ///

///Lists out the items to be arranged in the columns section of the PivotGrid. ///
columns-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display caption for an item. ///
fieldCaption-string default- ///

///Allows you to filter the report by using advanced filtering (e.g., Microsoft Excel) option for the OLAP data source in client-mode. ///
advancedFilter-Array<any> default-[] ///

///Allows you to provide a level unique name to perform the advanced filtering. ///
name-string default- ///

///Allows you to set the operator to perform the label filtering. ///
labelFilterOperator-string default-none ///

///Allows you to set the operator to perform the value filtering. ///
valueFilterOperator-string default-none ///

///Allows you to set the filtering type while performing the advanced filtering. ///
advancedFilterType-string default- ///

///In value filtering, this property contains the measure name to which the filter is applied. ///
measure-string default- ///

///Allows you to hold filter operand values in the advanced filtering. ///
values-Array<any> default- ///

///Allows you to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Shows/hides the sub-total of the field in PivotGrid. ///
showSubTotal-boolean default-true ///

///Allows you to set the format for column headers. ///
format-string default- ///

///This property is set to display the formatted values with format types in the PivotGrid. ///
formatString-string default- ///

///Allows you to set the custom theme for column headers. ///
cssClass-string default- ///

///Allows you to set the delimiter for date type format in the formatString. This is applicable for the groupByDate of row/column headers. ///
delimiter-string default- ///

///Allows you to set the sorting order of members of the field. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Contains the list of members need to be drilled down by default in the field. ///
drilledItems-Array<any> default-[] ///

///Applies the filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items to be arranged in the rows section of PivotGrid. ///
rows-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display caption for the item. ///
fieldCaption-string default- ///

///Allows you to filter the report by using the advanced filtering (e.g., Microsoft Excel) option for the OLAP data source in client-mode. ///
advancedFilter-Array<any> default-[] ///

///Allows you to provide the level unique name to perform the advanced filtering. ///
name-string default- ///

///Allows you to set the operator to perform the label filtering. ///
labelFilterOperator-string default-none ///

///Allows you to set the operator to perform the value filtering. ///
valueFilterOperator-string default-none ///

///Allows you to set the filtering type while performing the advanced filtering. ///
advancedFilterType-string default- ///

///In value filtering, this property contains the measure name to which the filter is applied. ///
measure-string default- ///

///Allows you to hold the filter operand values in the advanced filtering. ///
values-Array<any> default- ///

///Allows you to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Shows/hides the sub-total of the field. ///
showSubTotal-boolean default-true ///

///Allows you to set the format for row headers. ///
format-string default- ///

///This property is set to display the formatted values with format types in the PivotGrid. ///
formatString-string default- ///

///Allows you to set the custom theme for row headers. ///
cssClass-string default- ///

///Allows you to set the delimiter for date type format in the formatString. This is applicable for the groupByDate in row/column headers. ///
delimiter-string default- ///

///Allows you to set the sorting order of members of the field. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Contains the list of members need to be drilled down by default in the field. ///
drilledItems-Array<any> default-[] ///

///Applies the filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items that support calculation in the PivotGrid. ///
values-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name for the relational datasource. ///
fieldName-string default- ///

///Allows you to set the display caption for the item in the relational datasource. ///
fieldCaption-string default- ///

///This holds the list of unique names of measures to bind them from the OLAP cube. ///
measures-Array<any> default-[] ///

///Allows you to bind the measure from the OLAP datasource by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the axis name to place measures items. ///
axis-string default-rows ///

///Indicates whether the field is a calculated field with the relational datasource or not. ///
isCalculatedField-boolean default-false ///

///Allows to set the type of PivotGrid summary calculation in the value field with the relational datasource. ///
summaryType-ej.PivotAnalysis.SummaryType|string default-ej.PivotAnalysis.SummaryType.Sum ///

///Allows to set the format for values. ///
format-string default- ///

///This property is set to display the formatted values with format types in the PivotGrid. ///
formatString-string default- ///

///Allows to set the formula for calculation of values for calculated members in the relational datasource. ///
formula-string default- ///

///Allows to set the custom theme for values. ///
cssClass-string default- ///

///Lists out the items which supports filtering of values without displaying the members in UI of the PivotGrid. ///
filters-Array<any> default-[] ///

///Allows you to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows you to set the display name for the item. ///
fieldCaption-string default- ///

///Applies the filter to field members. ///
filterItems-any default-null ///

///Sets the type of filter to include/exclude the mentioned values. ///
filterType-ej.PivotAnalysis.FilterType|string default-ej.PivotAnalysis.FilterType.Exclude ///

///Contains the collection of items to be included/excluded among the field members. ///
values-Array<any> default-[] ///

///Contains the respective cube name as string type in the OLAP database. ///
cube-string default-“” ///

///To set the data source name to fetch the data. ///
sourceInfo-string default-“” ///

///Sets the provider name for PivotGrid to identify whether the provider is SSAS or Mondrian. ///
providerName-string default-ssas ///

///Provides the raw data source for the PivotGrid. ///
data-any default-null ///

///In connection with an OLAP database, this property contains the database name as string to fetch the data from the given connection string. ///
catalog-string default-“” ///

///Allows you to filter the members (by its name and values) through advanced filtering (e.g., Microsoft Excel) option at OLAP data source in client-mode. ///
enableAdvancedFilter-boolean default-false ///

///Sets a name to the report that is bound to the control. ///
reportName-string default- ///

///Allows to set the page size and current page number for each axis on applying the paging. ///
pagerOptions-any default-{} ///

///Allows to set the number of categorical columns to be displayed in each page on applying the paging. ///
categoricalPageSize-number default-0 ///

///Allows to set the number of series rows to be displayed in each page on applying the paging. ///
seriesPageSize-number default-0 ///

///Allows to set the page number to be loaded in the categorical axis by default. ///
categoricalCurrentPage-number default-1 ///

///Allows to set the page number to be loaded in the series axis by default. ///
seriesCurrentPage-number default-1 ///

///Holds the necessary properties for value sorting. ///
valueSortSettings-ValueSortSettings default-{} ///

///Contains the header of the specific column to which value sorting is applied. ///
headerText-string default- ///

///Allows you to set the string for separating column headers provided in the headerText property. ///
headerDelimiters-string default- ///

///Allows you to set the sorting order of values of the field. ///
sortOrder-ej.PivotAnalysis.SortOrder|string default-ej.PivotAnalysis.SortOrder.Ascending ///

///Object that holds the settings of frozen headers. ///
frozenHeaderSettings-FrozenHeaderSettings default-{} ///

///Allows you to freeze the row headers alone when scrolling the horizontal scroll bar. ///
enableFrozenRowHeaders-boolean default-false ///

///Allows you to freeze the column headers alone when scrolling the vertical scroll bar. ///
enableFrozenColumnHeaders-boolean default-false ///

///Allows you to freeze both row headers and column headers while scrolling. ///
enableFrozenHeaders-boolean default-false ///

///Allows you to set the size of the scrollbar (horizontal and vertical) that is visible in the PivotGrid. ///
scrollerSize-number default-18 ///

///Allows you to display the header name in the PivotGrid control. ///
headerSettings-HeaderSettings default-{} ///

///Allows you to enable/disable the row header names in the PivotGrid control. ///
showRowItems-boolean default-false ///

///Allows you to enable/disable the column header names in the PivotGrid control. ///
showColumnItems-boolean default-false ///

///Allows you to show the appropriate unique name in the pivot button. ///
showUniqueNameOnPivotButton-boolean default-false ///

///Object is utilized to pass additional information between the client-end and the service-end while operating the control in server mode. ///
customObject-any default-null ///

///Allows you to collapse specified members in each field by default. ///
collapsedMembers-any default-null ///

///Allows you to access each cell by right-clicking the mouse. ///
enableCellContext-boolean default-false ///

///Enables the cell selection for a specific range of value cells. ///
enableCellSelection-boolean default-false ///

///Enables the Drill-Through feature which retrieves raw items that are used to create a specific cell in the PivotGrid. ///
enableDrillThrough-boolean default-false ///

///Allows you to get cell details in JSON format by clicking the value cell. ///
enableCellClick-boolean default-false ///

///Allows you to get cell details in JSON format by double-clicking the value cell. ///
enableCellDoubleClick-boolean default-false ///

///Allows you to edit value cells for write-back support in the PivotGrid. This is applicable only for the server-mode. ///
enableCellEditing-boolean default-false ///

///Collapses the pivot items along rows and columns by default. It works only for the relational data source. ///
enableCollapseByDefault-boolean default-false ///

///Enables/disables the display of grand total for all columns. ///
enableColumnGrandTotal-boolean default-true ///

///Allows you to format a specific set of cells based on the condition. ///
enableConditionalFormatting-boolean default-false ///

///Enables the advanced filtering options such as value filtering, label filtering, and sorting for each field in the server mode. ///
enableAdvancedFilter-boolean default-false ///

///Allows you to refresh the control on-demand and not during every UI operation. ///
enableDeferUpdate-boolean default-false ///

///Enables the display of GroupingBar allowing you to filter, sort, and remove fields obtained from the datasource. ///
enableGroupingBar-boolean default-false ///

///Allows you to set the maximum number of nodes as well as child nodes to be displayed in the member editor. ///
maxNodeLimitInMemberEditor-number default-1000 ///

///Enables/disables paging in the member editor for viewing the large count of members in pages. ///
enableMemberEditorPaging-boolean default-false ///

///Allows you to set the number of members to be displayed in each page of member editor on applying paging in it. ///
memberEditorPageSize-number default-100 ///

///Enables/Disables sorting option in member editor dialog for the members of the respective field. ///
enableMemberEditorSorting-boolean default-false ///

///Enables/disables the display of grand total for rows and columns. ///
enableGrandTotal-boolean default-true ///

///Allows you to load the PivotGrid using the JSON data. ///
enableJSONRendering-boolean default-false ///

///Enables rendering of the PivotGrid widget along with the PivotTable field list which allows UI operations. ///
enablePivotFieldList-boolean default-true ///

///Enables the display of grand total for all rows. ///
enableRowGrandTotal-boolean default-true ///

///Allows you to view the layout of PivotGrid from right to left. ///
enableRTL-boolean default-false ///

///Allows you to enable the ToolTip. ///
enableToolTip-boolean default-false ///

///Allows you to enable the animation effects in the tooltip. ///
enableToolTipAnimation-boolean default-false ///

///Allows you to adjust the width of columns dynamically within given widget size. ///
enableColumnResizing-boolean default-false ///

///Allows you to fit the width of the column based on its maximum text width. ///
resizeColumnsToFit-boolean default-true ///

///Allows you to enable/disable the context menu of pivot buttons in the PivotGrid. ///
enableContextMenu-boolean default-false ///

///Allows you to view the large amount of data through virtual scrolling. ///
enableVirtualScrolling-boolean default-false ///

///Allows you to view the large amount of data by applying paging. ///
enablePaging-boolean default-false ///

///Allows you to configure the hyperlink settings of the PivotGrid control. ///
hyperlinkSettings-HyperlinkSettings default-{} ///

///Allows you to enable/disable the hyperlink for the column header. ///
enableColumnHeaderHyperlink-boolean default-false ///

///Allows you to enable/disable the hyperlink for the row header. ///
enableRowHeaderHyperlink-boolean default-false ///

///Allows you to enable/disable the hyperlink for summary cells. ///
enableSummaryCellHyperlink-boolean default-false ///

///Allows you to enable/disable the hyperlink for value cells. ///
enableValueCellHyperlink-boolean default-false ///

///Allows you to enable PivotGrid’s responsiveness in the browser layout. ///
isResponsive-boolean default-false ///

///Contains the serialized JSON string which renders the PivotGrid. ///
jsonRecords-string default- ///

///Sets the summary layout for PivotGrid.Following are the ways in which summary can be positioned: normal summary (bottom), top summary, no summary, and excel-like summary. ///
layout-ej.PivotGrid.Layout|string default-ej.PivotGrid.Layout.Normal ///

///Allows the user to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the mode for PivotGrid widget for binding the data source either in the server-side or client-side. ///
operationalMode-ej.Pivot.OperationalMode|string default-ej.Pivot.OperationalMode.ClientMode ///

///Allows you to set the custom name for the methods at service-end, communicated during AJAX post. ///
serviceMethodSettings-ServiceMethodSettings default-{} ///

///Allows you to set the custom name for service method which is responsible for drill up/down operation in the PivotGrid. ///
drillDown-string default-DrillGrid ///

///Allows you to set the custom name for the service method that is responsible for exporting. ///
exportPivotGrid-string default-Export ///

///Allows you to set the custom name for the service method responsible for performing server-side actions based on defer update. ///
deferUpdate-string default-DeferUpdate ///

///Allows you to set the custom name for the service method that is responsible for getting values of the tree-view inside filter dialog. ///
fetchMembers-string default-FetchMembers ///

///Allows you to set the custom name for the service method that is responsible for filtering operation in the PivotGrid. ///
filtering-string default-Filtering ///

///Allows you to set the custom name for the service method that is responsible for initializing the PivotGrid. ///
initialize-string default-InitializeGrid ///

///Allows you to set the custom name for the service method that is responsible for the server-side action when dropping a node from the field list. ///
nodeDropped-string default-NodeDropped ///

///Allows you to set the custom name for the service method that is responsible for server-side action when changing the checked state of a node in the field list. ///
nodeStateModified-string default-NodeStateModified ///

///Allows you to set the custom name for the service method that is responsible for performing paging operation in the PivotGrid. ///
paging-string default-Paging ///

///Allows you to set the custom name for the service method that is responsible for sorting operation in the PivotGrid. ///
sorting-string default-Sorting ///

///Allows you to set the custom name for the service method that is responsible for expanding members in the member editor. ///
memberExpand-string default-MemberExpanded ///

///Allows you to set the custom name for the service method that is responsible for editing the cells. ///
cellEditing-string default-CellEditing ///

///Allows you to set the custom name for the service method that is responsible for saving the current report to the database. ///
saveReport-string default-SaveReport ///

///Allows you to set the custom name for the service method that is responsible for loading a report from the database. ///
loadReport-string default-LoadReportFromDB ///

///Allows you to set the custom name for the service method that is responsible for adding a calculated field to the report. ///
calculatedField-string default-CalculatedField ///

///Allows you to set the custom name for the service method that is responsible for performing the drill through operation. ///
drillThroughHierarchies-string default-DrillThroughHierarchies ///

///Allows you to set the custom name for the service method that is responsible for performing drill through operation in the data table. ///
drillThroughDataTable-string default-DrillThroughDataTable ///

///Allows you to set the custom name for the service method that is responsible for performing value sorting operation in the PivotGrid. ///
valueSorting-string default-ValueSorting ///

///Allows you to set the custom name for the service method that is responsible for removing the pivot button from the GroupingBar/field list. ///
removeButton-string default-RemoveButton ///

///Allows you to set the custom name for the service method that is responsible for write-back operation in the OLAP Cube. This is applicable only in the server-side component. ///
writeBack-string default-WriteBack ///

///Connects the service using the specified URL for any server updates. ///
url-string default-“” ///

///Allows you to export entire data instead of current page data, while paging option is enabled. ///
enableCompleteDataExport-boolean default-false ///

///Allows you to enable "withCredentials" property inside XMLHttpRequest object for CORS(Cross-Origin Resource Sharing) request. ///
enableXHRCredentials-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotPager:function(){ /// /// Constructor of ej.PivotPager /// } }); ej.PivotPager=(function(){ var original=ej.PivotPager var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { initPagerProperties:function(){ /// /// /// This function initializes the page counts and page numbers for the PivotPager. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotPager=function(){ this.data("ejPivotPager",new ej.PivotPager()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotPager :function (options) { /// ///
///PivotPager is a control used to render large amount of data without any performance constraint in PivotGrid and PivotClient. The PivotPager widget is used to navigate between pages to view the paged information.

///Contains the current page number in categorical axis. ///
categoricalCurrentPage-number default-1 ///

///Contains the total page count in categorical axis. ///
categoricalPageCount-number default-1 ///

///Allows the user to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the pager mode (Only Categorical Pager/Only Series Pager/Both) for the PivotPager. ///
mode-ej.PivotPager.Mode|string default-ej.PivotPager.Mode.Both ///

///Contains the current page number in series axis. ///
seriesCurrentPage-number default-1 ///

///Contains the total page count in series axis. ///
seriesPageCount-number default-1 ///

///Contains the ID of the target element for which paging needs to be done. ///
targetControlID-string default-“” ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotSchemaDesigner:function(){ /// /// Constructor of ej.PivotSchemaDesigner /// } }); ej.PivotSchemaDesigner=(function(){ var original=ej.PivotSchemaDesigner var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { doAjaxPost:function(){ /// /// /// Performs an asynchronous HTTP (AJAX) request. /// }, refreshControl:function(){ /// /// /// Re-renders the control with the data source bound to the pivot control at that instant. /// }, destroy:function(){ /// /// /// This function Destroy the PivotSchemaDesigner widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotSchemaDesigner=function(){ this.data("ejPivotSchemaDesigner",new ej.PivotSchemaDesigner()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotSchemaDesigner :function (options) { /// ///
///PivotSchemaDesigner, also known as PivotTable Field List, is automatically populated with fields from the bound datasource and allows end user to drag fields, filter them, and create pivot views at run-time.

///Specifies the CSS class to PivotSchemaDesigner to achieve custom theme. ///
cssClass-string default-“” ///

///Object utilized to pass additional information between client-end and service-end. ///
customObject-any default-{} ///

///For ASP.NET and MVC Wrapper, PivotSchemaDesigner will be initialized and rendered empty initially. Once the connected pivot control widget is rendered completely, PivotSchemaDesigner will just be populated with data source by setting this property to “true”. ///
enableWrapper-boolean default-false ///

///Allows the user to view PivotTable Field List from right to left. ///
enableRTL-boolean default-false ///

///Sets the visibility of OLAP elements in PivotTable Field List. This is only applicable for OLAP datasource. ///
olap-Olap default-null ///

///Allows the user to view the KPI elements in tree-view inside PivotTable Field List. This is only applicable for OLAP datasource. ///
showKPI-boolean default-false ///

///Allows the user to view the named sets in tree-view inside PivotTable Field List. This is only applicable for OLAP datasource. ///
showNamedSets-boolean default-false ///

///Allows the user to enable/disable drag and drop operations within the PivotTable Field List. ///
enableDragDrop-boolean default-true ///

///Sets the height for PivotSchemaDesigner. ///
height-string default-“” ///

///Allows the user to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the Pivot control bound with this PivotSchemaDesigner. ///
pivotControl-any default-null ///

///Allows the user to set custom name for the methods at service-end, communicated during AJAX post. ///
serviceMethods-any default-{} ///

///Allows the user to set the custom name for the service method responsible for getting the values for the tree-view inside filter dialog. ///
serviceMethod.fetchMembers-string default-FetchMembers ///

///Allows the user to set the custom name for the service method responsible for filtering operation in Field List. ///
serviceMethod.filtering-string default-Filtering ///

///Allows the user to set the custom name for the service method responsible for the server-side action, on expanding members in Field List. ///
serviceMethod.memberExpand-string default-MemberExpanded ///

///Allows the user to set the custom name for the service method responsible for the server-side action, on dropping a node into Field List. ///
serviceMethod.nodeDropped-string default-NodeDropped ///

///Allows the user to set the custom name for the service method responsible for the server-side action on changing the checked state of a node in Field List. ///
serviceMethod.nodeStateModified-string default-NodeStateModified ///

///Allows the user to set the custom name for the service method responsible for button removing operation in Field List. ///
serviceMethod.removeButton-string default-RemoveButton ///

///Connects the service using the specified URL for any server updates. ///
url-string default-“” ///

///Sets the width for PivotSchemaDesigner. ///
width-string default-“” ///

///Sets the layout for PivotSchemaDesigner. ///
layout-ej.PivotSchemaDesigner.Layouts|string default-ej.PivotSchemaDesigner.Layouts.Excel ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ PivotTreeMap:function(){ /// /// Constructor of ej.PivotTreeMap /// } }); ej.PivotTreeMap=(function(){ var original=ej.PivotTreeMap var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { doAjaxPost:function(){ /// /// /// Performs an asynchronous HTTP (AJAX) request. /// }, doPostBack:function(){ /// /// /// Performs an asynchronous HTTP (FullPost) submit. /// }, getOlapReport:function(){ /// /// /// Returns the OlapReport string maintained along with the axis elements information. /// }, setOlapReport:function(){ /// /// /// Sets the OlapReport string along with the axis information and maintains it in a property. /// }, getJSONRecords:function(){ /// /// /// Returns the JSON records formed to render the control. /// }, setJSONRecords:function(){ /// /// /// Sets the JSON records to render the control. /// }, generateJSON:function(){ /// /// /// Renders the control with the pivot engine obtained from OLAP cube. /// }, renderTreeMapFromJSON:function(){ /// /// /// This function receives the JSON formatted datasource to render the PivotTreeMap control. /// }, renderControlSuccess:function(){ /// /// /// This function receives the update from service-end, which would be utilized for rendering the widget. /// }, destroy:function(){ /// /// /// This function Destroy the PivotTreemap widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPivotTreeMap=function(){ this.data("ejPivotTreeMap",new ej.PivotTreeMap()); return this; }; intellisense.annotate(jQuery.fn,{ ejPivotTreeMap :function (options) { /// ///
///The PivotTreemap is a lightweight control that reads OLAP information and visualizes it in graphical format with the ability to drill up and down.

///Specifies the CSS class to PivotTreeMap to achieve custom theme. ///
cssClass-string default-“” ///

///Initializes the data source for the PivotTreeMap widget, when it functions completely on client-side. ///
dataSource-DataSource default-{} ///

///Provides the raw data source for the PivotTreeMap. ///
data-any default-null ///

///Contains the respective cube name from OLAP database as string type. ///
cube-string default-“” ///

///To set the data source name to fetch data from that. ///
sourceInfo-string default-“” ///

///Set the provider name for PivotTreeMap to identify whether the provider is SSAS or Mondrian. ///
providerName-string default-ssas ///

///In connection with an OLAP database, this property contains the database name as string to fetch the data from the given connection string. ///
catalog-string default-“” ///

///Lists out the items to be displayed as series of PivotTreeMap. ///
columns-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows the user to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Contains the collection of items to be excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items to be displayed as segments of PivotTreeMap. ///
rows-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Allows the user to indicate whether the added item is a named set or not. ///
isNamedSets-boolean default-false ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Contains the collection of items to be excluded among the field members. ///
values-Array<any> default-[] ///

///Lists out the items supports calculation in PivotTreeMap. ///
values-Array<any> default-[] ///

///This holds the list of unique names of measures to bind them from the OLAP cube. ///
measures-Array<any> default-[] ///

///Allows the user to bind the measure from OLAP datasource by using its unique name as field name. ///
fieldName-string default- ///

///Allows to set the axis name to place the measures items. ///
axis-string default-rows ///

///Lists out the items which supports filtering of values without displaying the members in UI in PivotTreeMap. ///
filters-Array<any> default-[] ///

///Allows the user to bind the item by using its unique name as field name. ///
fieldName-string default- ///

///Applies filter to the field members. ///
filterItems-any default-null ///

///Contains the collection of items to be excluded among the field members. ///
values-Array<any> default-[] ///

///Object utilized to pass additional information between client-end and service-end. ///
customObject-any default-{} ///

///Allows the user to enable PivotTreeMap’s responsiveness in the browser layout. ///
isResponsive-boolean default-false ///

///Allows the user to set the localized language for the widget. ///
locale-string default-en-US ///

///Sets the mode for the PivotTreeMap widget for binding data source either in server-side or client-side. ///
operationalMode-ej.Pivot.OperationalMode|string default-ej.Pivot.OperationalMode.ClientMode ///

///Allows the user to set custom name for the methods at service-end, communicated on AJAX post. ///
serviceMethodSettings-ServiceMethodSettings default-{} ///

///Allows the user to set the custom name for the service method responsible for initializing PivotTreeMap. ///
initialize-string default-InitializeTreemap ///

///Allows the user to set the custom name for the service method responsible for drilling up/down operation in PivotTreeMap. ///
drillDown-string default-DrillTreeMap ///

///Connects the service using the specified URL for any server updates. ///
url-string default-“” ///

///Allows you to enable "withCredentials" property inside XMLHttpRequest object for CORS(Cross-Origin Resource Sharing) request. ///
enableXHRCredentials-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Print:function(){ /// /// Constructor of ej.Print /// } }); ej.Print=(function(){ var original=ej.Print var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { print:function(){ /// /// /// Print the specific page or an element. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejPrint=function(){ this.data("ejPrint",new ej.Print()); return this; }; intellisense.annotate(jQuery.fn,{ ejPrint :function (options) { /// ///
///A flexible widget that allows the user to print a complete page or a particular element in it with the required customizations.

///Append the custom HTML after the selected content. ///
append-string default-null ///

///A selector that specifies a particular element to be excluded from printing. ///
excludeSelector-string default-null ///

///Specifies whether the URL of an external stylesheet can be included to customize and print that page. ///
externalStyles-string default-null ///

///Prepend a docType to the document frame. ///
docType-string default-&lt;!doctype html&gt; ///

///Specifies whether the global styles can be applied to the element to be printed. ///
globalStyles-boolean default-true ///

///Sets the height of the print window. ///
height-number default-454 ///

///Prepends the custom HTML before the selected content. ///
prepend-string default-null ///

///Allows printing the content in a new window. ///
printInNewWindow-boolean default-false ///

///Sets the period of time to wait before printing the content. ///
timeOutPeriod-number default-1000 ///

///Sets the title of the print document. ///
title-string default-null ///

///Defines the width of the print window. ///
width-number default-1024 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ProgressBar:function(){ /// /// Constructor of ej.ProgressBar /// } }); ej.ProgressBar=(function(){ var original=ej.ProgressBar var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// Destroy the progressbar widget /// }, disable:function(){ /// /// /// Disables the progressbar control /// }, enable:function(){ /// /// /// Enables the progressbar control /// }, getPercentage:function(){ /// /// /// Returns the current progress value in percent. /// }, getValue:function(){ /// /// /// Returns the current progress value /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejProgressBar=function(){ this.data("ejProgressBar",new ej.ProgressBar()); return this; }; intellisense.annotate(jQuery.fn,{ ejProgressBar :function (options) { /// ///
///The ProgressBar control is a graphical control element used to visualize the changing status of an extended operation.

///Sets the root CSS class for ProgressBar theme, which is used customize. ///
cssClass-string default-null ///

///When this property sets to false, it disables the ProgressBar control ///
enabled-boolean default-true ///

///Save current model value to browser cookies for state maintains. While refresh the progressBar control page retains the model value apply from browser cookies ///
enablePersistence-boolean default-false ///

///Sets the ProgressBar direction as right to left alignment. ///
enableRTL-boolean default-false ///

///Defines the height of the ProgressBar. ///
height-number|string default-null ///

///It allows to define the characteristics of the progressBar control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///Sets the maximum value of the ProgressBar. ///
maxValue-number default-100 ///

///Sets the minimum value of the ProgressBar. ///
minValue-number default-0 ///

///Sets the ProgressBar value in percentage. The value should be in between 0 to 100. ///
percentage-number default-0 ///

///Displays rounded corner borders on the progressBar control. ///
showRoundedCorner-boolean default-false ///

///Sets the custom text for the ProgressBar. The text placed in the middle of the ProgressBar and it can be customizable using the class 'e-progress-text'. ///
text-string default-null ///

///Sets the ProgressBar value. The value should be in between min and max values. ///
value-number default-0 ///

///Defines the width of the ProgressBar. ///
width-number|string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Query:function(){ /// /// Constructor of ej.Query /// } }); ej.Query=(function(){ var original=ej.Query var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addParams:function(key, value){ /// /// /// Passes custom parameters to our API URL. /// /// /// /// /// /// Passes custom parameters to our API URL. /// /// /// }, clone:function(){ /// /// /// clone is used to duplicate the data. /// }, execute:function(dataManager){ /// /// /// It is used to execute the query on URL Binding /// /// JSON data or OData /// }, executeLocal:function(dataManager){ /// /// /// It is used to execute the query on Local Binding /// /// JSON data /// }, expand:function(tables){ /// /// /// expand is used to performs complex binding. /// /// name of the tables /// }, foreignKey:function(key){ /// /// /// Relates two tables. A foreign key is a column or combination of columns which is used to establish and enforce a link between two tables. /// /// primary key field name /// }, from:function(tableName){ /// /// /// Specifies the name of table(s) to retrieve data. /// /// name of the table /// }, group:function(fieldName){ /// /// /// Groups records based on the given field name. /// /// name of the column /// }, hierarchy:function(query){ /// /// /// Displays the records in hierarchical relationships. The foreign key is used to relate two tables. /// /// query the JSON data /// }, page:function(pageIndex, pageSize){ /// /// /// Retrieves records based on the given page index and size. /// /// page number /// /// /// /// Retrieves records based on the given page index and size. /// /// Number of rows in the page /// }, range:function(start, end){ /// /// /// The range property is used to retrieve the records based on the given start and end index. /// /// start index of JSON data /// /// /// /// The range property is used to retrieve the records based on the given start and end index. /// /// end index of JSON data /// }, requiresCount:function(){ /// /// /// Specifies that the total number of records(count) is required in the result. /// }, search:function(fieldName, operator, value, ignoreCase, ignoreAccent){ /// /// /// It is used to search the given search key value in JSON data /// /// name of the column /// /// /// /// It is used to search the given search key value in JSON data /// /// conditional Operators /// /// /// /// It is used to search the given search key value in JSON data /// /// value to filter the field name /// /// /// /// It is used to search the given search key value in JSON data /// /// on/off case sensitive. /// /// /// /// It is used to search the given search key value in JSON data /// /// Filter diacritics based on the boolean value. /// }, select:function(fieldName){ /// /// /// Selects specified columns from the data source. /// /// name of the columns /// }, skip:function(nos){ /// /// /// Skips the given count of records from the data source. /// /// number of records /// }, sortBy:function(fieldName){ /// /// /// Sort items or records in an ordered sequence. /// /// name of the column /// }, sortByDesc:function(fieldName){ /// /// /// Sort items or records in descending order. /// /// name of the column /// }, take:function(nos){ /// /// /// Picks the given count of records from the top of the datasource. /// /// number of records /// }, using:function(dataManager){ /// /// /// using is a method used to query the data manager. /// /// Pass new data source /// }, where:function(fieldName, operator, value, ignoreCase, ignoreAccent){ /// /// /// It is used to filter records based on the filter condition. /// /// name of the column /// /// /// /// It is used to filter records based on the filter condition. /// /// conditional Operators /// /// /// /// It is used to filter records based on the filter condition. /// /// value to filter the field name /// /// /// /// It is used to filter records based on the filter condition. /// /// on/off case sensitive. /// /// /// /// It is used to filter records based on the filter condition. /// /// Filter diacritics based on the boolean value. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejQuery=function(){ this.data("ejQuery",new ej.Query()); return this; }; intellisense.annotate(jQuery.fn,{ ejQuery :function (options) { /// ///
///Communicates with data source and returns the desired result based on the Query provided.
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ RadialMenu:function(){ /// /// Constructor of ej.RadialMenu /// } }); ej.RadialMenu=(function(){ var original=ej.RadialMenu var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { hide:function(){ /// /// /// To hide the radialmenu /// }, hideMenu:function(){ /// /// /// To hide the radialmenu items /// }, show:function(){ /// /// /// To Show the radial menu /// }, showMenu:function(){ /// /// /// To show menu items /// }, enableItemByIndex:function(itemIndex){ /// /// /// To enable menu item using index /// /// Index of the Radialmenu to be enabled. /// }, enableItemsByIndices:function(itemIndices){ /// /// /// To enable menu items using indices /// /// Index of the Radialmenu to be enabled. /// }, disableItemByIndex:function(itemIndex){ /// /// /// To disable menu item using index /// /// Index of the Radialmenu to be disabled. /// }, disableItemsByIndices:function(itemIndices){ /// /// /// To disable menu items using indices /// /// items of the Radialmenu to disable. /// }, enableItem:function(item){ /// /// /// To enable menu item using item text /// /// item of the Radialmenu item to enable. /// }, disableItem:function(item){ /// /// /// To disable menu item using item text /// /// item of the Radialmenu item to disable. /// }, enableItems:function(items){ /// /// /// To enable menu items using item texts /// /// items of the Radialmenu item to enable. /// }, disableItems:function(items){ /// /// /// To disable menu items using item texts /// /// items of the Radialmenu item to disable. /// }, updateBadgeValue:function(index, value){ /// /// /// To update menu item badge value /// /// The index value to add the given items at the specified index. If index is not specified, the given value will not be updated. /// /// /// /// To update menu item badge value /// /// The Value to be updated in the badge. It will be updated based on the given index /// }, showBadge:function(index){ /// /// /// To show menu item badge /// /// Index of the Radialmenu item to be shown badge. /// }, hideBadge:function(index){ /// /// /// To hide menu item badge /// /// Index of the Radialmenu item to hide the badge. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRadialMenu=function(){ this.data("ejRadialMenu",new ej.RadialMenu()); return this; }; intellisense.annotate(jQuery.fn,{ ejRadialMenu :function (options) { /// ///
///The RadialMenu control is a context that represents the menu items are arranged in a circular order with a centric button element in it. By default, only the center button is visible. The Radial Menu displays the root level menu item with rotational animation effects on clicking the center menu button.

///To show the Radial in initial render. ///
autoOpen-boolean default- ///

///Renders the back button Image for Radial using class. ///
backImageClass-string default- ///

///Sets the root class for RadialMenu theme. This cssClass API helps to use custom skinning option for RadialMenu control. By defining the root class using this API, we need to include this root class in CSS. ///
cssClass-string default- ///

///To enable Animation for Radial Menu. ///
enableAnimation-boolean default- ///

///Renders the Image for Radial using Class. ///
imageClass-string default- ///

///Specify the items of radial menu ///
items-Array<Items> default- ///

///Specify the URL of the frame background image for radial menu item. ///
imageUrl-string default- ///

///Specifies the template property of RadialMenu for SVG icon. ///
prependTo-string default- ///

///Specifies the text of RadialMenu item. ///
text-string default- ///

///Specifies the enable state of RadialMenu item. ///
enabled-boolean default- ///

///specify the click event to corresponding image/text for performing some specific action. ///
click-string default- ///

///Specifies radialmenu item badges. ///
badge-any default- ///

///Specifies whether to enable radialmenu item badge or not. ///
enabled-boolean default- ///

///Specifies the value of radial menu item badge. ///
value-number default- ///

///Specifies the type of nested radial menu item. ///
type-string default- ///

///Specifies the sliderSettings ticks for nested radial menu items. ///
sliderSettings-any default- ///

///Specifies the sliderSettings ticks values of nested radial menu items. ///
ticks-Array<any> default- ///

///Specifies the sliderSettings stroke Width value. ///
strokeWidth-number default- ///

///Specifies the value of sliderSettings labelSpace . ///
labelSpace-number default- ///

///Specifies to add sub level items . ///
items-Array<any> default- ///

///Specifies the radius of radial menu ///
radius-number default- ///

///To show the Radial while clicking given target element. ///
targetElementId-string default- ///

///To set radial render position. ///
position-any default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ RadialSlider:function(){ /// /// Constructor of ej.RadialSlider /// } }); ej.RadialSlider=(function(){ var original=ej.RadialSlider var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { show:function(){ /// /// /// To show the radialslider /// }, hide:function(){ /// /// /// To hide the radialslider /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRadialSlider=function(){ this.data("ejRadialSlider",new ej.RadialSlider()); return this; }; intellisense.annotate(jQuery.fn,{ ejRadialSlider :function (options) { /// ///
///The RadialSlider provides an optimized interface for selecting a numeric value using a touch interface. Value is returned based on direct needle selection or needle move. It can also be customized as a full circle, half circle, or any portion of a circle, based on startAngle and endAngle

///To show the RadialSlider in initial render. ///
autoOpen-boolean default-false ///

///Sets the root class for RadialSlider theme. This cssClass API helps to use custom skinning option for RadialSlider control. By defining the root class using this API, we need to include this root class in CSS. ///
cssClass-string default- ///

///To enable Animation for Radial Slider. ///
enableAnimation-boolean default-true ///

///Enable/Disable the Roundoff property of RadialSlider ///
enableRoundOff-boolean default-true ///

///Specifies the endAngle value for radial slider circle. ///
endAngle-number default-360 ///

///Specifies the inline for label show or not on given radius. ///
inline-boolean default-false ///

///Specifies innerCircleImageClass, using this property we can give images for center radial circle through CSS classes. ///
innerCircleImageClass-string default-null ///

///Specifies the file name of center circle icon ///
innerCircleImageUrl-string default-null ///

///Specifies the Space between the radial slider element and the label. ///
labelSpace-number default-30 ///

///Change the Radial Slider ticks value based on the given culture. ///
locale-string default-en-US ///

///Specifies the radius of radial slider ///
radius-number default-200 ///

///To show the RadialSlider inner circle. ///
showInnerCircle-boolean default-true ///

///Specifies the endAngle value for radial slider circle. ///
startAngle-number default-0 ///

///Specifies the strokeWidth for customize the needle, outer circle and inner circle. ///
strokeWidth-number default-2 ///

///Specifies the ticks value of radial slider ///
ticks-Array<any> default- ///

///Specifies the value of radial slider ///
value-number default-10 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ RadioButton:function(){ /// /// Constructor of ej.RadioButton /// } }); ej.RadioButton=(function(){ var original=ej.RadioButton var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// To disable the RadioButton /// }, enable:function(){ /// /// /// To enable the RadioButton /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRadioButton=function(){ this.data("ejRadioButton",new ej.RadioButton()); return this; }; intellisense.annotate(jQuery.fn,{ ejRadioButton :function (options) { /// ///
///The RadioButton control allows you to choose an option to perform an action. This control allows you to select true/false.

///Specifies the check attribute of the Radio Button. ///
checked-boolean default-false ///

///Specify the CSS class to RadioButton to achieve custom theme. ///
cssClass-string default- ///

///Specifies the RadioButton control state. ///
enabled-boolean default-true ///

///Specifies the enablePersistence property for RadioButton while initialization. The enablePersistence API save current model value to browser cookies for state maintains. While refreshing the radio button control page the model value apply from browser cookies. ///
enablePersistence-boolean default-false ///

///Specify the Right to Left direction to RadioButton ///
enableRTL-boolean default-false ///

///Specifies the HTML Attributes of the Checkbox ///
htmlAttributes-any default-{} ///

///Specifies the id attribute for the Radio Button while initialization. ///
id-string default-null ///

///Specify the idPrefix value to be added before the current id of the RadioButton. ///
idPrefix-string default-ej ///

///Specifies the name attribute for the Radio Button while initialization. ///
name-string default-Sets id as name if it is null ///

///Specifies the size of the RadioButton. ///
size-ej.RadioButtonSize|string default-small ///

///Specifies the text content for RadioButton. ///
text-string default- ///

///Set the jQuery validation error message in radio button. ///
validationMessage-any default-null ///

///Set the jQuery validation rules in radio button. ///
validationRules-any default-null ///

///Specifies the value attribute of the Radio Button. ///
value-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ RangeNavigator:function(){ /// /// Constructor of ej.RangeNavigator /// } }); ej.RangeNavigator=(function(){ var original=ej.RangeNavigator var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { _destroy:function(){ /// /// /// destroy the range navigator widget /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRangeNavigator=function(){ this.data("ejRangeNavigator",new ej.RangeNavigator()); return this; }; intellisense.annotate(jQuery.fn,{ ejRangeNavigator :function (options) { /// ///
///The range navigator can be easily configured to the DOM element, such as div. You can create a range navigator with a highly customizable look and feel.

///Toggles the placement of slider exactly on the place it left or on the nearest interval. ///
allowSnapping-boolean default-false ///

///It allows to show the value between the particular periods (i.e) from 1st January to 31st February and so on. The default value is true. If we set the property as false, it allows to show the value between the particular periods.(i.e) from 1st January to 31st January and so on. ///
allowNextValue-boolean default-true ///

///Options for customizing the color, opacity and width of the chart border. ///
border-Border default- ///

///Border color of rangenavigator. When enable the scrollbar, the default color will be set as "#B4B4B4". ///
color-string default-transparent ///

///Opacity of the rangeNavigator border. ///
opacity-number default-1 ///

///Width of the RangeNavigator border. ///
width-number default-1 ///

///Specifies the data source for range navigator. ///
dataSource-any default- ///

///Specifies the properties used for customizing the range series. ///
series-Array<Series> default- ///

///Name of the property in the datasource that contains x value for the series. ///
xName-string default-null ///

///Name of the property in the datasource that contains y value for the series. ///
yName-string default-null ///

///Specifies the dataSource for the series. It can be an array of JSON objects or an instance of ej.DataManager. ///
dataSource-any default-null ///

///Specifies the type of the series to render in chart. ///
type-ej.datavisualization.RangeNavigator.Type|string default-column. see Type ///

///Enable/disable the animation of series. ///
enableAnimation-boolean default-false ///

///Fill color of the series. ///
fill-string default-null ///

///Specifies the properties used for customizing all the range series. ///
seriesSettings-Array<SeriesSettings> default- ///

///Name of the property in the datasource that contains x value for the series. ///
xName-string default-null ///

///Name of the property in the datasource that contains y value for the series. ///
yName-string default-null ///

///Specifies the dataSource for the series. It can be an array of JSON objects or an instance of ej.DataManager. ///
dataSource-any default-null ///

///Specifies the type of the series to render in chart. ///
type-ej.datavisualization.RangeNavigator.Type|string default-column. see Type ///

///Enable/disable the animation of series. ///
enableAnimation-boolean default-false ///

///Fill color of the series. ///
fill-string default-null ///

///Toggles the redrawing of chart on moving the sliders. ///
enableDeferredUpdate-boolean default-true ///

///Enable the scrollbar option in the rangenavigator. ///
enableScrollbar-boolean default-false ///

///Enable the resize option in the rangenavigator. ///
enableAutoResizing-boolean default-false ///

///Toggles the direction of rendering the range navigator control. ///
enableRTL-boolean default-false ///

///Sets a value whether to make the range navigator responsive on resize. ///
isResponsive-boolean default-false ///

///Options for customizing the labels colors, font, style, size, horizontalAlignment and opacity. ///
labelSettings-LabelSettings default- ///

///Options for customizing the higher level labels in range navigator. ///
higherLevel-any default- ///

///Options for customizing the border of grid lines in higher level. ///
border-any default- ///

///Specifies the border color of grid lines. ///
color-string default-transparent ///

///Specifies the border width of grid lines. ///
width-string default-0.5 ///

///Specifies the fill color of higher level labels. ///
fill-string default-transparent ///

///Options for customizing the grid line colors, width, dashArray, border. ///
gridLineStyle-any default- ///

///Specifies the color of grid lines in higher level. ///
color-string default-#B5B5B5 ///

///Specifies the dashArray of grid lines in higher level. ///
dashArray-string default-20 5 0 ///

///Specifies the width of grid lines in higher level. ///
width-string default-#B5B5B5 ///

///Specifies the intervalType for higher level labels. See ///
intervalType-ej.datavisualization.RangeNavigator.IntervalType|string default-auto ///

///Specifies the position of the labels to render either inside or outside of plot area ///
labelPlacement-ej.datavisualization.RangeNavigator.LabelPlacement|string default-outside ///

///Specifies to hide the labels when it intersects with each other. ///
labelIntersectAction-ej.datavisualization.RangeNavigator.LabelIntersectAction|string default-none ///

///Specifies the position of the labels in higher level ///
position-ej.datavisualization.RangeNavigator.Position|string default-top ///

///Options for customizing the style of higher level labels. ///
style-any default- ///

///Options for customizing the font properties. ///
font-any default- ///

///Specifies the label font color. Labels render with the specified font color. ///
color-string default-black ///

///Specifies the label font family. Labels render with the specified font family. ///
fontFamily-string default-Segoe UI ///

///Specifies the label font style. Labels render with the specified font style. ///
fontStyle-string default-Normal ///

///Specifies the label font weight. Labels render with the specified font weight. ///
fontWeight-string default-regular ///

///Specifies the label opacity. Labels render with the specified opacity. ///
opacity-number default-1 ///

///Specifies the label font size. Labels render with the specified font size. ///
size-string default-12px ///

///Specifies the horizontal text alignment of the text in label. ///
horizontalAlignment-string default-middle ///

///Toggles the visibility of higher level labels. ///
visible-boolean default-true ///

///Options for customizing the labels in lower level. ///
lowerLevel-any default- ///

///Options for customizing the border of grid lines in lower level. ///
border-any default- ///

///Specifies the border color of grid lines. ///
color-string default-transparent ///

///Specifies the border width of grid lines. ///
width-string default-0.5 ///

///Specifies the fill color of labels in lower level. ///
fill-string default-transparent ///

///Options for customizing the grid lines in lower level. ///
gridLineStyle-any default- ///

///Specifies the color of grid lines in lower level. ///
color-string default-#B5B5B5 ///

///Specifies the dashArray of gridLines in lowerLevel. ///
dashArray-string default-20 5 0 ///

///Specifies the width of grid lines in lower level. ///
width-string default-#B5B5B5 ///

///Specifies the intervalType of the labels in lower level.See IntervalType ///
intervalType-ej.datavisualization.RangeNavigator.IntervalType|string default-auto ///

///Specifies the position of the labels to render either inside or outside of plot area. See LabelPlacement ///
labelPlacement-ej.datavisualization.RangeNavigator.LabelPlacement|string default-outside ///

///Specifies to hide the labels when it intersects with each other. ///
labelIntersectAction-ej.datavisualization.RangeNavigator.LabelIntersectAction|string default-none ///

///Specifies the position of the labels in lower level.See Position ///
position-ej.datavisualization.RangeNavigator.Position|string default-bottom ///

///Options for customizing the style of labels. ///
style-any default- ///

///Options for customizing the font of labels. ///
font-any default- ///

///Specifies the color of labels. Label text render in this specified color. ///
color-string default-black ///

///Specifies the font family of labels. Label text render in this specified font family. ///
fontFamily-string default-Segoe UI ///

///Specifies the font style of labels. Label text render in this specified font style. ///
fontStyle-string default-Normal ///

///Specifies the font weight of labels. Label text render in this specified font weight. ///
fontWeight-string default-regular ///

///Specifies the opacity of labels. Label text render in this specified opacity. ///
opacity-string default-12px ///

///Specifies the size of labels. Label text render in this specified size. ///
size-string default-12px ///

///Specifies the horizontal text alignment of the text in label. ///
horizontalAlignment-string default-middle ///

///Toggles the visibility of labels in lower level. ///
visible-boolean default-true ///

///Options for customizing the style of labels in range navigator. ///
style-any default- ///

///Options for customizing the font of labels in range navigator. ///
font-any default- ///

///Specifies the label color. This color is applied to the labels in range navigator. ///
color-string default-#333333 ///

///Specifies the label font family. Labels render with the specified font family. ///
family-string default-Segoe UI ///

///Specifies the label font opacity. Labels render with the specified font opacity. ///
opacity-number default-1 ///

///Specifies the label font size. Labels render with the specified font size. ///
size-string default-1px ///

///Specifies the label font style. Labels render with the specified font style.. ///
style-ej.datavisualization.RangeNavigator.FontStyle|string default-Normal ///

///Specifies the label font weight ///
weight-ej.datavisualization.RangeNavigator.FontWeight|string default-regular ///

///Specifies the horizontalAlignment of the label in RangeNavigator ///
horizontalAlignment-ej.datavisualization.RangeNavigator.HorizontalAlignment|string default-middle ///

///This property is to specify the localization of range navigator. ///
locale-string default-en-US ///

///Options for customizing the range navigator. ///
navigatorStyleSettings-NavigatorStyleSettings default- ///

///Specifies the background color of range navigator. ///
background-string default-#dddddd ///

///Options for customizing the border color and width of range navigator. ///
border-any default- ///

///Specifies the border color of range navigator. ///
color-string default-transparent ///

///Specifies the dash array of range navigator. ///
dashArray-string default-null ///

///Specifies the border width of range navigator. ///
width-number default-0.5 ///

///Specifies the left side thumb template in range navigator we can give either div id or HTML string ///
leftThumbTemplate-string default-null ///

///Options for customizing the major grid lines. ///
majorGridLineStyle-any default- ///

///Specifies the color of major grid lines in range navigator. ///
color-string default-#B5B5B5 ///

///Toggles the visibility of major grid lines. ///
visible-boolean default-true ///

///Options for customizing the minor grid lines. ///
minorGridLineStyle-any default- ///

///Specifies the color of minor grid lines in range navigator. ///
color-string default-#B5B5B5 ///

///Toggles the visibility of minor grid lines. ///
visible-boolean default-true ///

///Specifies the opacity of RangeNavigator. ///
opacity-number default-1 ///

///Specifies the right side thumb template in range navigator we can give either div id or HTML string ///
rightThumbTemplate-string default-null ///

///Specifies the color of the selected region in range navigator. ///
selectedRegionColor-string default-#EFEFEF ///

///Specifies the opacity of Selected Region. ///
selectedRegionOpacity-number default-0 ///

///Specifies the color of the thumb in range navigator. ///
thumbColor-string default-#2382C3 ///

///Specifies the radius of the thumb in range navigator. ///
thumbRadius-number default-10 ///

///Specifies the stroke color of the thumb in range navigator. ///
thumbStroke-string default-#303030 ///

///Specifies the color of the unselected region in range navigator. ///
unselectedRegionColor-string default-#5EABDE ///

///Specifies the opacity of Unselected Region. ///
unselectedRegionOpacity-number default-0.3 ///

///Contains the options for highlighting the range navigator on mouse over. ///
highlightSettings-any default- ///

///Enable the highlight settings in range navigator. ///
enable-boolean default-false ///

///To set the color to the highlight. ///
color-string default-null ///

///To set the opacity to the highlight. ///
opacity-number default-0.5 ///

///Contains the border properties for highlighting rectangle. ///
border-any default- ///

///To set the border color to the highlight. ///
color-string default-null ///

///To set the border width to the highlight. ///
width-number default-1 ///

///Contains the options for selection the range navigator on mouse over. ///
selectionSettings-any default- ///

///Enable the selection settings in range navigator. ///
enable-boolean default-false ///

///To set the color to the selection. ///
color-string default-null ///

///To set the opacity to the selection. ///
opacity-number default-0.5 ///

///Contains the border properties for selecting the rectangle. ///
border-any default- ///

///To set the border color to the selection. ///
color-string default-null ///

///To set the border width to the selection. ///
width-number default-1 ///

///Padding specifies the gap between the container and the range navigator. ///
padding-string default-0 ///

///If the range is not given explicitly, range will be calculated automatically. ///
rangePadding-ej.datavisualization.RangeNavigator.RangePadding|string default-none ///

///Options for customizing the starting and ending ranges. ///
rangeSettings-RangeSettings default- ///

///Specifies the ending range of range navigator. ///
end-string default-null ///

///Specifies the starting range of range navigator. ///
start-string default-null ///

///selectedData is for getting the data when the "rangeChanged" event trigger from client side. ///
selectedData-any default- ///

///Options for customizing the start and end range values. ///
selectedRangeSettings-SelectedRangeSettings default- ///

///Specifies the ending range of range navigator. ///
end-string default-null ///

///Specifies the starting range of range navigator. ///
start-string default-null ///

///Options for rendering scrollbar based on the start and end range values. ///
scrollRangeSettings-ScrollRangeSettings default- ///

///Specifies the ending range of range navigator scrollbar and that should be greater than the rangenavigator datasource end value. ///
end-string default-null ///

///Specifies the starting range of range navigator scrollbar and that should be less than the rangenavigator datasource start value. ///
start-string default-null ///

///Contains property to customize the hight and width of range navigator. ///
sizeSettings-SizeSettings default- ///

///Specifies height of the range navigator. ///
height-string default-null ///

///Specifies width of the range navigator. ///
width-string default-null ///

///By specifying this property the user can change the theme of the range navigator. ///
theme-string default-null ///

///Options for customizing the tooltip in range navigator. ///
tooltipSettings-TooltipSettings default- ///

///Specifies the background color of tooltip. ///
backgroundColor-string default-#303030 ///

///Options for customizing the font in tooltip. ///
font-any default- ///

///Specifies the color of text in tooltip. Tooltip text render in the specified color. ///
color-string default-#FFFFFF ///

///Specifies the font family of text in tooltip. Tooltip text render in the specified font family. ///
family-string default-Segoe UI ///

///Specifies the font style of text in tooltip. Tooltip text render in the specified font style. ///
fontStyle-string default-ej.datavisualization.RangeNavigator.fontStyle.Normal ///

///Specifies the opacity of text in tooltip. Tooltip text render in the specified opacity. ///
opacity-number default-1 ///

///Specifies the size of text in tooltip. Tooltip text render in the specified size. ///
size-string default-10px ///

///Specifies the weight of text in tooltip. Tooltip text render in the specified weight. ///
weight-string default-ej.datavisualization.RangeNavigator.weight.Regular ///

///Specifies the format of text to be displayed in tooltip. ///
labelFormat-string default-MM/dd/yyyy ///

///Specifies the mode of displaying the tooltip. Neither to display the tooltip always nor on demand. ///
tooltipDisplayMode-string default-null ///

///Toggles the visibility of tooltip. ///
visible-boolean default-true ///

///Options for configuring minor grid lines, major grid lines, axis line of axis. ///
valueAxisSettings-ValueAxisSettings default- ///

///Options for customizing the axis line. ///
axisLine-any default- ///

///Toggles the visibility of axis line. ///
visible-string default-none ///

///Options for customizing the font of the axis. ///
font-any default- ///

///Text in axis render with the specified size. ///
size-string default-0px ///

///Options for customizing the major grid lines. ///
majorGridLines-any default- ///

///Toggles the visibility of major grid lines. ///
visible-boolean default-false ///

///Options for customizing the major tick lines in axis. ///
majorTickLines-any default- ///

///Specifies the size of the majorTickLines in range navigator ///
size-number default-0 ///

///Toggles the visibility of major tick lines. ///
visible-boolean default-true ///

///Specifies width of the major tick lines. ///
width-number default-0 ///

///You can customize the range of the axis by setting minimum , maximum and interval. ///
range-any default- ///

///Default Value ///
min-number default-null ///

///Default Value ///
max-number default-null ///

///Default Value ///
interval-number default-null ///

///If the range is not given explicitly, range will be calculated automatically. You can customize the automatic range calculation using rangePadding. ///
rangePadding-string default-none ///

///Toggles the visibility of axis in range navigator. ///
visible-boolean default-false ///

///You can plot data of type date time or numeric. This property determines the type of data that this axis will handle. ///
valueType-ej.datavisualization.RangeNavigator.ValueType|string default-datetime ///

///Specifies the xName for dataSource. This is used to take the x values from dataSource ///
xName-any default- ///

///Specifies the yName for dataSource. This is used to take the y values from dataSource ///
yName-any default- ///

///This property determines the factor by which the axis is scaled. Value must be specified between 0 and 1. ///
zoomSettings.zoomFactor-string default-1 ///

///This property determines the starting position of the zoomed axis. Value must be specified between 0 and 1. ///
zoomSettings.zoomPosition-string default-0 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Rating:function(){ /// /// Constructor of ej.Rating /// } }); ej.Rating=(function(){ var original=ej.Rating var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// Destroy the Rating widget all events bound will be unbind automatically and bring the control to pre-init state. /// }, getValue:function(){ /// /// /// To get the current value of rating control. /// }, hide:function(){ /// /// /// To hide the rating control. /// }, refresh:function(){ /// /// /// User can refresh the rating control to identify changes. /// }, reset:function(){ /// /// /// To reset the rating value. /// }, setValue:function(value){ /// /// /// To set the rating value. /// /// Specifies the rating value. /// }, show:function(){ /// /// /// To show the rating control /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRating=function(){ this.data("ejRating",new ej.Rating()); return this; }; intellisense.annotate(jQuery.fn,{ ejRating :function (options) { /// ///
///The Rating control provides an intuitive Rating experience that enables you to select a number of stars that represent a Rating. You can configure the item size, orientation and the number of displayed items in the Rating control. You can also customize the Rating star image by using custom CSS.

///Enables the rating control with reset button.It can be used to reset the rating control value. ///
allowReset-boolean default-true ///

///Specify the CSS class to achieve custom theme. ///
cssClass-string default- ///

///When this property is set to false, it disables the rating control. ///
enabled-boolean default-true ///

///Save current model value to browser cookies for state maintenance. While refresh the page Rating control values are retained. ///
enablePersistence-boolean default-false ///

///Specifies the height of the Rating control wrapper. ///
height-string default-null ///

///Specifies the list of HTML attributes to be added to rating control. ///
htmlAttributes-any default-{} ///

///Specifies the value to be increased while navigating between shapes(stars) in Rating control. ///
incrementStep-number default-1 ///

///Allow to render the maximum number of Rating shape(star). ///
maxValue-number default-5 ///

///Allow to render the minimum number of Rating shape(star). ///
minValue-number default-0 ///

///Specifies the orientation of Rating control. See Orientation ///
orientation-ej.Orientation|string default-ej.Rating.Orientation.Horizontal ///

///Helps to provide more precise ratings.Rating control supports three precision modes - full, half, and exact. See Precision ///
precision-ej.Rating.Precision|string default-full ///

///Interaction with Rating control can be prevented by enabling this API. ///
readOnly-boolean default-false ///

///To specify the height of each shape in Rating control. ///
shapeHeight-number default-23 ///

///To specify the width of each shape in Rating control. ///
shapeWidth-number default-23 ///

///Enables the tooltip option.Currently selected value will be displayed in tooltip. ///
showTooltip-boolean default-true ///

///To specify the number of stars to be selected while rendering. ///
value-number default-1 ///

///Specifies the width of the Rating control wrapper. ///
width-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ RecurrenceEditor:function(){ /// /// Constructor of ej.RecurrenceEditor /// } }); ej.RecurrenceEditor=(function(){ var original=ej.RecurrenceEditor var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { getRecurrenceRule:function(){ /// /// /// Generates the recurrence rule with the options selected within the Recurrence Editor. /// }, recurrenceDateGenerator:function(recurrenceString, startDate){ /// /// /// Generates the collection of date, that lies within the selected recurrence start and end date for which the recurrence pattern applies. /// /// It refers the recurrence rule. /// /// /// /// Generates the collection of date, that lies within the selected recurrence start and end date for which the recurrence pattern applies. /// /// It refers the start date of the recurrence. /// }, recurrenceRuleSplit:function(recurrenceRule, exDate){ /// /// /// It splits and returns the recurrence rule string into object collection. /// /// It refers the recurrence rule string. /// /// /// /// It splits and returns the recurrence rule string into object collection. /// /// It refers the appointment dates (ExDate) to be excluded /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRecurrenceEditor=function(){ this.data("ejRecurrenceEditor",new ej.RecurrenceEditor()); return this; }; intellisense.annotate(jQuery.fn,{ ejRecurrenceEditor :function (options) { /// ///
///The Recurrence Editor includes the entire recurrence related information in a separate portable manner which can be either utilized as a separate widget or else can be embed within the appointment window of Scheduler to enable recurrence options within it. The recurrence rule can be easily generated based on the frequency selected. The customizations like changing the labels of the Recurrence Editor is also possible to achieve through its properties. The frequencies available are Never, Daily, Weekly, Monthly, Yearly and Every weekday.

///Defines the collection of recurrence frequencies within Recurrence Editor such as Never, Daily, Weekly, Monthly, Yearly and Every Weekday. ///
frequencies-Array<any> default-[never, daily, weekly, monthly, yearly, everyweekday] ///

///Sets the starting day of the week. ///
firstDayOfWeek-string default-null ///

///When set to true, enables the spin button of numeric textboxes within the Recurrence Editor. ///
enableSpinners-boolean default-true ///

///Sets the start date of the recurrence. The Recurrence Editor initially displays the current date as its start date. ///
startDate-any default-new Date() ///

///Sets the specific culture to the Recurrence Editor. ///
locale-string default-en-US ///

///Sets the date format for the datepickers available within the Recurrence Editor. ///
dateFormat-string default- ///

///When set to true, renders the Recurrence Editor options from Right-to-Left direction. ///
enableRTL-boolean default-false ///

///Sets the active/current repeat type(frequency) on Recurrence Editor based on the index value provided. For example, setting the value 1 will initially set the repeat type as Daily and display its related options. ///
selectedRecurrenceType-number default-0 ///

///Sets the minimum date limit to display on the datepickers defined within the Recurrence Editor. Setting minDate with specific date value disallows the datepickers within Recurrence Editor to navigate beyond that date. ///
minDate-any default-new Date(1900, 01, 01) ///

///Sets the maximum date limit to display on the datepickers used within the Recurrence Editor. Setting maxDate with specific date value disallows the datepickers within the Recurrence Editor to navigate beyond that date. ///
maxDate-any default-new Date(2099, 12, 31) ///

///Accepts the custom CSS class name, that defines user-defined styles and themes to be applied on partial or complete elements of the Recurrence Editor. ///
cssClass-string default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ReportDesigner:function(){ /// /// Constructor of ej.ReportDesigner /// } }); ej.ReportDesigner=(function(){ var original=ej.ReportDesigner var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addDataSet:function(dataset){ /// /// /// Add a dataset to the report at runtime. /// /// a JSON to define a connection properties for dataset. /// }, addDataSource:function(datasource){ /// /// /// Add a datasource to the report at runtime. /// /// a JSON to define a connection properties for datasource. /// }, addItem:function(item){ /// /// /// Add a report item to the report at runtime. /// /// JSON for the new report item to be added /// }, bringForward:function(){ /// /// /// Visually move the selected report item over its closest intersected report items. /// }, bringToFront:function(){ /// /// /// Visually move the selected report item over all other intersected report items. /// }, canCopy:function(){ /// /// /// Determines whether a copy operation is possible. /// }, canCut:function(){ /// /// /// Determines whether a cut operation is possible. /// }, canPaste:function(){ /// /// /// Determines whether a paste operation is possible. /// }, canRedo:function(){ /// /// /// Returns the boolean value indicating whether the user can redo the previous action in the report. /// }, canRemove:function(){ /// /// /// Determines whether a delete operation is possible. /// }, canUndo:function(){ /// /// /// Returns a boolean value indicating whether the user can undo the previous action in the report. /// }, cloneDataSet:function(name){ /// /// /// Clone the existing dataset in the report at runtime. /// /// Name of the existing dataset. /// }, cloneDataSource:function(name){ /// /// /// Clone the existing datasource in the report at runtime. /// /// Name of the existing datasource. /// }, copy:function(){ /// /// /// Copies the selected report item from design panel to the Report Designer internal clipboard. /// }, cut:function(){ /// /// /// Cuts the selected report item from design panel to the Report Designer internal clipboard. /// }, hasReportChanges:function(){ /// /// /// Returns the boolean value that specifies whether the report has changes or not. /// }, isNewReport:function(){ /// /// /// Returns the boolean value that specifies whether the currently processing report is a new report or not. /// }, isNewServerReport:function(){ /// /// /// Returns the boolean value that specifies whether the currently processing report is a new server report or not. /// }, isServerReport:function(){ /// /// /// Returns the boolean value that specifies whether the currently processing report is obtained from the server or local. /// }, newReport:function(){ /// /// /// To create a new report. /// }, newServerReport:function(){ /// /// /// To create a new report in the server. /// }, openReport:function(){ /// /// /// This method opens the report from the server. /// }, openReportDefinition:function(){ /// /// /// This method opens the report using raw report data. /// }, openReportFromDevice:function(){ /// /// /// Opens the client browse dialog to browse the report. /// }, openServerReportDialog:function(){ /// /// /// Opens the report designer browse dialog to browse the available reports in the reportserver. /// }, paste:function(){ /// /// /// Pastes the selected report item from the Report Designer internal clipboard to design panel. /// }, redo:function(){ /// /// /// Reverses the action of the last Undo command. /// }, remove:function(){ /// /// /// Deletes the selected report item from the report. /// }, removeDataSet:function(dataset){ /// /// /// Remove a dataset from the report at runtime. /// /// Name of the dataset. /// }, removeDatasource:function(datasource){ /// /// /// Remove a datasource from the report at runtime. /// /// Name of the datasource. /// }, removeItem:function(itemName){ /// /// /// Remove the given report item from the report. /// /// Name of the report item to be removed from report /// }, saveReport:function(){ /// /// /// This method saves the report into the server. /// }, saveReportDefinition:function(){ /// /// /// This method returns the report in JSON or XML format. /// }, saveServerReportDialog:function(){ /// /// /// Opens the report designer browse dialog to save the report into server. /// }, saveToDevice:function(){ /// /// /// To download the designed report. /// }, selectItems:function(itemNames){ /// /// /// Update the selection to report items at runtime. /// /// Name of the report items as string array. /// }, sendBackward:function(){ /// /// /// Visually move the selected report item behind its closest intersected report item. /// }, sendToBack:function(){ /// /// /// Visually move the selected report item behind all other intersected report items. /// }, showDesign:function(){ /// /// /// Performs switch action from viewer to designer at runtime. /// }, showNewReportDialog:function(){ /// /// /// To open the new report dialog. /// }, showOpenSaveReportDialog:function(){ /// /// /// To open the server browse dialog. /// }, showPreview:function(){ /// /// /// Performs switch action from designer to viewer at runtime. /// }, undo:function(){ /// /// /// Reverses the last action that was performed. /// }, updateDataset:function(datasetName, dataset){ /// /// /// Update the dataset in the report at runtime. /// /// Name of the existing dataset. /// /// /// /// Update the dataset in the report at runtime. /// /// a JSON to define a connection properties for dataset. /// }, updateDatasource:function(datasourceName, datasource){ /// /// /// Update the datasource in the report at runtime. /// /// Name of the existing datasource. /// /// /// /// Update the datasource in the report at runtime. /// /// a JSON to define a connection properties for datasource. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejReportDesigner=function(){ this.data("ejReportDesigner",new ej.ReportDesigner()); return this; }; intellisense.annotate(jQuery.fn,{ ejReportDesigner :function (options) { /// ///
///Report Designer allows to design the report that can be published in the server or downloaded in the local physical path.

///Shows or hides the items of configuration pane in ReportDesigner control. ///
configurePaneSettings-ConfigurePaneSettings default- ///

///Shows or hides the grouped items in the configuration pane with the help of enum ej.ReportDesigner.ConfigureItems ///
items-ej.ReportDesigner.ConfigureItems|string default-ej.ReportDesigner.ConfigureItems.All ///

///Shows or hides the configuration pane in ReportDesigner control. ///
showConfigurePane-boolean default-true ///

///Specifies the locale for report designer. ///
locale-string default-en-US ///

///Shows or hides the create, edit, and delete options in data source and dataset panels. ///
permissionSettings-PermissionSettings default-ej.ReportDesigner.Permission.All ///

///Shows or hides the create, edit and delete options in data source pane with the help of ej.ReportDesigner.Permission enum. ///
dataSource-ej.ReportDesigner.Permission|string default-ej.ReportDesigner.Permission.All ///

///Gets or sets the list of custom data extension items. ///
reportDataExtensions-Array<ReportDataExtensions> default-[] ///

///Gets or sets the name of the datasource type. ///
name-string default-empty ///

///Gets or sets the class name of the data extension. ///
className-string default-empty ///

///Gets or sets the image class name to load image in data pane tile. ///
imageClass-string default-empty ///

///Gets or sets the name for data extension item to display in the data pane tile. ///
displayName-string default-empty ///

///Gets or sets the list of custom report items. ///
reportItemExtensions-Array<ReportItemExtensions> default-[] ///

///Gets or sets the name for the report item. ///
name-string default-empty ///

///Gets or sets the class name of the report item. ///
className-string default-empty ///

///Gets or sets the image class name to load image in widgets pane tile. ///
imageClass-string default-empty ///

///Gets or sets the name for custom report item to display in the widgets pane tile. ///
displayName-string default-empty ///

///Gets or sets the category name for the report item. ///
category-string default-empty ///

///Gets information to provide content for custom report item tooltip. ///
toolTip-any default-null ///

///Gets or sets the report path of server. ///
reportPath-string default-null ///

///Gets or sets the report type. ///
reportType-string default-ej.ReportDesigner.ReportType.RDL ///

///Gets or sets the reports server URL. ///
reportServerUrl-string default-null ///

///Gets or sets the serviceAuthorizationToken to access the Report Server API services. ///
serviceAuthorizationToken-string default-empty ///

///Gets or sets the URL of the WebAPI service; it will be used for processing the report. ///
serviceUrl-string default-null ///

///Gets or sets the tenant name of the user groups; it will be used when integrating report designer with server. ///
tenantName-string default-null ///

///Defines the settings of the ReportDesigner toolbar. ///
toolbarSettings-ToolbarSettings default- ///

///Shows or hides the grouped items in the toolbar with the help of enum ej.ReportDesigner.ToolbarItems. ///
items-ej.ReportDesigner.ToolbarItems|string default-ej.ReportDesigner.ToolbarItems.All ///

///Shows or hides the toolbar. ///
showToolbar-boolean default-true ///

///Specifies the toolbar template ID. ///
templateId-string default-empty ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ReportViewer:function(){ /// /// Constructor of ej.ReportViewer /// } }); ej.ReportViewer=(function(){ var original=ej.ReportViewer var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { exportReport:function(){ /// /// /// Export the report to the specified format. /// }, fitToPage:function(){ /// /// /// Fit the report page to the container. /// }, fitToPageHeight:function(){ /// /// /// Fit the report page height to the container. /// }, fitToPageWidth:function(){ /// /// /// Fit the report page width to the container. /// }, getDataSetNames:function(){ /// /// /// Get the available datasets name of the rdlc report. /// }, getParameters:function(){ /// /// /// Get the available parameters of the report. /// }, gotoFirstPage:function(){ /// /// /// Navigate to first page of report. /// }, gotoLastPage:function(){ /// /// /// Navigate to last page of the report. /// }, gotoNextPage:function(){ /// /// /// Navigate to next page from the current page. /// }, gotoPageIndex:function(){ /// /// /// Go to specific page index of the report. /// }, gotoPreviousPage:function(){ /// /// /// Navigate to previous page from the current page. /// }, print:function(){ /// /// /// Print the report. /// }, printLayout:function(){ /// /// /// Apply print layout to the report. /// }, refresh:function(){ /// /// /// Refresh the report. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejReportViewer=function(){ this.data("ejReportViewer",new ej.ReportViewer()); return this; }; intellisense.annotate(jQuery.fn,{ ejReportViewer :function (options) { /// ///
///The ReportViewer is a visualization control to view Microsoft SSRS RDL/RDLC files on a web page and it is powered by HTML5/JavaScript. It has support to bind DataSources/Parameters to the Reports and also supports exporting, paging, zooming and printing the report.

///Gets or sets the list of data sources for the RDLC report. ///
dataSources-Array<DataSources> default-[] ///

///Gets or sets the name of the data source. ///
name-string default-empty ///

///Gets or sets the values of data source. ///
value-Array<any> default-[] ///

///Enables or disables the page cache of report. ///
enablePageCache-boolean default-false ///

///Specifies the export settings. ///
exportSettings-ExportSettings default- ///

///Specifies the export formats. ///
exportOptions-ej.ReportViewer.ExportOptions|string default-ej.ReportViewer.ExportOptions.All ///

///Specifies the excel export format. ///
excelFormat-ej.ReportViewer.ExcelFormats|string default-ej.ReportViewer.ExcelFormats.Excel97to2003 ///

///Specifies the word export format. ///
wordFormat-ej.ReportViewer.WordFormats|string default-ej.ReportViewer.WordFormats.Doc ///

///Specifies the ppt export format. ///
pptFormat-ej.ReportViewer.PPTFormats|string default-ej.ReportViewer.PPTFormats.PowerPoint97to2003 ///

///Add the custom icon item to the export options. ///
customItems-Array<any> default-empty ///

///When set to true, adapts the report layout to fit the screen size of devices on which it renders. ///
isResponsive-boolean default-true ///

///Specifies the locale for report viewer. ///
locale-string default-en-US ///

///Specifies the page settings. ///
pageSettings-PageSettings default- ///

///Specifies the print layout orientation. ///
orientation-ej.ReportViewer.Orientation|string default-null ///

///Specifies the paper size of print layout. ///
paperSize-ej.ReportViewer.PaperSize|string default-null ///

///Gets or sets the list of parameters associated with the report. ///
parameters-Array<Parameters> default-[] ///

///Gets or sets the parameter labels. ///
labels-Array<any> default-null ///

///Gets or sets the name of the parameter. ///
name-string default-empty ///

///Gets or sets whether the parameter allows nullable value or not. ///
nullable-boolean default-false ///

///Gets or sets the prompt message associated with the specified parameter. ///
prompt-string default-empty ///

///Gets or sets the parameter values. ///
values-Array<any> default-[] ///

///Specifies the parameter settings. ///
parameterSettings-ParameterSettings default- ///

///Sets the separator when the multiSelectMode with delimiter option or checkbox is enabled with the dropdown. When you enter the delimiter value, the texts after the delimiter are considered as a separate word or query. The delimiter string is a single character and must be a symbol. Mostly, the delimiter symbol is used as comma (,) or semi-colon (;) or any other special character. ///
delimiterChar-string default-, ///

///Specifies the height of the combobox parameter popup list. By default, the popup height value is "152px". ///
popupHeight-string default-152px ///

///Specifies the width of the combobox parameter popup list. By default, the popup width sets based on the width of the component. ///
popupWidth-string default-auto ///

///Specifies the width of the parameter item. By default, the item width value is set as "185px". ///
itemWidth-string default-185px ///

///Specifies the width of the parameter label. By default, the parameter label width value is set as "110px". ///
labelWidth-string default-110px ///

///Enables and disables the print mode. ///
printMode-boolean default-false ///

///Specifies the print option of the report. ///
printOption-ej.ReportViewer.PrintOptions|string default-ej.ReportViewer.PrintOptions.Default ///

///Specifies the processing mode of the report. ///
processingMode-ej.ReportViewer.ProcessingMode|string default-ej.ReportViewer.ProcessingMode.Remote ///

///Specifies the render layout. ///
renderMode-ej.ReportViewer.RenderMode|string default-ej.ReportViewer.RenderMode.Default ///

///Gets or sets the path of the report file. ///
reportPath-string default-empty ///

///Gets or sets the reports server URL. ///
reportServerUrl-string default-empty ///

///Specifies the report Web API service URL. ///
reportServiceUrl-string default-empty ///

///Specifies the toolbar settings. ///
toolbarSettings-ToolbarSettings default- ///

///Fires when user click on toolbar item in the toolbar. ///
click-string default-empty ///

///Specifies the toolbar items. ///
items-ej.ReportViewer.ToolbarItems|string default-ej.ReportViewer.ToolbarItems.All ///

///Shows or hides the toolbar. ///
showToolbar-boolean default-true ///

///Shows or hides the tooltip of toolbar items. ///
showTooltip-boolean default-true ///

///Specifies the toolbar template ID. ///
templateId-string default-empty ///

///Add the custom icon item to the toolbar. ///
customItems-Array<any> default-empty ///

///Add the custom icon groups to the toolbar. ///
customGroups-Array<any> default-empty ///

///Gets or sets the zoom factor for report viewer. ///
zoomFactor-number default-1 ///

///Specifies the token for authorizing reporting service url to process the reports. ///
serviceAuthorizationToken-string default-empty ///

///Enables and disables the parameter block scroller. ///
enableParameterBlockScroller-boolean default-true ///

///Enables and disables the data source credential block scroller. ///
enableDatasourceBlockScroller-boolean default-true ///

///Render the ReportViewer height based on the report content size. ///
sizeToReportContent-boolean default-false ///

///Enables and disables the rendering of Viewer when default values are specified for the parameters. ///
autoRender-boolean default-true ///

///Enables and disables the Error Notification bar. ///
enableNotificationBar-boolean default-true ///

///Enables and disables the drop-down parameter search. ///
enableDropDownSearch-boolean default-false ///

///Enables and disables the PageVirtualization. ///
enablePageVirtualization-boolean default-false ///

///Gets or sets the showExceptionsInDialog for report viewer. ///
showExceptionsInDialog-boolean default-false ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Resizable:function(){ /// /// Constructor of ej.Resizable /// } }); ej.Resizable=(function(){ var original=ej.Resizable var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy in the Resizable. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejResizable=function(){ this.data("ejResizable",new ej.Resizable()); return this; }; intellisense.annotate(jQuery.fn,{ ejResizable :function (options) { /// ///
///Plugin to make any DOM element Resizable.

///Sets the offset of the resizing helper relative to the mouse cursor. ///
cursorAt-any default-{ top: -1, left: -2 } ///

///Distance in pixels after mousedown the mouse must move before resizing should start. This option can be used to prevent unwanted drags when clicking on an element. ///
distance-number default-1 ///

///If specified, restricts resize start click to the specified element(s). ///
handle-string default-null ///

///Sets the max height till which an element has to be resized. ///
maxHeight-number default-null ///

///Sets the max width till which an element has to be resized. ///
maxWidth-number default-null ///

///Sets the min Height below which an element cannot be resized. ///
minHeight-number default-10 ///

///Sets the min Width below which an element cannot be resized. ///
minWidth-number default-10 ///

///Used to group sets of resizable items. ///
scope-string default-'default' ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Ribbon:function(){ /// /// Constructor of ej.Ribbon /// } }); ej.Ribbon=(function(){ var original=ej.Ribbon var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addContextualTabs:function(contextualTabSet, index){ /// /// /// Adds contextual tab or contextual tab set dynamically in the ribbon control with contextual tabs object and index position. When index is null, ribbon contextual tab or contextual tab set is added at the last index. /// /// contextual tab or contextual tab set object. /// /// /// /// Adds contextual tab or contextual tab set dynamically in the ribbon control with contextual tabs object and index position. When index is null, ribbon contextual tab or contextual tab set is added at the last index. /// /// index of the contextual tab or contextual tab set, this is optional. /// }, addBackStageItem:function(item, index){ /// /// /// Add new option to Backstage page. /// /// select the object to add the backstage item /// /// /// /// Add new option to Backstage page. /// /// index to the backstage item this is optional. /// }, addTab:function(tabText, ribbonGroups, index){ /// /// /// Adds tab dynamically in the ribbon control with given name, tab group array and index position. When index is null, ribbon tab is added at the last index. /// /// ribbon tab display text. /// /// /// /// Adds tab dynamically in the ribbon control with given name, tab group array and index position. When index is null, ribbon tab is added at the last index. /// /// groups to be displayed in ribbon tab . /// /// /// /// Adds tab dynamically in the ribbon control with given name, tab group array and index position. When index is null, ribbon tab is added at the last index. /// /// index of the ribbon tab,this is optional. /// }, addTabGroup:function(tabIndex, tabGroup, groupIndex){ /// /// /// Adds tab group dynamically in the ribbon control with given tab index, tab group object and group index position. When group index is null, ribbon group is added at the last index. /// /// ribbon tab index. /// /// /// /// Adds tab group dynamically in the ribbon control with given tab index, tab group object and group index position. When group index is null, ribbon group is added at the last index. /// /// group to be displayed in ribbon tab . /// /// /// /// Adds tab group dynamically in the ribbon control with given tab index, tab group object and group index position. When group index is null, ribbon group is added at the last index. /// /// index of the ribbon group,this is optional. /// }, addTabGroupContent:function(tabIndex, groupIndex, content, contentIndex, subGroupIndex){ /// /// /// Adds group content dynamically in the ribbon control with given tab index, group index, content, content index and sub group index position. When content index is null, content is added at the last index. /// /// ribbon tab index. /// /// /// /// Adds group content dynamically in the ribbon control with given tab index, group index, content, content index and sub group index position. When content index is null, content is added at the last index. /// /// ribbon group index. /// /// /// /// Adds group content dynamically in the ribbon control with given tab index, group index, content, content index and sub group index position. When content index is null, content is added at the last index. /// /// content to be displayed in the ribbon group. /// /// /// /// Adds group content dynamically in the ribbon control with given tab index, group index, content, content index and sub group index position. When content index is null, content is added at the last index. /// /// ribbon content index. This is optional. If the value is not given, then by default contentIndex will be considered as 0. /// /// /// /// Adds group content dynamically in the ribbon control with given tab index, group index, content, content index and sub group index position. When content index is null, content is added at the last index. /// /// sub group index in the ribbon group. This is optional. If the value is not given, then by default contentIndex will be considered as 0. /// }, hideBackstage:function(){ /// /// /// Hides the ribbon backstage page. /// }, collapse:function(){ /// /// /// Collapses the ribbon tab content. /// }, destroy:function(){ /// /// /// Destroys the ribbon widget. All the events bound using this._on are unbound automatically and the ribbon control is moved to pre-init state. /// }, expand:function(){ /// /// /// Expands the ribbon tab content. /// }, getTabText:function(index){ /// /// /// Gets text of the given index tab in the ribbon control. /// /// index of the tab item. /// }, hideTab:function(text){ /// /// /// Hides the given text tab in the ribbon control. /// /// text of the tab item. /// }, isEnable:function(text){ /// /// /// Checks whether the given text tab in the ribbon control is enabled or not. /// /// text of the tab item. /// }, isVisible:function(text){ /// /// /// Checks whether the given text tab in the ribbon control is visible or not. /// /// text of the tab item. /// }, removeTab:function(index){ /// /// /// Removes the given index tab item from the ribbon control. /// /// index of tab item. /// }, setTabText:function(tabText, newText){ /// /// /// Sets new text to the given text tab in the ribbon control. /// /// current text of the tab item. /// /// /// /// Sets new text to the given text tab in the ribbon control. /// /// new text of the tab item. /// }, showBackstage:function(){ /// /// /// Displays the ribbon backstage page. /// }, showTab:function(text){ /// /// /// Displays the given text tab in the ribbon control. /// /// text of the tab item. /// }, updateGroup:function(tabIndex, groupId, contentGroup){ /// /// /// To customize Group alone in the inside content. /// /// ribbon tab index. /// /// /// /// To customize Group alone in the inside content. /// /// group id to be displayed in ribbon tab . /// /// /// /// To customize Group alone in the inside content. /// /// contentGroup is used in the object /// }, updateBackStageItem:function(index, item){ /// /// /// Update option in existing Backstage. /// /// index to the backstage item /// /// /// /// Update option in existing Backstage. /// /// select the object to add the backstage item /// }, removeTabGroupContent:function(tabIndex, groupText, contentIndex, subGroupIndex){ /// /// /// To customize whole content from Tab Group. /// /// ribbon tab index. /// /// /// /// To customize whole content from Tab Group. /// /// ribbon group text. /// /// /// /// To customize whole content from Tab Group. /// /// ribbon content index. This is optional. If the value is not given, all content groups will be removed. /// /// /// /// To customize whole content from Tab Group. /// /// sub group index in the ribbon group. This is optional. If the value is not given, all content groups will be removed. /// }, removeBackStageItem:function(index){ /// /// /// Remove option from Backstage. /// /// index to the backstage item /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRibbon=function(){ this.data("ejRibbon",new ej.Ribbon()); return this; }; intellisense.annotate(jQuery.fn,{ ejRibbon :function (options) { /// ///
///The ribbon can be easily configured to the DOM element, such as div. You can create a ribbon with a highly customizable look and feel.

///Enables the ribbon resize feature.allowResizing is a deprecated property of isResponsive. ///
allowResizing-boolean default-false ///

///When set to true, adapts the Ribbon layout to fit the screen size of devices on which it renders. ///
isResponsive-boolean default-false ///

///Specifies the height, width, enableRTL, showRoundedCorner,enabled,cssClass property to the controls in the ribbon commonly andit will work only when those properties are not defined in buttonSettings and content defaults. ///
buttonDefaults-any default-Object ///

///Property to enable the ribbon quick access toolbar. ///
showQAT-boolean default-false ///

///Sets the root CSS class for Ribbon which allow us to customize the appearance. ///
cssClass-string default- ///

///Sets custom setting to the collapsible pin in the ribbon. ///
collapsePinSettings-CollapsePinSettings default-Object ///

///Sets tooltip for the collapse pin . ///
toolTip-string default-null ///

///Specifies the custom tooltip for collapse pin.Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties. ///
customToolTip-any default-Object ///

///Set enableOnDemand as true to load ribbon tab and backstage contents while corresponding item clicked. ///
enableOnDemand-boolean default-false ///

///Set collapsible property as true to render ribbon in initially collapsed state. ///
collapsible-boolean default-false ///

///Align content in the ribbon control from right to left by setting the property as true. ///
enableRTL-boolean default-false ///

///Sets custom setting to the expandable pin in the ribbon. ///
expandPinSettings-ExpandPinSettings default-Object ///

///Sets tooltip for the expand pin. ///
toolTip-string default-null ///

///Specifies the custom tooltip for expand pin.Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties. ///
customToolTip-any default-Object ///

///Specifies the application tab to contain application menu or backstage page in the ribbon control. ///
applicationTab-ApplicationTab default-Object ///

///Specifies the ribbon backstage page items. ///
backstageSettings-any default-Object ///

///Specifies the display text of application tab. ///
text-string default-null ///

///Specifies the height of ribbon backstage page. ///
height-string|number default-null ///

///Specifies the width of ribbon backstage page. ///
width-string|number default-null ///

///Specifies the ribbon backstage page with its tab and button elements. ///
pages-Array<any> default-Array ///

///Specifies the id for ribbon backstage page's tab and button elements. ///
id-string default-null ///

///Specifies the text for ribbon backstage page's tab header and button elements. ///
text-string default-null ///

///Specifies the type for ribbon backstage page's contents. Set "ej.Ribbon.BackStageItemType.Tab" to render the tab or "ej.Ribbon.BackStageItemType.Button" to render the button. ///
itemType-ej.Ribbon.ItemType|string default-ej.Ribbon.ItemType.Tab ///

///Specifies the id of HTML elements like div,ul, etc., as ribbon backstage page's tab content. ///
contentID-string default-null ///

///Specifies the separator between backstage page's tab and button elements. ///
enableSeparator-boolean default-false ///

///Specifies the width of backstage page header that contains tabs and buttons. ///
headerWidth-string|number default-null ///

///Specifies the ID of ul list to create application menu in the ribbon control. ///
menuItemID-string default-null ///

///Specifies the menu members, events by using the menu settings for the menu in the application tab. ///
menuSettings-any default-Object ///

///Specifies the application menu or backstage page. Specify the type of application tab as "ej.Ribbon.ApplicationTabType.Menu" to render the application menu or "ej.Ribbon.ApplicationTabType.Backstage" to render backstage page in the ribbon control. ///
type-ej.Ribbon.ApplicationTabType|string default-ej.Ribbon.ApplicationTabType.Menu ///

///Specifies the contextual tabs and tab set to the ribbon control with the background color and border color. Refer to the tabs section for adding tabs into the contextual tab and contextual tab set. ///
contextualTabs-Array<ContextualTabs> default-Array ///

///Specifies the backgroundColor of the contextual tabs and tab set in the ribbon control. ///
backgroundColor-string default-null ///

///Specifies the borderColor of the contextual tabs and tab set in the ribbon control. ///
borderColor-string default-null ///

///Specifies the tabs to present in the contextual tabs and tab set. Refer to the tabs section for adding tabs into the contextual tabs and tab set. ///
tabs-Array<any> default-Array ///

///Specifies the index or indexes to disable the given index tab or indexes tabs in the ribbon control. ///
disabledItemIndex-Array<any> default-0 ///

///Specifies the index or indexes to enable the given index tab or indexes tabs in the ribbon control. ///
enabledItemIndex-Array<any> default-null ///

///Specifies the index of the ribbon tab to select the given index tab item in the ribbon control. ///
selectedItemIndex-number default-1 ///

///Specifies the tabs and its groups. Also specifies the control details that has to be placed in the tab area in the ribbon control. ///
tabs-Array<Tabs> default-Array ///

///Specifies single group or multiple groups and its contents to each tab in the ribbon control. ///
groups-Array<any> default-Array ///

///Specifies the alignment of controls in the groups in 'row' type or 'column' type. Value for row type is "ej.Ribbon.AlignType.Rows" and for column type is "ej.Ribbon.alignType.columns". ///
alignType-ej.Ribbon.AlignType|string default-ej.Ribbon.AlignType.Rows ///

///Specifies the Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls to the groups in the ribbon control. ///
content-Array<any> default-Array ///

///Specifies the height, width, type, isBig property to the controls in the group commonly. ///
defaults-any default-Object ///

///Specifies the controls height such as Syncfusion button,split button,dropdown list,toggle button in the subgroup of the ribbon tab. ///
height-string|number default-null ///

///Specifies the controls width such as Syncfusion button,split button,dropdown list,toggle button in the subgroup of the ribbon tab. ///
width-string|number default-null ///

///Specifies the controls type such as Syncfusion button,split button,dropdown list,toggle button in the subgroup of the ribbon tab. ///
type-string default-ej.Ribbon.Type.Button ///

///Specifies the controls size such as Syncfusion button,split button,dropdown list,toggle button in the subgroup of the ribbon tab. ///
isBig-boolean default-false ///

///Specifies the controls such as Syncfusion button, split button, dropdown list, toggle button, gallery, custom controls in the subgroup of the ribbon tab . ///
groups-Array<any> default-Array ///

///When isMobileOnly is true,its shows in mobile toolbar.isResponsive should be true for using this property. ///
isMobileOnly-boolean default-false ///

///Specifies the Syncfusion button members, events by using this buttonSettings. ///
buttonSettings-any default-Object ///

///It is used to set the count of gallery contents in a row. ///
columns-number default-null ///

///Specifies the custom items such as div, table, controls as custom controls with the type "ej.Ribbon.Type.Custom" in the groups. ///
contentID-string default-null ///

///Specifies the CSS class property to apply styles to the button, split, dropdown controls in the groups. ///
cssClass-string default-null ///

///Specifies the Syncfusion button and menu as gallery extra items. ///
customGalleryItems-Array<any> default-Array ///

///Specifies the Syncfusion button members, events by using buttonSettings. ///
buttonSettings-any default-Object ///

///Specifies the type as ej.Ribbon.CustomItemType.Menu or ej.Ribbon.CustomItemType.Button to render Syncfusion button and menu. ///
customItemType-ej.Ribbon.CustomItemType|string default-ej.Ribbon.CustomItemType.Button ///

///Specifies the custom tooltip for gallery extra item's button. Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties. ///
customToolTip-any default-Object ///

///Specifies the UL list id to render menu as gallery extra item. ///
menuId-string default-null ///

///Specifies the Syncfusion menu members, events by using menuSettings. ///
menuSettings-any default-Object ///

///Specifies the text for gallery extra item's button. ///
text-string default-null ///

///Specifies the tooltip for gallery extra item's button. ///
toolTip-string default-null ///

///Provides custom tooltip for button, split button, dropdown list, toggle button, custom controls in the sub groups. Text and HTML support are also provided for title and content. ///
customToolTip-any default-Object ///

///Sets content to the custom tooltip. Text and HTML support are provided for content. ///
content-string default-null ///

///Sets icon to the custom tooltip content. ///
prefixIcon-string default-null ///

///Sets title to the custom tooltip. Text and HTML support are provided for title and the title is in bold for text format. ///
title-string default-null ///

///Specifies the Syncfusion dropdown list members, events by using this dropdownSettings. ///
dropdownSettings-any default-Object ///

///Specifies the separator to the control that is in row type group. The separator separates the control from the next control in the group. Set "true" to enable the separator. ///
enableSeparator-boolean default-false ///

///Sets the count of gallery contents in a row, when the gallery is in expanded state. ///
expandedColumns-number default-null ///

///Defines each gallery content. ///
galleryItems-Array<any> default-Array ///

///Specifies the Syncfusion button members, events by using buttonSettings. ///
buttonSettings-any default-Object ///

///Specifies the custom tooltip for gallery content. Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties. ///
customToolTip-any default-Object ///

///Sets text for the gallery content. ///
text-string default-null ///

///Sets tooltip for the gallery content. ///
toolTip-string default-null ///

///Specifies the Id for button, split button, dropdown list, toggle button, gallery, custom controls in the sub groups. ///
id-string default-null ///

///Specifies the size for button, split button controls. Set "true" for big size and "false" for small size. ///
isBig-boolean default-null ///

///Sets the height of each gallery content. ///
itemHeight-string|number default-null ///

///Sets the width of each gallery content. ///
itemWidth-string|number default-null ///

///Specifies the Syncfusion split button members, events by using this splitButtonSettings. ///
splitButtonSettings-any default-Object ///

///Specifies the text for button, split button, toggle button controls in the sub groups. ///
text-string default-null ///

///Specifies the Syncfusion toggle button members, events by using toggleButtonSettings. ///
toggleButtonSettings-any default-Object ///

///Specifies the tooltip for button, split button, dropdown list, toggle button, custom controls in the sub groups. ///
toolTip-string default-null ///

///To add,show and hide controls in Quick Access toolbar. ///
quickAccessMode-ej.Ribbon.QuickAccessMode|string default-ej.Ribbon.QuickAccessMode.None ///

///Specifies the type as "ej.Ribbon.Type.Button" or "ej.Ribbon.Type.SplitButton" or "ej.Ribbon.Type.DropDownList" or "ej.Ribbon.Type.ToggleButton" or "ej.Ribbon.Type.Custom" or "ej.Ribbon.Type.Gallery" to render button, split, dropdown, toggle button, gallery, custom controls. ///
type-ej.Ribbon.Type|string default-ej.Ribbon.Type.Button ///

///Specifies the ID of custom items to be placed in the groups. ///
contentID-string default-null ///

///Specifies the HTML contents to place into the groups. ///
customContent-string default-null ///

///Specifies the group expander for groups in the ribbon control. Set "true" to enable the group expander. ///
enableGroupExpander-boolean default-false ///

///Sets custom setting to the groups in the ribbon control. ///
groupExpanderSettings-any default-Object ///

///Sets tooltip for the group expander of the group. ///
toolTip-string default-null ///

///Specifies the custom tooltip for group expander.Refer to ejRibbon#tabs->groups->content->groups->customToolTip for its inner properties. ///
customToolTip-any default-Object ///

///Specifies the text to the groups in the ribbon control. ///
text-string default-null ///

///Specifies the custom items such as div, table, controls by using the "custom" type. ///
type-string default-null ///

///Specifies the ID for each tab's content panel. ///
id-string default-null ///

///Specifies the text of the tab in the ribbon control. ///
text-string default-null ///

///Gets or sets a value that indicates whether to customizing the user interface (UI) as locale-specific in order to display regional data i.e. in a language and culture specific to a particular country or region and it will need to use the user's preference. ///
locale-string default-en-US ///

///Specifies the width to the ribbon control. You can set width in string or number format. ///
width-string|number default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Rotator:function(){ /// /// Constructor of ej.Rotator /// } }); ej.Rotator=(function(){ var original=ej.Rotator var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// Disables the Rotator control. /// }, enable:function(){ /// /// /// Enables the Rotator control. /// }, getIndex:function(){ /// /// /// This method is used to get the current slide index. /// }, gotoIndex:function(index){ /// /// /// This method is used to move a slide to the specified index. /// /// index of an slide /// }, pause:function(){ /// /// /// This method is used to pause autoplay. /// }, play:function(){ /// /// /// This method is used to move slides continuously (or start autoplay) in the specified autoplay direction. /// }, slideNext:function(){ /// /// /// This method is used to move to the next slide from the current slide. If the current slide is the last slide, then the first slide will be treated as the next slide. /// }, slidePrevious:function(){ /// /// /// This method is used to move to the previous slide from the current slide. If the current slide is the first slide, then the last slide will be treated as the previous slide. /// }, updateTemplateById:function(index, id){ /// /// /// This method is used to update/modify the slide content of template rotator by using id based on index value. /// /// index of an slide /// /// /// /// This method is used to update/modify the slide content of template rotator by using id based on index value. /// /// id of a new updated slide /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRotator=function(){ this.data("ejRotator",new ej.Rotator()); return this; }; intellisense.annotate(jQuery.fn,{ ejRotator :function (options) { /// ///
///The Rotator control displays a set of slides. Each slide may contain images or images with content, or content with user-defined transition between them.

///Turns on keyboard interaction with the Rotator items. You must set this property to true to access the following keyboard shortcuts: ///
allowKeyboardNavigation-boolean default-true ///

///Sets the animationSpeed of slide transition. ///
animationSpeed-string|number default-600 ///

///Specifies the animationType type for the Rotator Item. animationType options include slide, fastSlide, slowSlide, and other custom easing animationTypes. ///
animationType-string default-slide ///

///Enables the circular mode item rotation. ///
circularMode-boolean default-true ///

///Specify the CSS class to Rotator to achieve custom theme. ///
cssClass-string default- ///

///Specify the list of data which contains a set of data fields. Each data value is used to render an item for the Rotator. ///
dataSource-any default-null ///

///Sets the delay between the Rotator Items move after the slide transition. ///
delay-number default-500 ///

///Specifies the number of Rotator Items to be displayed. ///
displayItemsCount-string|number default-1 ///

///Rotates the Rotator Items continuously without user interference. ///
enableAutoPlay-boolean default-false ///

///Enables or disables the Rotator control. ///
enabled-boolean default-true ///

///Specifies right to left transition of slides. ///
enableRTL-boolean default-false ///

///Defines mapping fields for the data items of the Rotator. ///
fields-Fields default-null ///

///Specifies a link for the image. ///
linkAttribute-string default- ///

///Specifies where to open a given link. ///
targetAttribute-string default- ///

///Specifies a caption for the image. ///
text-string default- ///

///Specifies a caption for the thumbnail image. ///
thumbnailText-string default- ///

///Specifies the URL for an thumbnail image. ///
thumbnailUrl-string default- ///

///Specifies the URL for an image. ///
url-string default- ///

///Sets the space between the Rotator Items. ///
frameSpace-string|number default- ///

///Resizes the Rotator when the browser is resized. ///
isResponsive-boolean default-false ///

///Specifies the number of Rotator Items to navigate on a single click (next/previous/play buttons). The navigateSteps property value must be less than or equal to the displayItemsCount property value. ///
navigateSteps-string|number default-1 ///

///Specifies the orientation for the Rotator control, that is, whether it must be rendered horizontally or vertically. See Orientation ///
orientation-ej.Orientation|string default-ej.Orientation.Horizontal ///

///Specifies the position of the showPager in the Rotator Item. See PagerPosition ///
pagerPosition-string|ej.Rotator.PagerPosition default-outside ///

///Retrieves data from remote data. This property is applicable only when a remote data source is used. ///
query-string default-null ///

///If the Rotator Item is an image, you can specify a caption for the Rotator Item. The caption text for each Rotator Item must be set by using the title attribute of the respective tag. The caption cannot be displayed if multiple Rotator Items are present. ///
showCaption-boolean default-false ///

///Turns on or off the slide buttons (next and previous) in the Rotator Items. Slide buttons are used to navigate the Rotator Items. ///
showNavigateButton-boolean default-true ///

///Turns on or off the pager support in the Rotator control. The Pager is used to navigate the Rotator Items. ///
showPager-boolean default-true ///

///Enable play / pause button on rotator. ///
showPlayButton-boolean default-false ///

///Turns on or off thumbnail support in the Rotator control. Thumbnail is used to navigate between slides. Thumbnail supports only single slide transition You must specify the source for thumbnail elements through the thumbnailSourceID property. ///
showThumbnail-boolean default-false ///

///Sets the height of a Rotator Item. ///
slideHeight-string|number default- ///

///Sets the width of a Rotator Item. ///
slideWidth-string|number default- ///

///Sets the index of the slide that must be displayed first. ///
startIndex-string|number default-0 ///

///Pause the auto play while hover on the rotator content. ///
stopOnHover-boolean default-false ///

///The template to display the Rotator widget with customized appearance. ///
template-string default-null ///

///The templateId enables to bind multiple customized template items in Rotator. ///
templateId-Array<any> default-null ///

///Specifies the source for thumbnail elements. ///
thumbnailSourceID-any default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ RTE:function(){ /// /// Constructor of ej.RTE /// } }); ej.RTE=(function(){ var original=ej.RTE var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { createRange:function(){ /// /// /// Returns the range object. /// }, disable:function(){ /// /// /// Disables the RTE control. /// }, disableToolbarItem:function(){ /// /// /// Disables the corresponding tool in the RTE ToolBar. /// }, enable:function(){ /// /// /// Enables the RTE control. /// }, enableToolbarItem:function(){ /// /// /// Enables the corresponding tool in the toolbar when the tool is disabled. /// }, executeCommand:function(cmdName, args, textnodeType){ /// /// /// Performs the action value based on the given command. /// /// Command Name. /// /// /// /// Performs the action value based on the given command. /// /// Content to be inserted as argument. /// /// /// /// Performs the action value based on the given command. /// /// Boolean value to specify whether the argument is textNode or not, this is optional. /// }, focus:function(){ /// /// /// Focuses the RTE control. /// }, getCommandStatus:function(){ /// /// /// Gets the command status of the selected text based on the given comment in the RTE control. /// }, getDocument:function(){ /// /// /// Gets the Document from the RTE control. /// }, getHtml:function(){ /// /// /// Gets the HTML string from the RTE control. /// }, getSelectedHtml:function(){ /// /// /// Gets the selected HTML string from the RTE control. /// }, getText:function(){ /// /// /// Gets the content as string from the RTE control. /// }, hide:function(){ /// /// /// Hides the RTE control. /// }, insertMenuOption:function(){ /// /// /// Inserts new item to the target contextmenu node. /// }, insertColumn:function(before, cell){ /// /// /// Add a table column at the right or left of the specified cell /// /// If it’s true, add a column at the left of the cell, otherwise add a column at the right of the cell /// /// /// /// Add a table column at the right or left of the specified cell /// /// Column will be added based on the given cell element /// }, insertRow:function(before, cell){ /// /// /// To add a table row below or above the specified cell. /// /// If it’s true, add a row before the cell, otherwise add a row after the cell /// /// /// /// To add a table row below or above the specified cell. /// /// Row will be added based on the given cell element /// }, pasteContent:function(html){ /// /// /// This method helps to insert/paste the content at the current cursor (caret) position or the selected content to be replaced with our text by passing the value as parameter to the pasteContent method in the Editor. /// /// paste content /// }, refresh:function(){ /// /// /// Refreshes the RTE control. /// }, removeColumn:function(cell){ /// /// /// Removes the specified table column. /// /// Remove the given column element /// }, removeRow:function(cell){ /// /// /// Removes the specified table row. /// /// Remove the given row element /// }, removeTable:function(table){ /// /// /// Deletes the specified table. /// /// Remove the given table /// }, removeMenuOption:function(){ /// /// /// Removes the target menu item from the RTE contextmenu. /// }, removeToolbarItem:function(){ /// /// /// Removes the given tool from the RTE Toolbar. /// }, selectAll:function(){ /// /// /// Selects all the contents within the RTE. /// }, selectRange:function(){ /// /// /// Selects the contents in the given range. /// }, setColorPickerType:function(){ /// /// /// Sets the color picker model type rendered initially in the RTE control. /// }, setHtml:function(){ /// /// /// Sets the HTML string from the RTE control. /// }, show:function(){ /// /// /// Displays the RTE control. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejRTE=function(){ this.data("ejRTE",new ej.RTE()); return this; }; intellisense.annotate(jQuery.fn,{ ejRTE :function (options) { /// ///
///Rich text editor is a component that help you to display or edit the content including tables, hyperlinks, paragraphs, lists, video, and images. The editor supports file and folder management using FileExplorer component.

///Enables/disables the editing of the content. ///
allowEditing-boolean default-True ///

///RTE control can be accessed through the keyboard shortcut keys. ///
allowKeyboardNavigation-boolean default-True ///

///When the property is set to true, it focuses the RTE at the time of rendering. ///
autoFocus-boolean default-false ///

///Based on the content size, its height is adjusted instead of adding the scrollbar. ///
autoHeight-boolean default-false ///

///This API holds configuration setting for paste cleanup behavior. ///
pasteCleanupSettings-PasteCleanupSettings default-{ listConversion: false, cleanCSS: false, removeStyles: false, cleanElements: false } ///

///This API is used to convert the list elements pasted from word document to editor. ///
listConversion-boolean default-false ///

///This API is used to clean the unwanted css in the elements pasted from word document to editor. ///
cleanCSS-boolean default-false ///

///This API is used to remove all styles in the elements pasted from word document to editor. ///
removeStyles-boolean default-false ///

///This API is used to clean the unwanted elements pasted from word document to editor. ///
cleanElements-boolean default-false ///

///Sets the colorCode to display the color of the fontColor and backgroundColor in the font tools of the RTE. ///
colorCode-any default-[000000, FFFFFF, C4C4C4, ADADAD, 595959, 262626, 4f81bd, dbe5f1, b8cce4, 95b3d7, 366092, 244061, c0504d, f2dcdb, e5b9b7, d99694, 953734,632423, 9bbb59, ebf1dd, d7e3bc, c3d69b, 76923c, 4f6128, 8064a2, e5e0ec, ccc1d9, b2a2c7, 5f497a, 3f3151, f79646, fdeada, fbd5b5, fac08f,e36c09, 974806] ///

///The number of columns given are rendered in the color palate popup. ///
colorPaletteColumns-number default-6 ///

///The number of rows given are rendered in the color palate popup. ///
colorPaletteRows-number default-6 ///

///Sets the root class for the RTE theme. This cssClass API helps the usage of custom skinning option for the RTE control by including this root class in CSS. ///
cssClass-string default- ///

///Enables/disables the RTE control’s accessibility or interaction. ///
enabled-boolean default-True ///

///When the property is set to true, it returns the encrypted text. ///
enableHtmlEncode-boolean default-false ///

///Maintain the values of the RTE after page reload. ///
enablePersistence-boolean default-false ///

///Shows the resize icon and enables the resize option in the RTE. ///
enableResize-boolean default-True ///

///Shows the RTE in the RTL direction. ///
enableRTL-boolean default-false ///

///Formats the contents based on the XHTML rules. ///
enableXHTML-boolean default-false ///

///Enables the tab key action with the RichTextEditor content. ///
enableTabKeyNavigation-boolean default-True ///

///This API allows to enable url and fileName for pdf export. ///
exportToPdfSettings-ExportToPdfSettings default-null ///

///This API is used to receive the server-side handler for export related operations. ///
url-string default- ///

///Specifies the file name for the exported pdf file. ///
fileName-string default- ///

///This API allows to enable url and fileName for word export. ///
exportToWordSettings-ExportToWordSettings default-null ///

///This API is used to receive the server-side handler for export related operations. ///
url-string default- ///

///Specifies the file name for the exported word file. ///
fileName-string default- ///

///Load the external CSS file inside Iframe. ///
externalCSS-string default-null ///

///This API allows to enable the file browser support in the RTE control to browse, create, delete and upload the files in the specified current directory. ///
fileBrowser-FileBrowser default-null ///

///This API is used to receive the server-side handler for file related operations. ///
ajaxAction-string default- ///

///Specifies the file type extension shown in the file browser window. ///
extensionAllow-string default- ///

///Specifies the directory to perform operations like create, delete and rename folder and files, and upload the selected files to the current directory. ///
filePath-string default- ///

///Sets the fontName in the RTE. ///
fontName-any default-{text: Segoe UI, value: Segoe UI },{text: Arial, value: Arial,Helvetica,sans-serif },{text: Courier New, value: Courier New,Courier,Monospace },{text: Georgia, value: Georgia,serif },{text: Impact, value: Impact,Charcoal,sans-serif },{text: Lucida Console, value: Lucida Console,Monaco,Monospace },{text: Tahoma, value: Tahoma,Geneva,sans-serif },{text: Times New Roman, value: Times New Roman },{text: Trebuchet MS, value: Trebuchet MS,Helvetica,sans-serif },{text: Verdana, value: Verdana,Geneva,sans-serif} ///

///Sets the fontSize in the RTE. ///
fontSize-any default-{ text: 1, value: 1 },{ text: 2 (10pt), value: 2 },{ text: 3 (12pt), value: 3 },{ text: 4 (14pt), value: 4 },{ text: 5 (18pt), value: 5 },{ text: 6 (24pt), value: 6 },{ text: 7 (36pt), value: 7 } ///

///Sets the format in the RTE. ///
format-string default-{ text: Paragraph, value: &lt;p&gt;, spriteCssClass: e-paragraph },{ text: Quotation, value: &lt;blockquote&gt;, spriteCssClass: e-quotation },{ text: Heading 1, value: &lt;h1&gt;, spriteCssClass: e-h1 },{ text: Heading 2, value: &lt;h2&gt;, spriteCssClass: e-h2 },{ text: Heading 3, value: &lt;h3&gt;, spriteCssClass: e-h3 },{ text: Heading 4, value: &lt;h4&gt;, spriteCssClass: e-h4 },{ text: Heading 5, value: &lt;h5&gt;, spriteCssClass: e-h5 },{ text: Heading 6, value: &lt;h6&gt;, spriteCssClass: e-h6} ///

///Defines the height of the RTE textbox. ///
height-string|number default-370 ///

///Specifies the HTML Attributes of the ejRTE. ///
htmlAttributes-any default-{} ///

///Sets the given attributes to the iframe body element. ///
iframeAttributes-any default-{} ///

///This API allows the image browser to support in the RTE control to browse, create, delete, and upload the image files to the specified current directory. ///
imageBrowser-ImageBrowser default-null ///

///This API is used to receive the server-side handler for the file related operations. ///
ajaxAction-string default- ///

///Specifies the file type extension shown in the image browser window. ///
extensionAllow-string default- ///

///Specifies the directory to perform operations like create, delete and rename folder and files, and upload the selected images to the current directory. ///
filePath-string default- ///

///This API allows to enable the url for connecting to RTE import. ///
importSettings-ImportSettings default-null ///

///This API is used to receive the server-side handler for import operations. ///
url-string default- ///

///Enables/disables responsive support for the RTE control toolbar items during the window resizing time. ///
isResponsive-boolean default-false ///

///Sets the culture in the RTE when you set the localization values are needs to be assigned to the corresponding text as follows. ///
locale-string default-en-US ///

///Sets the maximum height for the RTE outer wrapper element. ///
maxHeight-string|number default-null ///

///Sets the maximum length for the RTE outer wrapper element. ///
maxLength-number default-7000 ///

///Sets the maximum width for the RTE outer wrapper element. ///
maxWidth-string|number default-null ///

///Sets the minimum height for the RTE outer wrapper element. ///
minHeight-string|number default-280 ///

///Sets the minimum width for the RTE outer wrapper element. ///
minWidth-string|number default-400 ///

///Sets the name in the RTE. When the name value is not initialized, the ID value is assigned to the name. ///
name-string default- ///

///Shows ClearAll icon in the RTE footer. ///
showClearAll-boolean default-false ///

///Shows the clear format in the RTE footer. ///
showClearFormat-boolean default-true ///

///Shows the Custom Table in the RTE. ///
showCustomTable-boolean default-True ///

///The showContextMenu property helps to enable custom context menu within editor area. ///
showContextMenu-boolean default-True ///

///This API is used to set the default dimensions for the image and video. When this property is set to true, the image and video dialog displays the dimension option. ///
showDimensions-boolean default-false ///

///Shows the FontOption in the RTE. ///
showFontOption-boolean default-True ///

///Shows footer in the RTE. When the footer is enabled, it displays the HTML tag, word Count, character count, clear format, resize icon and clear all the content icons, by default. ///
showFooter-boolean default-false ///

///Shows the HtmlSource in the RTE footer. ///
showHtmlSource-boolean default-false ///

///When the cursor is placed or when the text is selected in the RTE, it displays the tag info in the footer. ///
showHtmlTagInfo-boolean default-True ///

///Shows the toolbar in the RTE. ///
showToolbar-boolean default-True ///

///Counts the total characters and displays it in the RTE footer. ///
showCharCount-boolean default-True ///

///Enables or disables rounded corner UI look for RTE. ///
showRoundedCorner-boolean default-false ///

///Counts the total words and displays it in the RTE footer. ///
showWordCount-boolean default-True ///

///The given number of columns render the insert table pop. ///
tableColumns-number default-10 ///

///The given number of rows render the insert table pop. ///
tableRows-number default-8 ///

///Sets the tools in the RTE and gets the inner display order of the corresponding group element. Tools are dependent on the toolsList property. ///
tools-Tools default-formatStyle: [format],style: [bold, italic, underline, strikethrough],alignment: [justifyLeft, justifyCenter, justifyRight, justifyFull],lists: [unorderedList, orderedList],indenting: [outdent, indent],doAction: [undo, redo],links: [createLink,removeLink],images: [image],media: [video],tables: [createTable, addRowAbove, addRowBelow, addColumnLeft, addColumnRight, deleteRow, deleteColumn, deleteTable]],view:[“fullScreen”,zoomIn,zoomOut],print:[print] ///

///Specifies the alignment tools and the display order of this tool in the RTE toolbar. ///
alignment-any default- ///

///Specifies the casing tools and the display order of this tool in the RTE toolbar. ///
casing-Array<any> default- ///

///Specifies the clear tools and the display order of this tool in the RTE toolbar. ///
clear-Array<any> default- ///

///Specifies the clipboard tools and the display order of this tool in the RTE toolbar. ///
clipboard-Array<any> default- ///

///Specifies the edit tools and the displays tool in the RTE toolbar. ///
edit-Array<any> default- ///

///Specifies the doAction tools and the display order of this tool in the RTE toolbar. ///
doAction-Array<any> default- ///

///Specifies the effect of tools and the display order of this tool in RTE toolbar. ///
effects-Array<any> default- ///

///Specifies the font tools and the display order of this tool in the RTE toolbar. ///
font-Array<any> default- ///

///Specifies the formatStyle tools and the display order of this tool in the RTE toolbar. ///
formatStyle-Array<any> default- ///

///Specifies the image tools and the display order of this tool in the RTE toolbar. ///
images-Array<any> default- ///

///Specifies the indent tools and the display order of this tool in the RTE toolbar. ///
indenting-Array<any> default- ///

///Specifies the link tools and the display order of this tool in the RTE toolbar. ///
links-Array<any> default- ///

///Specifies the list tools and the display order of this tool in the RTE toolbar. ///
lists-Array<any> default- ///

///Specifies the media tools and the display order of this tool in the RTE toolbar. ///
media-Array<any> default- ///

///Specifies the style tools and the display order of this tool in the RTE toolbar. ///
style-Array<any> default- ///

///Specifies the table tools and the display order of this tool in the RTE toolbar. ///
tables-Array<any> default- ///

///Specifies the view tools and the display order of this tool in the RTE toolbar. ///
view-Array<any> default- ///

///Specifies the print tools and the display order of this tool in the RTE toolbar. ///
print-Array<any> default- ///

///Specifies the importExport tools and the display order of this tool in the RTE toolbar. ///
importExport-Array<any> default- ///

///Specifies the customOrderedList tools and the display order of this tool in the RTE toolbar. ///
customOrderedList-Array<any> default- ///

///Specifies the name for customOrderedList item. ///
name-string default- ///

///Specifies the title for customOrderedList item. ///
tooltip-string default- ///

///Specifies the styles for customOrderedList item. ///
css-string default- ///

///Specifies the text for customOrderedList item. ///
text-string default- ///

///Specifies the list style for customOrderedList item. ///
listStyle-string default- ///

///Specifies the image for customOrderedList item. ///
listImage-string default- ///

///Specifies the customUnOrderedList tools and the display order of this tool in the RTE toolbar. ///
customUnorderedList-Array<any> default- ///

///Specifies the name for customUnorderedList item. ///
name-string default- ///

///Specifies the title for customUnorderedList item. ///
tooltip-string default- ///

///Specifies the styles for customUnorderedList item. ///
css-string default- ///

///Specifies the text for customUnorderedList item. ///
text-string default- ///

///Specifies the list style for customUnorderedList item. ///
listStyle-string default- ///

///Specifies the image for customUnorderedList item. ///
listImage-string default- ///

///Specifies the list of groups and order of those groups displayed in the RTE toolbar. The toolsList property is used to get the root group order and tools property is used to get the inner order of the corresponding groups displayed. When the value is not specified, it gets its default display order and tools. ///
toolsList-Array<any> default-[formatStyle, font, style, effects, alignment, lists, indenting, clipboard, doAction, clear, links, images, media, tables, casing,view, customTools,print,edit] ///

///Specifies the overflow mode for RTE responsive toolbar ///
toolbarOverflowMode-ej.RTE.ToolbarOverflowMode|string default-Popup ///

///Display the hints for the tools in the Toolbar. ///
tooltipSettings-any default-{ associate: mouseenter, showShadow: true, position: { stem: { horizontal: left, vertical: top } }, tip: { size: { width: 5, height: 5 }, isBalloon: false } ///

///Gets the undo stack limit. ///
undoStackLimit-number default-50 ///

///The given string value is displayed in the editable area. ///
value-string default-null ///

///Sets the jQuery validation rules to the Rich Text Editor. ///
validationRules-any default-null ///

///Sets the jQuery validation error message to the Rich Text Editor. ///
validationMessage-any default-null ///

///Defines the width of the RTE textbox. ///
width-string|number default-786 ///

///Increases and decreases the contents zoom range in percentage ///
zoomStep-string|number default-0.05 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Schedule:function(){ /// /// Constructor of ej.Schedule /// } }); ej.Schedule=(function(){ var original=ej.Schedule var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addResource:function(resourceObject, name, index){ /// /// /// It is used to add the resources dynamically in the scheduler. It renders the resource based on the index if it is available or else it renders this resource at end of all resources. /// /// Resource object which can be defined with all the available options of resources. /// /// /// /// It is used to add the resources dynamically in the scheduler. It renders the resource based on the index if it is available or else it renders this resource at end of all resources. /// /// Defines the name of the resource collection to which this object needs to be added. /// /// /// /// It is used to add the resources dynamically in the scheduler. It renders the resource based on the index if it is available or else it renders this resource at end of all resources. /// /// It is optional. If it is available, this render the resource at the given specified index location. Else render at end of the all resources. /// }, deleteAppointment:function(data){ /// /// /// This method is used to delete the appointment based on the guid value or the appointment data passed to it. /// /// GUID value of an appointment element or an appointment object /// }, destroy:function(){ /// /// /// Destroys the Schedule widget. All the events bound using this._on are unbound automatically and the control is moved to pre-init state. /// }, exportSchedule:function(action, serverEvent, id){ /// /// /// Exports the appointments from the Schedule control. /// /// It refers the controller action name to redirect. (For MVC) /// /// /// /// Exports the appointments from the Schedule control. /// /// It refers the server event name.(For ASP) /// /// /// /// Exports the appointments from the Schedule control. /// /// Pass the id of an appointment, in case if a single appointment needs to be exported. Otherwise, it takes the null value. /// }, exportToExcel:function(action, serverEvent, type){ /// /// /// Exports the appointments from the Schedule control and saves it in a Excel file. /// /// It refers the controller action name to redirect. (For MVC) /// /// /// /// Exports the appointments from the Schedule control and saves it in a Excel file. /// /// It refers the server event name.(For ASP) /// /// /// /// Exports the appointments from the Schedule control and saves it in a Excel file. /// /// Indicates whether to export all the appointments including or excluding the individual occurrences of the recurrence appointments. /// }, filterAppointments:function(filterConditions){ /// /// /// Searches and filters the appointments from appointment list of Schedule control. /// /// Holds array of one or more conditional objects for filtering the appointments based on it. /// }, getAppointments:function(){ /// /// /// Gets the complete appointment list of Schedule control. /// }, print:function(data){ /// /// /// Prints the entire Scheduler or a single appointment based on the appointment data passed as an argument to it. Simply calling the print() method, without passing any argument will print the entire Scheduler. /// /// Either accepts no arguments at all or else accepts an appointment object. /// }, refreshScroller:function(){ /// /// /// Refreshes the Scroller of Scheduler while using it within some other controls or application. /// }, removeResource:function(resourceId, name){ /// /// /// It is used to remove the resources dynamically from the scheduler. It removed the resource based on the resource id with the given resource collection name. /// /// Defines the Id of the resource. /// /// /// /// It is used to remove the resources dynamically from the scheduler. It removed the resource based on the resource id with the given resource collection name. /// /// Defines the name of the resource collection which this resource id belongs. /// }, saveAppointment:function(appointmentObject){ /// /// /// It is used to save the appointment. The appointment object is based on the argument passed to this method. /// /// appointment object which includes appointment details /// }, getRecurrenceRule:function(){ /// /// /// Generate the recurrence rule as a string, based on the repeat options selected. /// }, getSlotByElement:function(element){ /// /// /// Retrieves the time slot information (start/end time and resource details) of the given element. The parameter is optional - as when no element is passed to it, the currently selected cell information will be retrieved. When multiple cells are selected in the Scheduler, it is not necessary to provide the parameter. /// /// TD element object rendered as Scheduler work cell /// }, searchAppointments:function(searchString, field, operator, ignoreCase){ /// /// /// Searches the appointments from the appointment list of Schedule control based on the provided search string in its argument list. /// /// Defines the search word or the filter condition, based on which the appointments are filtered from the list. /// /// /// /// Searches the appointments from the appointment list of Schedule control based on the provided search string in its argument list. /// /// Defines the field name on which the search is to be made. /// /// /// /// Searches the appointments from the appointment list of Schedule control based on the provided search string in its argument list. /// /// Defines the filterOperator value for the search operation. /// /// /// /// Searches the appointments from the appointment list of Schedule control based on the provided search string in its argument list. /// /// Defines the ignoreCase value for performing the search operation. /// }, refresh:function(){ /// /// /// Refreshes the entire Schedule control. /// }, refreshAppointments:function(){ /// /// /// Refreshes only the appointment elements within the Schedule control. /// }, notifyChanges:function(){ /// /// /// Passes the server-side action and data to the client-side for rendering the modified appointment list on the Schedule control. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSchedule=function(){ this.data("ejSchedule",new ej.Schedule()); return this; }; intellisense.annotate(jQuery.fn,{ ejSchedule :function (options) { /// ///
///An Event calendar that manages the list of various activities like events/appointments.

///When set to true, Schedule allows the appointments to be dragged and dropped at required time. ///
allowDragAndDrop-boolean default-true ///

///When set to true, allows the user to create/edit appointments inline - simply through a single click made either on the Scheduler cells or on the existing appointment’s Subject text respectively. Pressing enter key after the new Subject text typed onto the inline created text box, will save/update the appointments appropriately. ///
allowInline-boolean default-false ///

///When set to false, disables the appointment delete option on the Scheduler. ///
allowDelete-boolean default-true ///

///When set to true, Scheduler allows interaction through keyboard shortcut keys. ///
allowKeyboardNavigation-boolean default-true ///

///It includes the dataSource option and the fields related to Schedule appointments. The appointment fields within the appointmentSettings can accept both string and object type values. To apply validation rules on the appointment window fields, then the appointment fields needs to be defined with object type values. ///
appointmentSettings-AppointmentSettings default- ///

///The dataSource option accepts either JSON object collection or DataManager (ej.DataManager) instance that contains Schedule appointments. ///
dataSource-any|Array<any> default-[] ///

///It holds either the ej.Query() object or simply the query string that retrieves the specified records from the table. ///
query-string default-null ///

///Assign the table name from where the records are to be fetched for the Schedule. ///
tableName-string default-null ///

///When set to false, doesn't consider the time difference offset calculation on appointment time. ///
applyTimeOffset-boolean default-true ///

///When set to true, introduces a new option to edit only the future occurrences of the appointments in a recurrence series from the currently selected appointment's date. ///
editFutureEventsOnly-boolean default-false ///

///Binds the id field name in dataSource to the id of Schedule appointments. It denotes the unique id assigned to appointments. ///
id-string default-null ///

///Binds the name of startTime field in the dataSource with start time of the Schedule appointments. It indicates the date and Time when Schedule appointment actually starts. ///
startTime-string default-null ///

///Binds the name of endTime field in dataSource with the end time of Schedule appointments. It indicates the date and time when Schedule appointment actually ends. ///
endTime-string default-null ///

///Binds the name of subject field in the dataSource to appointment Subject. Indicates the Subject or title that gets displayed on Schedule appointments. ///
subject-string default-null ///

///Binds the description field name in dataSource. It indicates the appointment description. ///
description-string default-null ///

///Binds the name of recurrence field in dataSource. It indicates whether the appointment is a recurrence appointment or not. ///
recurrence-string default-null ///

///Binds the name of recurrenceRule field in dataSource. It indicates the recurrence pattern associated with appointments. ///
recurrenceRule-string default-null ///

///Binds the name of allDay field in dataSource. It indicates whether the appointment is an all-day appointment or not. ///
allDay-string default-null ///

///Binds one or more fields in resource collection dataSource. It maps the resource field names with appointments denoting the resource of appointments actually belongs. ///
resourceFields-string default-null ///

///Binds the name of categorize field in dataSource. It indicates the categorize value, red categorize, green, yellow and so on applied to the appointments. ///
categorize-string default-null ///

///Binds the name of location field in dataSource. It indicates the appointment location. ///
location-string default-null ///

///Binds the name of the priority field in dataSource. It indicates the priority, high, low, medium and none of the appointments. ///
priority-string default-null ///

///Binds the name of start timezone field in dataSource. It indicates the timezone of appointment start date. When startTimeZone field is not mentioned, the appointment uses the Schedule timeZone or System timeZone. ///
startTimeZone-string default-null ///

///Binds the name of end timezone field in dataSource. It indicates the timezone of appointment end date. When the endTimeZone field is not mentioned, the appointment uses the Schedule timeZone or System timeZone. ///
endTimeZone-string default-null ///

///Template design that applies on the Schedule appointments. All the field names that are mapped from dataSource to the appropriate field properties within the appointmentSettings can be used within the template. ///
appointmentTemplateId-string default-null ///

///Accepts the custom CSS class name that defines specific user-defined styles and themes to be applied for partial or complete elements of the Schedule. ///
cssClass-string default- ///

///Sets various categorize colors to the Schedule appointments to differentiate it. ///
categorizeSettings-CategorizeSettings default- ///

///When set to true, enables the multiple selection of categories to be applied for the appointments. ///
allowMultiple-boolean default-false ///

///When set to true, enables the categories option to be applied for the appointments. ///
enable-boolean default-false ///

///The dataSource option accepts either the JSON object collection or DataManager [ej.DataManager] instance that contains the categorize data. ///
dataSource-Array<any>|any default- ///

///Binds id field name in the dataSource to id of category data. ///
id-string default-id ///

///Binds text field name in the dataSource to category text. ///
text-string default-text ///

///Binds color field name in the dataSource to category color. ///
color-string default-color ///

///Binds fontColor field name in the dataSource to category font. ///
fontColor-string default-fontColor ///

///Sets the height for Schedule cells. ///
cellHeight-string default-20px ///

///Sets the width for Schedule cells. ///
cellWidth-string default- ///

///Holds all options related to the context menu settings of Scheduler. ///
contextMenuSettings-ContextMenuSettings default- ///

///When set to true, enables the context menu options available for the Schedule cells and appointments. ///
enable-boolean default-false ///

///Contains all the default context menu options that are applicable for both Schedule cells and appointments. It also supports adding custom menu items to cells or appointment collection. ///
menuItems-any default- ///

///All the appointment related context menu items are grouped under this appointment menu collection. ///
appointment-Array<any> default- ///

///All the Scheduler cell related context menu items are grouped under this cells menu item collection. ///
cells-Array<any> default- ///

///Sets current date of the Schedule. The Schedule displays initially with the date that is provided here. ///
currentDate-any default-new Date() ///

///Sets current view of the Schedule. Schedule renders initially with the view that is specified here. The available views are day, week, workweek, month, agenda and custom view - from which any one of the required view can be set to the Schedule. It accepts both string or enum values. The enum values that are accepted by currentView(ej.Schedule.CurrentView) are as follows, ///
currentView-string|ej.Schedule.CurrentView default-ej.Schedule.CurrentView.Week ///

///Sets the date format for Schedule. ///
dateFormat-string default- ///

///When set to true, shows the previous/next appointment navigator button on the Scheduler. ///
showAppointmentNavigator-boolean default-true ///

///When set to true, enables the resize behavior of appointments within the Schedule. ///
enableAppointmentResize-boolean default-true ///

///When set to true, enables the loading of Schedule appointments based on your demand. With this load on demand concept, the data consumption of the Schedule can be limited. ///
enableLoadOnDemand-boolean default-false ///

///Saves the current model value to browser cookies for state maintenance. When the page gets refreshed, Schedule control values are retained. ///
enablePersistence-boolean default-false ///

///When set to true, the Schedule layout and behavior changes as per the common RTL conventions. ///
enableRTL-boolean default-false ///

///Sets the end hour time limit to be displayed on the Schedule. ///
endHour-number default-24 ///

///To configure resource grouping on the Schedule. ///
group-Group default- ///

///Holds the array of resource names to be grouped on the Schedule. ///
resources-Array<any> default- ///

///When set to true, allows performing CRUD actions simultaneously on all the grouped appointments of multiple resources. ///
allowGroupEditing-boolean default-false ///

///Sets the height of the Schedule. Accepts both pixel and percentage values. ///
height-string default-1120px ///

///To define the work hours within the Schedule control. ///
workHours-WorkHours default- ///

///When set to true, highlights the work hours of the Schedule. ///
highlight-boolean default-true ///

///Sets the start time to depict the start of working or business hour in a day. ///
start-number default-9 ///

///Sets the end time to depict the end of working or business hour in a day. ///
end-number default-18 ///

///When set to true, enables the Schedule to observe Daylight Saving Time for supported timezones. ///
isDST-boolean default-false ///

///When set to true, adapts the Schedule layout to fit the screen size of devices on which it renders. ///
isResponsive-boolean default-true ///

///Sets the specific culture to the Schedule. ///
locale-string default-en-US ///

///Sets the maximum date limit to display on the Schedule. Setting maxDate with specific date value disallows the Schedule to navigate beyond that date. ///
maxDate-any default-new Date(2099, 12, 31) ///

///Sets the minimum date limit to display on the Schedule. Setting minDate with specific date value disallows the Schedule to navigate beyond that date. ///
minDate-any default-new Date(1900, 01, 01) ///

///Sets the mode of Schedule rendering either in a vertical or horizontal direction. It accepts either string("vertical" or "horizontal") or enum values. The enum values that are accepted by orientation(ej.Schedule.Orientation) are as follows, ///
orientation-string|ej.Schedule.Orientation default-ej.Schedule.Orientation.Vertical ///

///Holds all the options related to priority settings of the Schedule. ///
prioritySettings-PrioritySettings default- ///

///When set to true, enables the priority options available for the Schedule appointments. ///
enable-boolean default-false ///

///The dataSource option can accept the JSON object collection that contains the priority related data. ///
dataSource-any|Array<any> default-{% highlight js%}[{ text: None, value: none },{ text: High, value: high },{ text: Medium, value: medium },{ text: Low, value: low }]{% endhighlight %} ///

///Binds text field name in the dataSource to prioritySettings text. These text gets listed out in priority field of the appointment window. ///
text-string default-text ///

///Binds value field name in the dataSource to prioritySettings value. These field names usually accepts four priority values by default, high, low, medium and none. ///
value-string default-value ///

///Allows priority field customization in the appointment window to add custom icons denoting the priority level for the appointments. ///
template-string default-null ///

///When set to true, disables the interaction with the Schedule appointments, simply allowing the date and view navigation to occur. ///
readOnly-boolean default-false ///

///Holds all the options related to reminder settings of the Schedule. ///
reminderSettings-ReminderSettings default- ///

///When set to true, enables the reminder option available for the Schedule appointments. ///
enable-boolean default-false ///

///Sets the timing, when the reminders are to be alerted for the Schedule appointments. ///
alertBefore-number default-5 ///

///Defines the specific start and end dates to be rendered in the Schedule control. To render such user-specified custom date ranges in the Schedule control, set the currentView property to ej.Schedule.CurrentView.CustomView. ///
renderDates-RenderDates default-null ///

///Sets the start of custom date range to be rendered in the Schedule. ///
start-any default-null ///

///Sets the end limit of the custom date range. ///
end-any default-null ///

///Template design that applies on the Schedule resource header. ///
resourceHeaderTemplateId-string default-null ///

///Holds all the options related to the resources settings of the Schedule. It is a collection of one or more resource objects, where the levels of resources are rendered on the Schedule based on the order of the resource data provided within this collection. ///
resources-Array<Resources> default-null ///

///It holds the name of the resource field to be bound to the Schedule appointments that contains the resource Id. ///
field-string default-null ///

///It holds the title name of the resource field to be displayed on the Schedule appointment window. ///
title-string default-null ///

///A unique resource name that is used for differentiating various resource objects while grouping it in various levels. ///
name-string default-null ///

///When set to true, allows multiple selection of resource names, thus creating multiple instances of same appointment for the selected resources. ///
allowMultiple-boolean default-false ///

///It holds the field names of the resources to be bound to the Schedule and also the dataSource. ///
resourceSettings-any default- ///

///The dataSource option accepts either JSON object collection or DataManager (ejDataManager) instance that contains the resources related data. ///
dataSource-any|Array<any> default-[] ///

///Binds text field name in the dataSource to resourceSettings text. These text gets listed out in resources field of the appointment window. ///
text-string default-null ///

///Binds id field name in the dataSource to resourceSettings id. ///
id-string default-null ///

///Binds groupId field name in the dataSource to resourceSettings groupId. ///
groupId-string default-null ///

///Binds color field name in the dataSource to resourceSettings color. The color specified here gets applied to the Schedule appointments denoting to the resource it belongs. ///
color-string default-null ///

///Binds the starting work hour field name in the dataSource. It's optional, but providing it with some numeric value will set the starting work hour for specific resources. ///
start-string default-null ///

///Binds the end work hour field name in the dataSource. It's optional, but providing it with some numeric value will set the end work hour for specific resources. ///
end-string default-null ///

///Binds the resources working days field name in the dataSource. It's optional, and accepts the array of strings (week day names). When provided with specific collection of days (array of day names), only those days will render for the specific resources. ///
workWeek-string default-null ///

///Binds appointmentClass field name in the dataSource. It applies custom CSS class name to appointments depicting to the resource it belongs. ///
appointmentClass-string default-null ///

///When set to true, displays the all-day row cells on the Schedule. ///
showAllDayRow-boolean default-true ///

///When set to false, hides the weekend days on all the Scheduler views. ///
showWeekend-boolean default-true ///

///When set to true, displays the current time indicator on the Schedule. ///
showCurrentTimeIndicator-boolean default-true ///

///When set to true, displays the header bar on the Schedule. ///
showHeaderBar-boolean default-true ///

///When set to true, displays the location field additionally on Schedule appointment window. ///
showLocationField-boolean default-false ///

///When set to false, doesn't render the start and end timezone fields on the Schedule appointment window. ///
showTimeZoneFields-boolean default-true ///

///When set to true, displays the quick window for every single click made on the Schedule cells or appointments. ///
showQuickWindow-boolean default-true ///

///Sets the start hour time range to be displayed on the Schedule. ///
startHour-number default-0 ///

///Sets either 12 or 24 hour time mode on the Schedule. It accepts either the string value("12" or "24") or the below mentioned enum values. The enum values that are accepted by timeMode(ej.Schedule.TimeMode) are as follows, ///
timeMode-string|ej.Schedule.TimeMode default-null ///

///Sets the timezone for the Schedule. ///
timeZone-string default-null ///

///Sets the collection of timezone items to be bound to the Schedule. Only the items bound to this property gets listed out in the timezone field of the appointment window. ///
timeZoneCollection-TimeZoneCollection default- ///

///Sets the collection of timezone items to the dataSource that accepts either JSON object collection or DataManager (ej.DataManager) instance that contains Schedule timezones. ///
dataSource-any default- ///

///Binds text field name in the dataSource to timeZoneCollection text. These text gets listed out in the timezone fields of the appointment window. ///
text-string default-text ///

///Binds id field name in the dataSource to timeZoneCollection id. ///
id-string default-id ///

///Binds value field name in the dataSource to timeZoneCollection value. ///
value-string default-value ///

///Defines the view collection to be displayed on the Schedule. By default, it displays all the views namely, Day, Week, WorkWeek and Month. ///
views-Array<any> default-[Day, Week, WorkWeek, Month, Agenda] ///

///Sets the width of the Schedule. Accepts both pixel and percentage values. ///
width-string default-100% ///

///When set to true, Schedule allows the validation of recurrence pattern to take place before it is being assigned to the appointments. For example, when one of the instance of recurrence appointment is dragged beyond the next or previous instance of the same recurrence appointment, a pop-up is displayed with the validation message disallowing the drag functionality. ///
enableRecurrenceValidation-boolean default-true ///

///Sets the week to display more than one week appointment summary. ///
agendaViewSettings-AgendaViewSettings default- ///

///You can display the summary of multiple week's appointment by setting this value. ///
daysInAgenda-number default-7 ///

///You can customize the Date column display based on the requirement. ///
dateColumnTemplateId-string default-null ///

///You can customize the time column display based on the requirement. ///
timeColumnTemplateId-string default-null ///

///Sets specific day as the starting day of the week. ///
firstDayOfWeek-string default-null ///

///Sets different day collection within workWeek view. ///
workWeek-Array<any> default-[Monday, Tuesday, Wednesday, Thursday, Friday] ///

///Allows to pop-up appointment details in a tooltip while hovering over the appointments. ///
tooltipSettings-TooltipSettings default- ///

///Enables or disables the tooltip display. ///
enable-boolean default-false ///

///Template design that customizes the tooltip. All the field names that are mapped from dataSource to the appropriate field properties within the appointmentSettings can be accessed within the template. ///
templateId-string default-null ///

///Holds all the options related to the time scale of Scheduler. The timeslots either major or minor slots can be customized with this property. ///
timeScale-TimeScale default- ///

///When set to true, displays the time slots on the Scheduler. ///
enable-boolean default-true ///

///When set with some specific value, defines the number of time divisions split per hour(as per value given for the majorTimeSlot). Those time divisions are meant to be the minor slots. ///
minorSlotCount-number default-2 ///

///Accepts the value in minutes. When provided with specific value, displays the appropriate time interval on the Scheduler ///
majorSlot-number default-60 ///

///Template design that customizes the timecells (minor slots) that are partitioned based on minorSlotCount. Accepts id value of the template defined for minor time slots. ///
minorSlotTemplateId-string default-null ///

///Template design that customizes the timecells (major slots). Accepts id value of the template defined for major time slots. ///
majorSlotTemplateId-string default-null ///

///When set to true, shows the delete confirmation dialog before deleting an appointment. ///
showDeleteConfirmationDialog-boolean default-true ///

///Accepts the id value of the template layout defined for the all-day cells and customizes it. ///
allDayCellsTemplateId-string default-null ///

///Accepts the id value of the template layout defined for the work cells and month cells. ///
workCellsTemplateId-string default-null ///

///Accepts the id value of the template layout defined for the date header cells and customizes it. ///
dateHeaderTemplateId-string default-null ///

///when set to false, allows the height of the work-cells to adjust automatically (either expand or collapse) based on the number of appointment count it has. ///
showOverflowButton-boolean default-true ///

///Allows setting draggable area for the Scheduler appointments. Also, turns on the external drag and drop, when set with some specific external drag area name. ///
appointmentDragArea-string default- ///

///When set to true, displays the other months days from the current month on the Schedule. ///
showNextPrevMonth-boolean default-true ///

///Blocks the user-specific time interval on the Scheduler, so that no appointments can be created on that particular time slots. It includes the dataSource option and also the fields related to block intervals. ///
blockoutSettings-BlockoutSettings default- ///

///When set to true, enables the blockout option to be applied on the Scheduler cells. ///
enable-boolean default-false ///

///Template design that applies on the Schedule block intervals. All the field names that are mapped from dataSource to the appropriate field properties within the blockoutSettings can be used within the template. ///
templateId-string default-null ///

///The dataSource option accepts either JSON object collection or DataManager (ej.DataManager) instance that contains Schedule block intervals. ///
dataSource-any|Array<any> default-[] ///

///It holds either the ej.Query() object or simply the query string that retrieves the specified records from the table. ///
query-string default-null ///

///Assign the table name from where the records are to be fetched for the Schedule. ///
tableName-string default-null ///

///Binds the id field name in dataSource to the id of block time interval. It denotes the unique id assigned to each of the block records. ///
id-string default-null ///

///Binds the name of startTime field in the dataSource with start time of block time interval. It indicates the date and time, when the block interval actually starts in the Scheduler. ///
startTime-string default-null ///

///Binds the name of endTime field in dataSource with the end time of block time interval. It indicates the date and time, when the block interval actually ends in the Scheduler. ///
endTime-string default-null ///

///Binds the name of subject field in the dataSource to block time Subject. Indicates the Subject or title that gets displayed on the Schedule block intervals. ///
subject-string default-null ///

///Binds the name of isBlockAppointment field in dataSource. When set to true, disables the appointments that lies on the blocked area and restrict to perform CRUD operations in it. ///
isBlockAppointment-string default-null ///

///Binds the name of isAllDay field in dataSource. It indicates whether an entire day is blocked or not. ///
isAllDay-string default-null ///

///Binds the name of resourceId field in dataSource. Specifies the id of the resources, to which the time intervals are needed to be blocked. ///
resourceId-string default-null ///

///Binds the name of groupId field in dataSource. Specifies the id of the resource group, to which the time intervals are needed to be blocked. ///
groupId-string default-null ///

///Binds the name of customStyle field in dataSource. It applies the custom CSS to the block intervals. ///
customStyle-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Scroller:function(){ /// /// Constructor of ej.Scroller /// } }); ej.Scroller=(function(){ var original=ej.Scroller var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy the Scroller control, unbind the all ej control related events automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// User disables the Scroller control at any time. /// }, enable:function(){ /// /// /// User enables the Scroller control at any time. /// }, isHScroll:function(){ /// /// /// Returns true if horizontal scrollbar is shown, else return false. /// }, isVScroll:function(){ /// /// /// Returns true if vertical scrollbar is shown, else return false. /// }, refresh:function(){ /// /// /// User refreshes the Scroller control at any time. /// }, scrollX:function(pixel, disableAnimation, animationSpeed){ /// /// /// Horizontal scroller moves to given pixel from its origin position. We can also specify the animation speed,in which the scroller has to move while re-positioning it. /// /// Horizontal scroller moves to the specified pixel. /// /// /// /// Horizontal scroller moves to given pixel from its origin position. We can also specify the animation speed,in which the scroller has to move while re-positioning it. /// /// Specifies to enable/disable the animation. /// /// /// /// Horizontal scroller moves to given pixel from its origin position. We can also specify the animation speed,in which the scroller has to move while re-positioning it. /// /// Specifies the animation speed when scrolling, if animation is enabled. /// }, scrollY:function(pixel, disableAnimation, animationSpeed){ /// /// /// Vertical scroller moves to given pixel from its origin position. We can also specify the animation speed,in which the scroller has to move while re-positioning it. /// /// Vertical scroller moves to the specified pixel. /// /// /// /// Vertical scroller moves to given pixel from its origin position. We can also specify the animation speed,in which the scroller has to move while re-positioning it. /// /// Specifies to enable/disable the animation. /// /// /// /// Vertical scroller moves to given pixel from its origin position. We can also specify the animation speed,in which the scroller has to move while re-positioning it. /// /// Specifies the animation speed when scrolling, if animation is enabled. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejScroller=function(){ this.data("ejScroller",new ej.Scroller()); return this; }; intellisense.annotate(jQuery.fn,{ ejScroller :function (options) { /// ///
///The Scroller control has a sliding document whose position corresponds to a value. The document has text, HTML content or images. You can also customize the Scroller control by resizing the scrolling bar and changing the theme.

///Specifies the swipe scrolling speed(in millisecond). ///
animationSpeed-number default-600 ///

///Set true to hides the scrollbar, when mouseout the content area. ///
autoHide-boolean default-false ///

///Specifies the height and width of button in the scrollbar. ///
buttonSize-number default-18 ///

///Specifies to enable or disable the scroller ///
enabled-boolean default-true ///

///Save current model value to browser cookies for state maintenance. While refresh the page Rating control values are retained. ///
enablePersistence-boolean default-false ///

///Indicates the Right to Left direction to scroller ///
enableRTL-boolean default-undefined ///

///Enables or Disable the touch Scroll ///
enableTouchScroll-boolean default-true ///

///Specifies the height of Scroll panel and scrollbars. ///
height-number|string default-250 ///

///If the scrollbar has vertical it set as width, else it will set as height of the handler. ///
scrollerSize-number default-18 ///

///The Scroller content and scrollbars move left with given value. ///
scrollLeft-number default-0 ///

///While press on the arrow key the scrollbar position added to the given pixel value. ///
scrollOneStepBy-number default-57 ///

///The Scroller content and scrollbars move to top position with specified value. ///
scrollTop-number default-0 ///

///Indicates the target area to which scroller have to appear. ///
targetPane-string default-null ///

///Specifies the width of Scroll panel and scrollbars. ///
width-number|string default-0 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Signature:function(){ /// /// Constructor of ej.Signature /// } }); ej.Signature=(function(){ var original=ej.Signature var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { clear:function(){ /// /// /// Clears the strokes in the signature. /// }, destroy:function(){ /// /// /// Destroys the signature widget. /// }, disable:function(){ /// /// /// Disables the signature widget. /// }, enable:function(){ /// /// /// Enables the signature widget. /// }, hide:function(){ /// /// /// Hides the signature widget. /// }, redo:function(){ /// /// /// redo the last drawn stroke of the signature /// }, refresh:function(){ /// /// /// Refreshes the Signature widget /// }, save:function(Filename){ /// /// /// used to save the drawn image. /// /// The file name of the signature to be downloaded. /// }, show:function(){ /// /// /// Used to Show the signature widget, if it is already hidden. /// }, undo:function(){ /// /// /// undo the last drawn stroke of the signature. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSignature=function(){ this.data("ejSignature",new ej.Signature()); return this; }; intellisense.annotate(jQuery.fn,{ ejSignature :function (options) { /// ///
///The ejSignature is a JavaScript Plugin used to capture or drawing the smooth signatures, it captures signature as vector outlines of strokes.Using ejSignature we can customize the background, stroke width and stroke color and also convert captured signature to an image format.

///This property is used to set the background color for the signature. ///
backgroundColor-string default-#ffffff ///

///This property is used to set the background image for the signature. ///
backgroundImage-string default- ///

///Enables or disables the Signature textbox widget. ///
enabled-boolean default-true ///

///Sets the height of the Signature control. ///
height-string default-100% ///

///Enables/disables responsive support for the signature control (i.e) maintain the signature drawing during the window resizing time. ///
isResponsive-boolean default-false ///

///Allows the type of the image format to be saved when the signature image is saved. ///
saveImageFormat-ej.Signature.SaveImageFormat|string default- ///

///Allows the signature image to be saved along with its background. ///
saveWithBackground-boolean default-false ///

///Enables or disables rounded corner. ///
showRoundedCorner-boolean default-true ///

///Sets the stroke color for the stroke of the signature. ///
strokeColor-string default-#000000 ///

///Sets the stroke width for the stroke of the signature. ///
strokeWidth-number default-2 ///

///Sets the width of the Signature control. ///
width-string default-100% ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Slider:function(){ /// /// Constructor of ej.Slider /// } }); ej.Slider=(function(){ var original=ej.Slider var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// To disable the slider /// }, enable:function(){ /// /// /// To enable the slider /// }, getValue:function(){ /// /// /// To get value from slider handle /// }, setValue:function(){ /// /// /// To set value to slider handle.By default animation is false while set the value. If you want to enable the animation, pass the enableAnimation as true to this method. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSlider=function(){ this.data("ejSlider",new ej.Slider()); return this; }; intellisense.annotate(jQuery.fn,{ ejSlider :function (options) { /// ///
///The Slider provides support to select a value from a particular range as well as selects a range value. The Slider has a sliding base on which the handles are moved. There are three types of Sliders such as default Slider, min-range Slider and range Slider.

///Specifies the allowMouseWheel of the slider. ///
allowMouseWheel-boolean default-false ///

///Specifies the animationSpeed of the slider. ///
animationSpeed-number default-500 ///

///Specify the CSS class to slider to achieve custom theme. ///
cssClass-string default- ///

///Specifies the animation behavior of the slider. ///
enableAnimation-boolean default-true ///

///Specifies the state of the slider. ///
enabled-boolean default-true ///

///Specify the enablePersistence to slider to save current model value to browser cookies for state maintains ///
enablePersistence-boolean default-false ///

///Specifies the Right to Left Direction of the slider. ///
enableRTL-boolean default-false ///

///Specifies the height of the slider. ///
height-string default-14 ///

///Specifies the HTML Attributes of the ejSlider. ///
htmlAttributes-any default-{} ///

///Specifies the incremental step value of the slider. ///
incrementStep-number default-1 ///

///Specifies the distance between two major (large) ticks from the scale of the slider. ///
largeStep-number default-10 ///

///Specifies the ending value of the slider. ///
maxValue-number default-100 ///

///Specifies the starting value of the slider. ///
minValue-number default-0 ///

///Specifies the orientation of the slider. ///
orientation-ej.Orientation|string default-ej.orientation.Horizontal ///

///Specifies the readOnly of the slider. ///
readOnly-boolean default-false ///

///Shows/Hides the increment and decrement buttons of the slider. ///
showButtons-boolean default-false ///

///Specifies the rounded corner behavior for slider. ///
showRoundedCorner-boolean default-false ///

///Shows/Hide the major (large) and minor (small) ticks in the scale of the slider. ///
showScale-boolean default-false ///

///Specifies the small ticks from the scale of the slider. ///
showSmallTicks-boolean default-true ///

///Specifies the showTooltip to shows the current Slider value, while moving the Slider handle or clicking on the slider handle of the slider. ///
showTooltip-boolean default-true ///

///Specifies the sliderType of the slider. ///
sliderType-ej.slider.sliderType|string default-ej.SliderType.Default ///

///Specifies the distance between two minor (small) ticks from the scale of the slider. ///
smallStep-number default-1 ///

///Specifies the value of the slider. But it's not applicable for range slider. To range slider we can use values property. ///
value-number default-0 ///

///Specifies the values of the range slider. But it's not applicable for default and minRange sliders. we can use value property for default and minRange sliders. ///
values-Array<any> default-[minValue,maxValue] ///

///Specifies the width of the slider. ///
width-string default-100% ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Sparkline:function(){ /// /// Constructor of ej.Sparkline /// } }); ej.Sparkline=(function(){ var original=ej.Sparkline var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { redraw:function(){ /// /// /// Redraws the entire sparkline. You can call this method whenever you update, add or remove points from the data source or whenever you want to refresh the UI. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSparkline=function(){ this.data("ejSparkline",new ej.Sparkline()); return this; }; intellisense.annotate(jQuery.fn,{ ejSparkline :function (options) { /// ///
///Essential sparkline can be easily configured to the DOM element, such as div. You can create a Sparkline with highly customizable look and feel.

///Background color of the plot area. ///
background-string default-transparent ///

///Fill color for the sparkline series. ///
fill-string default-#33ccff ///

///Border color of the series. ///
stroke-string default-null ///

///Options for customizing the color, opacity and width of the sparkline border. ///
border-Border default- ///

///Border color of the sparkline. ///
color-string default-transparent ///

///Width of the Sparkline border. ///
width-number default-1 ///

///Border width of the series. ///
width-number default-1 ///

///Opacity of the series. ///
opacity-number default-1 ///

///Color for series high point. ///
highPointColor-string default-null ///

///Color for series low point. ///
lowPointColor-string default-null ///

///Color for series start point. ///
startPointColor-string default-null ///

///Color for series end point. ///
endPointColor-string default-null ///

///Color for series negative point. ///
negativePointColor-string default-null ///

///Options for customizing the color, opacity of the sparkline start and end range. ///
rangeBandSettings-RangeBandSettings default- ///

///Start value of the range band. ///
startRange-number default-null ///

///End value of the range band. ///
endRange-number default-null ///

///Range band opacity of the series. ///
opacity-number default-1 ///

///Range band color of the series. ///
color-string default-transparent ///

///Name of the culture based on which sparkline should be localized. ///
locale-string default-en-US ///

///Name of a field in data source, where the fill color for all the data points is generated. ///
palette-string default- ///

///Controls whether sparkline has to be responsive or not. ///
isResponsive-boolean default-true ///

///Controls whether Sparkline has to be rendered as Canvas or SVG.Canvas rendering supports all functionalities in SVG rendering. ///
enableCanvasRendering-boolean default-false ///

///Specify to convert the date object to string, using locale settings. ///
enableGroupSeparator-boolean default-false ///

///Specifies the dataSource for the series. It can be an array of JSON objects or an instance of ej.DataManager. ///
dataSource-any default-null ///

///Name of the property in the datasource that contains x value for the series. ///
xName-string default-null ///

///Name of the property in the datasource that contains y value for the series. ///
yName-string default-null ///

///Gap or padding for sparkline. ///
padding-number default-8 ///

///Specifies the type of the series to render in sparkline. ///
type-ej.datavisualization.Sparkline.Type|string default-line. See Type ///

///Specifies the theme for Sparkline. ///
theme-ej.datavisualization.Sparkline.Theme|string default-Flatlight. See Theme ///

///Options to customize the tooltip. ///
tooltip-Tooltip default- ///

///Show/hides the tooltip visibility. ///
visible-boolean default-false ///

///Fill color for the sparkline tooltip. ///
fill-string default-white ///

///Custom template to the tooltip. ///
template-string default- ///

///Options for customizing the border of the tooltip. ///
border-any default- ///

///Border color of the tooltip. ///
color-string default-transparent ///

///Border width of the tooltip. ///
width-number default-1 ///

///Options for customizing the font of the tooltip. ///
font-any default- ///

///Font color of the text in the tooltip. ///
color-string default-#111111 ///

///Font Family for the tooltip. ///
fontFamily-string default-Segoe UI ///

///Specifies the font Style for the tooltip. ///
fontStyle-ej.datavisualization.Sparkline.FontStyle|string default-Normal ///

///Specifies the font weight for the tooltip. ///
fontWeight-ej.datavisualization.Sparkline.FontWeight|string default-Regular ///

///Opacity for text in the tooltip. ///
opacity-number default-1 ///

///Font size for text in the tooltip. ///
size-string default-8px ///

///Options for displaying and customizing marker for a data point. ///
markerSettings-MarkerSettings default- ///

///Controls the opacity of the marker. ///
opacity-number default-1 ///

///Controls the visibility of the marker shape. ///
visible-boolean default-false ///

///width of the marker shape. ///
width-number default-2 ///

///Color of the marker shape. ///
fill-string default-white ///

///Options for customizing the border of the marker shape. ///
border-any default- ///

///Border color of the marker shape. ///
color-string default-transparent ///

///Controls the opacity of the marker border. ///
opacity-number default-1 ///

///Border width of the marker shape. ///
width-number default-null ///

///Options to customize the Sparkline size. ///
size-Size default- ///

///Height of the Sparkline. Height can be specified in either pixel or percentage. ///
height-string default-'' ///

///Width of the Sparkline. Width can be specified in either pixel or percentage. ///
width-string default-'' ///

///Options for customizing the color,dashArray and width of the axisLine. ///
axisLineSettings-AxisLineSettings default- ///

///Controls the visibility of the axis. ///
visible-boolean default-false ///

///Color of the axis line. ///
color-string default-'#111111' ///

///Width of the axis line. ///
width-number default-1 ///

///Dash array of the axis line. ///
dashArray-number default-1 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ SpellCheck:function(){ /// /// Constructor of ej.SpellCheck /// } }); ej.SpellCheck=(function(){ var original=ej.SpellCheck var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { showInDialog:function(){ /// /// /// Open the dialog to correct the spelling of the target content. /// }, validate:function(){ /// /// /// Highlighting the error word in the target area itself and correct the spelling using the context menu. /// }, spellCheck:function(targetSentence, misspellWordCss){ /// /// /// To get the error word highlighted string by passing the given input sentence. /// /// Content to be spell check /// /// /// /// To get the error word highlighted string by passing the given input sentence. /// /// Class name that contains style value to highlight the error word /// }, ignoreAll:function(word, targetSentence){ /// /// /// To ignore all the error word occurrences from the given input sentence. /// /// Error word to ignore from the target content /// /// /// /// To ignore all the error word occurrences from the given input sentence. /// /// Content to perform the ignore all operation /// }, ignore:function(word, targetSentence, index){ /// /// /// To ignore the error word once from the given input sentence. /// /// Error word to ignore from the target content /// /// /// /// To ignore the error word once from the given input sentence. /// /// Content to perform the ignore operation /// /// /// /// To ignore the error word once from the given input sentence. /// /// Index of the error word present in the target content /// }, change:function(word, targetSentence, changeWord, index){ /// /// /// To change the error word once from the given input sentence. /// /// Error word to change from the target content /// /// /// /// To change the error word once from the given input sentence. /// /// Content to perform the change operation /// /// /// /// To change the error word once from the given input sentence. /// /// Word to replace with the error word /// /// /// /// To change the error word once from the given input sentence. /// /// Index of the error word present in the target content /// }, changeAll:function(word, targetSentence, changeWord){ /// /// /// To change all the error word occurrences from the given input sentence. /// /// Error word to change from the target content /// /// /// /// To change all the error word occurrences from the given input sentence. /// /// Content to perform the change all operation /// /// /// /// To change all the error word occurrences from the given input sentence. /// /// Word to replace with the error word /// }, addToDictionary:function(customWord){ /// /// /// To add the words into the custom dictionary. /// /// Word to add into the dictionary file /// }, getSuggestionWords:function(errorWord){ /// /// /// Retrieves the possible suggestion words for the error word passed as an argument. /// /// Error word to get the suggestions /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSpellCheck=function(){ this.data("ejSpellCheck",new ej.SpellCheck()); return this; }; intellisense.annotate(jQuery.fn,{ ejSpellCheck :function (options) { /// ///
///The spell check control will be using to check/correct the spelling of words from a given content.

///It includes the service method path to find the error words and its suggestions also adding the custom word into the custom dictionary. ///
dictionarySettings-DictionarySettings default- ///

///The dictionaryUrl option accepts string, which is the method path to find the error words and get the suggestions to correct the errors. ///
dictionaryUrl-string default- ///

///The customDictionaryUrl option accepts string, which is the method path to add the error word into the custom dictionary. ///
customDictionaryUrl-string default- ///

///To display the error word in a customized style. ///
misspellWordCss-string default-e-errorword ///

///Sets the specific culture to the SpellCheck. ///
locale-string default-en-US ///

///To set the maximum suggestion display count. ///
maxSuggestionCount-number default-6 ///

///To ignore the words from the error word consideration. ///
ignoreWords-Array<any> default-[] ///

///Holds all options related to the context menu settings of SpellCheck. ///
contextMenuSettings-ContextMenuSettings default- ///

///When set to true, enables the context menu options available for the SpellCheck. ///
enable-boolean default-true ///

///Contains all the default context menu options that are applicable for SpellCheck. It also supports adding custom menu items. All the SpellCheck related context menu items are grouped under this menu collection. ///
menuItems-Array<any> default-{% highlight javascript %}[{ id: IgnoreAll, text: Ignore All },{ id: AddToDictionary, text: Add To Dictionary }]{% endhighlight %} ///

///It helps to ignore the uppercase, mixed case words, alpha numeric words, file path and email addresses based on the property values. ///
ignoreSettings-IgnoreSettings default- ///

///When set to true, ignoring the alphanumeric words from the error word consideration. ///
ignoreAlphaNumericWords-string default-true ///

///When set to true, ignoring the Email address from the error word consideration. ///
ignoreEmailAddress-boolean default-true ///

///When set to true, ignoring the MixedCase words from the error word consideration. ///
ignoreMixedCaseWords-boolean default-true ///

///When set to true, ignoring the UpperCase words from the error word consideration. ///
ignoreUpperCase-boolean default-true ///

///When set to true, ignoring the Url from the error word consideration. ///
ignoreUrl-boolean default-true ///

///When set to true, ignoring the file address path from the error word consideration. ///
ignoreFileNames-boolean default-true ///

///When set to true, allows the spellcheck to render based upon screen size. ///
isResponsive-boolean default-true ///

///Gets or sets a value that indicates whether to enable the spellcheck operation on Enter/Space key-press. ///
enableValidateOnType-boolean default-false ///

///It allows to spell check the multiple target HTML element's texts and correct its error words. ///
controlsToValidate-string default-null ///

///When set to true, allows sending Asynchronous ajax request for checking the spelling errors. ///
enableAsync-boolean default-true ///

///To set either ‘Post’ or ‘Get’ for ajax request type which invokes when validate, get suggestion and dictionary action.Possible values are ‘POST’ or ‘GET’ ///
ajaxRequestType-string default-GET ///

///Sets the data type for the ajax call used within the SpellCheck control, denoting the type of data that are expected to be retrieved from the server. The applicable values are json and jsonp. ///
ajaxDataType-string default-jsonp ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ SplitButton:function(){ /// /// Constructor of ej.SplitButton /// } }); ej.SplitButton=(function(){ var original=ej.SplitButton var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// Destroy the split button widget all events bound using this._on will be unbind automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// To disable the split button /// }, enable:function(){ /// /// /// To Enable the split button /// }, hide:function(){ /// /// /// To hide the list content of the split button. /// }, show:function(){ /// /// /// To show the list content of the split button. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSplitButton=function(){ this.data("ejSplitButton",new ej.SplitButton()); return this; }; intellisense.annotate(jQuery.fn,{ ejSplitButton :function (options) { /// ///
///The Split button allows you to perform an action using clicking the button and choosing extra options from the dropdown button. The Split button also can display both text and images.

///Specifies the arrowPosition of the Split or Dropdown Button.See arrowPosition ///
arrowPosition-string|ej.ArrowPosition default-ej.ArrowPosition.Right ///

///Specifies the buttonMode like Split or Dropdown Button.See ButtonMode ///
buttonMode-string|ej.ButtonMode default-ej.ButtonMode.Split ///

///Specifies the contentType of the Split Button.See ContentType ///
contentType-string|ej.ContentType default-ej.ContentType.TextOnly ///

///Set the root class for Split Button control theme ///
cssClass-string default- ///

///Specifies the disabling of Split Button if enabled is set to false. ///
enabled-boolean default-true ///

///Specifies the enableRTL property for Split Button while initialization. ///
enableRTL-boolean default-false ///

///Specifies the height of the Split Button. ///
height-string|number default-“” ///

///Specifies the HTML Attributes of the Split Button. ///
htmlAttributes-any default-{} ///

///Specifies the imagePosition of the Split Button.See imagePositions ///
imagePosition-string|ej.ImagePosition default-ej.ImagePosition.ImageRight ///

///Specifies the image content for Split Button while initialization. ///
prefixIcon-string default- ///

///Specifies the showRoundedCorner property for Split Button while initialization. ///
showRoundedCorner-boolean default-false ///

///Specifies the size of the Button. See ButtonSize ///
size-string|ej.ButtonSize default-ej.ButtonSize.Normal ///

///Specifies the image content for Split Button while initialization. ///
suffixIcon-string default- ///

///Specifies the list content for Split Button while initialization ///
targetID-string default- ///

///Specifies the target of splitbutton menu while initialization with ID or class as a selector. ///
target-string default- ///

///Specifies the text content for Split Button while initialization. ///
text-string default- ///

///Specifies the width of the Split Button. ///
width-string|number default-“” ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Splitter:function(){ /// /// Constructor of ej.Splitter /// } }); ej.Splitter=(function(){ var original=ej.Splitter var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(content, property, index){ /// /// /// To add a new pane to splitter control. /// /// content of pane. /// /// /// /// To add a new pane to splitter control. /// /// pane properties. /// /// /// /// To add a new pane to splitter control. /// /// index of pane. /// }, collapse:function(paneIndex){ /// /// /// To collapse the splitter control pane. /// /// index number of pane. /// }, expand:function(paneIndex){ /// /// /// To expand the splitter control pane. /// /// index number of pane. /// }, refresh:function(){ /// /// /// To refresh the splitter control pane resizing. /// }, removeItem:function(index){ /// /// /// To remove a specified pane from the splitter control. /// /// index of pane. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSplitter=function(){ this.data("ejSplitter",new ej.Splitter()); return this; }; intellisense.annotate(jQuery.fn,{ ejSplitter :function (options) { /// ///
///The Splitter is a layout control that enables you to divide a Web page into distinct areas by inserting resizable panes. You can create any number of Splitter panes and place them inside the Splitter control. The split bars are inserted automatically in between the adjacent panes.

///Turns on keyboard interaction with the Splitter panes. You must set this property to true to access the keyboard shortcuts of ejSplitter. ///
allowKeyboardNavigation-boolean default-true ///

///Specify animation speed for the Splitter pane movement, while collapsing and expanding. ///
animationSpeed-number default-300 ///

///Specify the CSS class to splitter control to achieve custom theme. ///
cssClass-string default-“” ///

///Specifies the animation behavior of the splitter. ///
enableAnimation-boolean default-true ///

///Specifies the splitter control to be displayed in right to left direction. ///
enableRTL-boolean default-false ///

///Specifies HTML element string to replace the existing expand/collapse icons. ///
expanderTemplate-string default-null ///

///Specify height for splitter control. ///
height-string default-null ///

///Specifies the HTML Attributes of the Splitter. ///
htmlAttributes-any default-{} ///

///Specify window resizing behavior for splitter control. ///
isResponsive-boolean default-false ///

///Specify the orientation for splitter control. See orientation ///
orientation-ej.Orientation|string default-ej.orientation.Horizontal or “horizontal” ///

///Specify properties for each pane like paneSize, minSize, maxSize, collapsible, expandable, resizable. ///
properties-Array<any> default-[] ///

///Specify width for splitter control. ///
width-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Spreadsheet:function(){ /// /// Constructor of ej.Spreadsheet /// } }); ej.Spreadsheet=(function(){ var original=ej.Spreadsheet var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addCustomFormula:function(formulaName, functionName){ /// /// /// This method is used to add custom formulas in Spreadsheet. /// /// Pass the name of the formula. /// /// /// /// This method is used to add custom formulas in Spreadsheet. /// /// Pass the name of the function. /// }, addNewSheet:function(){ /// /// /// This method is used to add a new sheet in the last position of the sheet container. /// }, blankWorkbook:function(){ /// /// /// This method is used to blank the workbook in Spreadsheet. /// }, clearAll:function(range){ /// /// /// It is used to clear all the data and format in the specified range of cells in Spreadsheet. /// /// Optional. If range is specified, then it will clear all content in the specified range else it will use the current selected range. /// }, clearAllFormat:function(range){ /// /// /// This property is used to clear all the formats applied in the specified range in Spreadsheet. /// /// Optional. If range is specified, then it will clear all format in the specified range else it will use the current selected range. /// }, clearBorder:function(range){ /// /// /// Used to clear the applied border in the specified range in Spreadsheet. /// /// Optional. If range is specified, then it will clear border in the specified range else it will use the current selected range. /// }, clearContents:function(range){ /// /// /// This property is used to clear the contents in the specified range in Spreadsheet. /// /// Optional. If the range is specified, then it will clear the content in the specified range else it will use the current selected range. /// }, clearRange:function(rangeName){ /// /// /// This method is used to remove only the data in the range denoted by the specified range name. /// /// Pass the defined rangeSettings property name. /// }, clearRangeData:function(range, property, cells, skipHiddenRow, status, skipCell){ /// /// /// It is used to remove data in the specified range of cells based on the defined property. /// /// Optional. If range is specified, it will clear data for the specified range else it will use the current selected range. /// /// /// /// It is used to remove data in the specified range of cells based on the defined property. /// /// Optional. If property is specified, it will remove the specified property in the range else it will remove default properties /// /// /// /// It is used to remove data in the specified range of cells based on the defined property. /// /// Optional. /// /// /// /// It is used to remove data in the specified range of cells based on the defined property. /// /// Optional. pass {{'`true`' | markdownify}}, if you want to skip the hidden rows /// /// /// /// It is used to remove data in the specified range of cells based on the defined property. /// /// Optional. Pass the status to perform undo and redo operation. /// /// /// /// It is used to remove data in the specified range of cells based on the defined property. /// /// Optional. It specifies whether to skip element processing or not. /// }, clearUndoRedo:function(){ /// /// /// This method is used to clear undo and redo collections in the Spreadsheet. /// }, copySheet:function(fromIdx, toIdx, isCopySheet){ /// /// /// This method is used to copy or move the sheets in Spreadsheet. /// /// Pass the sheet index that you want to copy or move. /// /// /// /// This method is used to copy or move the sheets in Spreadsheet. /// /// Pass the position index where you want to copy or move. /// /// /// /// This method is used to copy or move the sheets in Spreadsheet. /// /// Pass {{'`true`' | markdownify}},If you want to copy sheet or else it will move sheet. /// }, deleteEntireColumn:function(startCol, endCol){ /// /// /// This method is used to delete the entire column which is selected. /// /// Pass the start column index. /// /// /// /// This method is used to delete the entire column which is selected. /// /// Pass the end column index. /// }, deleteEntireRow:function(startRow, endRow){ /// /// /// This method is used to delete the entire row which is selected. /// /// Pass the start row index. /// /// /// /// This method is used to delete the entire row which is selected. /// /// Pass the end row index. /// }, deleteSheet:function(idx){ /// /// /// This method is used to delete a particular sheet in the Spreadsheet. /// /// Pass the sheet index to perform delete action. /// }, deleteShiftLeft:function(startCell, endCell){ /// /// /// This method is used to delete the selected cells and shift the remaining cells to left. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to delete the selected cells and shift the remaining cells to left. /// /// Pass the Object "CellIndex" /// }, deleteShiftUp:function(startCell, endCell){ /// /// /// This method is used to delete the selected cells and shift the remaining cells up. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to delete the selected cells and shift the remaining cells up. /// /// Pass the Object "CellIndex" /// }, editRange:function(rangeName, fn){ /// /// /// This method is used to edit data in the specified range of cells based on its corresponding rangeSettings. /// /// Pass the defined rangeSettings property name. /// /// /// /// This method is used to edit data in the specified range of cells based on its corresponding rangeSettings. /// /// Pass the function that you want to perform range edit. /// }, getActivationPanel:function(){ /// /// /// This method is used to get the activation panel in the Spreadsheet. /// }, getActiveCell:function(sheetIdx){ /// /// /// This method is used to get the active cell object in Spreadsheet. It will returns object which contains rowIndex and colIndex of the active cell. /// /// Optional. If sheetIdx is specified, it will return the active cell object in specified sheet index else it will use the current sheet index /// }, getActiveCellElem:function(sheetIdx){ /// /// /// This method is used to get the active cell element based on the given sheet index in the Spreadsheet. /// /// Optional. If sheetIndex is specified, it will return the active cell element in specified sheet index else it will use the current active sheet index. /// }, getActiveSheetIndex:function(){ /// /// /// This method is used to get the current active sheet index in Spreadsheet. /// }, getAutoFillElem:function(){ /// /// /// This method is used to get the auto fill element in Spreadsheet. /// }, getAlphaRange:function(sRIndex, sCIndex, eRIndex, eCIndex){ /// /// /// This method is used to get the alpha range of the given index in Spreadsheet. /// /// Pass the start row index. /// /// /// /// This method is used to get the alpha range of the given index in Spreadsheet. /// /// Pass the start column index. /// /// /// /// This method is used to get the alpha range of the given index in Spreadsheet. /// /// Pass the end row index. /// /// /// /// This method is used to get the alpha range of the given index in Spreadsheet. /// /// Pass the end column index. /// }, getCell:function(rowIdx, colIdx, sheetIdx){ /// /// /// This method is used to get the cell element based on specified row and column index in the Spreadsheet. /// /// Pass the row index. /// /// /// /// This method is used to get the cell element based on specified row and column index in the Spreadsheet. /// /// Pass the column index. /// /// /// /// This method is used to get the cell element based on specified row and column index in the Spreadsheet. /// /// Optional. Pass the sheet index that you want to get cell. /// }, getDataSettings:function(sheetIdx){ /// /// /// This method is used to get the data settings in the Spreadsheet. /// /// Pass the sheet index. /// }, getFrozenColumns:function(sheetIdx){ /// /// /// This method is used to get the frozen columns index in the Spreadsheet. /// /// Pass the sheet index. /// }, getFrozenRows:function(sheetIdx){ /// /// /// This method is used to get the frozen row index in Spreadsheet. /// /// Pass the sheet index. /// }, getHyperlink:function(cell){ /// /// /// This method is used to get the hyperlink data as object from the specified cell in Spreadsheet. /// /// Pass the DOM element to get hyperlink /// }, getObjectKeys:function(obj){ /// /// /// This method is used to get the keys from the given object in Spreadsheet. /// /// Pass the Object /// }, getRange:function(range, sheetIdx, skipHiddenRow){ /// /// /// This method is used to get all cell elements in the specified range. /// /// Pass the range that you want to get the cells. /// /// /// /// This method is used to get all cell elements in the specified range. /// /// Pass the index of the sheet. /// /// /// /// This method is used to get all cell elements in the specified range. /// /// Optional. Pass {{'`true`' | markdownify}}, if you want to skip the hidden rows. /// }, getRangeData:function(options){ /// /// /// This method is used to get the data in specified range in Spreadsheet. /// /// Optional. Pass the range, property, sheetIdx, valueOnly in options /// }, getRangeDataAsObject:function(startcell, endcell, skipHiddenRow){ /// /// /// This method is used to get the data as object in the specified range. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to get the data as object in the specified range. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to get the data as object in the specified range. /// /// Optional. Pass {{'`true`' | markdownify}}, if you want to skip the hidden rows. /// }, getRangeIndices:function(range){ /// /// /// This method is used to get the range indices array based on the specified alpha range in Spreadsheet. /// /// Pass the alpha range that you want to get range indices. /// }, getSheet:function(sheetIdx){ /// /// /// This method is used to get the sheet details based on the given sheet index in Spreadsheet. /// /// Pass the sheet index to get the sheet object. /// }, getSheetElement:function(sheetIdx){ /// /// /// This method is used to get the sheet content div element of Spreadsheet. /// /// Pass the sheet index to get the sheet content. /// }, getSheets:function(){ /// /// /// This method is used to get all the sheets in workbook. /// }, gotoPage:function(sheetIdx, newSheet){ /// /// /// This method is used to send a paging request to the specified sheet Index in the Spreadsheet. /// /// Pass the sheet index to perform paging at specified sheet index /// /// /// /// This method is used to send a paging request to the specified sheet Index in the Spreadsheet. /// /// Pass {{'`true`' | markdownify}} to create a new sheet. If the specified sheet index is already exist, it navigate to that sheet else it create a new sheet. /// }, getVisibleCellDetails:function(){ /// /// /// This method is used to get the visible cell details in Spreadsheet. /// }, hideActivationPanel:function(){ /// /// /// This method is used to hide the pivot table activationPanel in the Spreadsheet. /// }, hideColumn:function(startCol, endCol){ /// /// /// This method is used to hide the entire columns from the specified range (startCol, endCol) in Spreadsheet. /// /// Index of the start column. /// /// /// /// This method is used to hide the entire columns from the specified range (startCol, endCol) in Spreadsheet. /// /// Optional. Index of the end column. /// }, hideFormulaBar:function(){ /// /// /// This method is used to hide the formula bar in Spreadsheet. /// }, hideRow:function(startRow, endRow){ /// /// /// This method is used to hide the rows, based on the specified row index in Spreadsheet. /// /// Index of the start row. /// /// /// /// This method is used to hide the rows, based on the specified row index in Spreadsheet. /// /// Optional. Index of the end row. /// }, hideSheet:function(sheetIdx){ /// /// /// This method is used to hide the sheet based on the specified sheetIndex or sheet name in the Spreadsheet. /// /// Pass the sheet name or index that you want to hide. /// }, hideWaitingPopUp:function(){ /// /// /// This method is used to hide the displayed waiting pop-up in Spreadsheet. /// }, insertEntireColumn:function(startCol, endCol){ /// /// /// This method is used to insert a column before the active cell's column in the Spreadsheet. /// /// Pass start column. /// /// /// /// This method is used to insert a column before the active cell's column in the Spreadsheet. /// /// Pass end column. /// }, insertEntireRow:function(startRow, endRow){ /// /// /// This method is used to insert a row before the active cell's row in the Spreadsheet. /// /// Pass start row. /// /// /// /// This method is used to insert a row before the active cell's row in the Spreadsheet. /// /// Pass end row. /// }, insertSheet:function(){ /// /// /// This method is used to insert a new sheet to the left of the current active sheet. /// }, insertShiftBottom:function(startCell, endCell){ /// /// /// This method is used to insert cells in the selected or specified range and shift remaining cells to bottom. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to insert cells in the selected or specified range and shift remaining cells to bottom. /// /// Pass the Object "CellIndex" /// }, insertShiftRight:function(startCell, endCell){ /// /// /// This method is used to insert cells in the selected or specified range and shift remaining cells to right. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to insert cells in the selected or specified range and shift remaining cells to right. /// /// Pass the Object "CellIndex" /// }, import:function(importRequest){ /// /// /// This method is used to import excel file manually by using form data. /// /// Pass the form data object to import files manually. /// }, loadFromJSON:function(response){ /// /// /// This method is used to load JSON data in Spreadsheet. /// /// Pass the response that you want to load. /// }, lockCells:function(range, isLocked){ /// /// /// This method is used to lock/unlock the range of cells in active sheet. Lock cells are activated only after the sheet is protected. Once the sheet is protected it is unable to lock/unlock cells. /// /// Pass the alpha range cells or array range of cells. /// /// /// /// This method is used to lock/unlock the range of cells in active sheet. Lock cells are activated only after the sheet is protected. Once the sheet is protected it is unable to lock/unlock cells. /// /// Optional. By default is {{'`true`' | markdownify}}. If it is {{'`false`' | markdownify}} locked cells are unlocked. /// }, mergeAcrossCells:function(range, alertStatus){ /// /// /// This method is used to merge cells by across in the Spreadsheet. /// /// Optional. To pass the cell range or selected cells are process. /// /// /// /// This method is used to merge cells by across in the Spreadsheet. /// /// Optional. If pass {{'`true`' | markdownify}} it does not show alert. /// }, mergeCells:function(range, alertStatus){ /// /// /// This method is used to merge the selected cells in the Spreadsheet. /// /// Optional. To pass the cell range or selected cells are process. /// /// /// /// This method is used to merge the selected cells in the Spreadsheet. /// /// Optional. If pass {{'`true`' | markdownify}} it does not show alert. /// }, performSelection:function(startCell, endCell){ /// /// /// This method is used to select a cell or range in the Spreadsheet. /// /// Pass the Object "CellIndex" /// /// /// /// This method is used to select a cell or range in the Spreadsheet. /// /// Pass the Object "CellIndex" /// }, protectSheet:function(isProtected){ /// /// /// This method is used to protect or unprotect active sheet. /// /// Optional. By default is {{'`true`' | markdownify}}. If it is {{'`false`' | markdownify}} active sheet is unprotected. /// }, redo:function(){ /// /// /// This method is used to perform the redo action in Spreadsheet. /// }, refreshContent:function(sheetIdx){ /// /// /// This method is used to refresh the Spreadsheet based on the sheet model values. /// /// Pass the index of the sheet. /// }, refreshSpreadsheet:function(){ /// /// /// This method is used to refresh the Spreadsheet element based on the page layout. /// }, refresh:function(){ /// /// /// This method destroys and re-creates the entire Spreadsheet control. /// }, removeCustomFormula:function(formulaName, functionName){ /// /// /// This method is used to remove custom formulae in Spreadsheet. /// /// Pass the name of the formula. /// /// /// /// This method is used to remove custom formulae in Spreadsheet. /// /// Pass the name of the function. /// }, removeHyperlink:function(range, isClearHLink, status, cells, skipHiddenRow){ /// /// /// This method is used to remove the hyperlink from selected cells of current sheet. /// /// Hyperlink remove from the specified range. /// /// /// /// This method is used to remove the hyperlink from selected cells of current sheet. /// /// Optional. If it is {{'`true`' | markdownify}}, It will clear link only not format. /// /// /// /// This method is used to remove the hyperlink from selected cells of current sheet. /// /// Optional. Pass the status to perform undo and redo operations. /// /// /// /// This method is used to remove the hyperlink from selected cells of current sheet. /// /// Optional. Pass the cells that you want to remove hyperlink. /// /// /// /// This method is used to remove the hyperlink from selected cells of current sheet. /// /// Optional. Pass {{'`true`' | markdownify}}, if you want to skip the hidden rows. /// }, removeRange:function(rangeName){ /// /// /// This method is used to remove the range data and its defined rangeSettings property based on the specified range name. /// /// Pass the defined rangeSetting property name. /// }, removeReadOnly:function(range){ /// /// /// This method is used to remove the readonly option for the specified range. /// /// Pass the range. /// }, saveAsJSON:function(){ /// /// /// This method is used to save JSON data in Spreadsheet. /// }, saveBatchChanges:function(sheetIdx){ /// /// /// This method is used to save batch changes in Spreadsheet. /// /// Pass the sheet index for Spreadsheet. /// }, setActiveCell:function(rowIdx, colIdx, sheetIdx){ /// /// /// This method is used to set the active cell in the Spreadsheet. /// /// Pass the row index. /// /// /// /// This method is used to set the active cell in the Spreadsheet. /// /// Pass the column index. /// /// /// /// This method is used to set the active cell in the Spreadsheet. /// /// Pass the index of the sheet. /// }, setActiveSheetIndex:function(sheetIdx){ /// /// /// This method is used to set active sheet index for the Spreadsheet. /// /// Pass the active sheet index for Spreadsheet. /// }, setBorder:function(property, range){ /// /// /// This method is used to set border for the specified range of cells in the Spreadsheet. /// /// Pass the Object "BorderOptions". /// /// /// /// This method is used to set border for the specified range of cells in the Spreadsheet. /// /// Optional. If range is specified, it will set border for the specified range else it will use the selected range. /// }, setHeightToRows:function(heightColl){ /// /// /// This method is used to set the height for the rows in the Spreadsheet. /// /// Pass the row index and height of the rows. /// }, setHyperlink:function(range, link, sheetIdx){ /// /// /// This method is used to set the hyperlink in selected cells of the current sheet. /// /// If range is specified, it will set the hyperlink in range of the cells. /// /// /// /// This method is used to set the hyperlink in selected cells of the current sheet. /// /// Pass the Object "LinkOptions" /// /// /// /// This method is used to set the hyperlink in selected cells of the current sheet. /// /// If we pass cellAddress then which sheet to be navigate in the applied link. /// }, setReadOnly:function(range){ /// /// /// This method is used to set the readonly option for the specified range. /// /// Pass the range. /// }, setSheetFocus:function(){ /// /// /// This method is used to set the focus to the Spreadsheet. /// }, setWidthToColumns:function(widthColl, sheetIndex){ /// /// /// This method is used to set the width for the columns in the Spreadsheet. /// /// Pass the column index and width of the columns. /// /// /// /// This method is used to set the width for the columns in the Spreadsheet. /// /// Optional. If sheetIdx is specified, it will set the width for columns to the specified sheet else it will use active sheet. /// }, sheetRename:function(sheetName){ /// /// /// This method is used to rename the active sheet. /// /// Pass the sheet name that you want to change the current active sheet name. /// }, showActivationPanel:function(rangeName){ /// /// /// This method is used to display the activationPanel for the specified range name. /// /// Pass the range name that you want to display the activation panel. /// }, showColumn:function(startColIdx, endColIdx){ /// /// /// This method is used to show the hidden columns within the specified range in the Spreadsheet. /// /// Index of the start column. /// /// /// /// This method is used to show the hidden columns within the specified range in the Spreadsheet. /// /// Optional. Index of the end column. /// }, showFormulaBar:function(){ /// /// /// This method is used to show the formula bar in Spreadsheet. /// }, showGridlines:function(status){ /// /// /// This method is used to show/hide gridlines in active sheet in the Spreadsheet. /// /// Pass {{'`true`' | markdownify}} to show the gridlines /// }, showHeadings:function(startRow){ /// /// /// This method is used to show/hide the headers in active sheet in the Spreadsheet. /// /// Pass {{'`true`' | markdownify}} to show the sheet headers. /// }, showPager:function(status){ /// /// /// This method is used to show/hide pager in the Spreadsheet. /// /// Pass {{'`true`' | markdownify}} to show pager. /// }, showRow:function(startRow, endRow){ /// /// /// This method is used to show the hidden rows in the specified range in the Spreadsheet. /// /// Index of the start row. /// /// /// /// This method is used to show the hidden rows in the specified range in the Spreadsheet. /// /// Optional. Index of the end row. /// }, showWaitingPopUp:function(){ /// /// /// This method is used to show waiting pop-up in Spreadsheet. /// }, undo:function(){ /// /// /// This method is used to perform the undo action in Spreadsheet. /// }, unhideSheet:function(sheetInfo){ /// /// /// This method is used to unhide the sheet based on specified sheet name or sheet index. /// /// Pass the sheet name or index that you want to unhide. /// }, unmergeCells:function(range){ /// /// /// This method is used to unmerge the selected range of cells in the Spreadsheet. /// /// Optional. If the range is specified, then it will un merge the specified range else it will use the current selected range. /// }, unWrapText:function(range){ /// /// /// This method is used to unwrap the selected range of cells in the Spreadsheet. /// /// Optional. If the range is specified, then it will update unwrap in the specified range else it will use the current selected range. /// }, updateData:function(data, range){ /// /// /// This method is used to update the data for the specified range of cells in the Spreadsheet. /// /// Pass the Object "DataOptions" /// /// /// /// This method is used to update the data for the specified range of cells in the Spreadsheet. /// /// Optional. If range is specified, it will update data for the specified range else it will use the current selected range. /// }, updateFormulaBar:function(){ /// /// /// This method is used to update the formula bar in the Spreadsheet. /// }, updateRange:function(sheetIdx, settings){ /// /// /// This method is used to update the range of cells based on the specified settings which we want to update in the Spreadsheet. /// /// Pass the sheet index that you want to update. /// /// /// /// This method is used to update the range of cells based on the specified settings which we want to update in the Spreadsheet. /// /// Pass the Object "RangeOptions" /// }, updateUndoRedoCollection:function(details){ /// /// /// This method is used to update the details for custom undo and redo operations. /// /// Pass the Object "UndoRedoOptions" /// }, updateUniqueData:function(data, range, skipCell){ /// /// /// This method is used to update the unique data for the specified range of cells in Spreadsheet. /// /// Pass the Object "DataOptions" /// /// /// /// This method is used to update the unique data for the specified range of cells in Spreadsheet. /// /// Optional. If range is specified, it will update data for the specified range else it will use the current selected range. /// /// /// /// This method is used to update the unique data for the specified range of cells in Spreadsheet. /// /// Optional. It specifies whether to skip element processing or not. /// }, wrapText:function(range){ /// /// /// This method is used to wrap the selected range of cells in the Spreadsheet. /// /// Optional. If the range is specified, then it will update wrap in the specified range else it will use the current selected range. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSpreadsheet=function(){ this.data("ejSpreadsheet",new ej.Spreadsheet()); return this; }; intellisense.annotate(jQuery.fn,{ ejSpreadsheet :function (options) { /// ///
///The Spreadsheet can be easily configured to the DOM element, such as div. you can create a Spreadsheet with a highly customizable look and feel.

///Gets or sets an active sheet index in the Spreadsheet. By defining this value, you can specify which sheet should be active in workbook. ///
activeSheetIndex-number default-1 ///

///Gets or sets a value that indicates whether to enable or disable auto rendering of cell type in the Spreadsheet. ///
allowAutoCellType-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable auto fill feature in the Spreadsheet. ///
allowAutoFill-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable auto sum feature in the Spreadsheet. ///
allowAutoSum-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable cell format feature in the Spreadsheet. By enabling this, you can customize styles and number formats. ///
allowCellFormatting-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable cell type feature in the Spreadsheet. ///
allowCellType-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable chart feature in the Spreadsheet. By enabling this feature, you can create and customize charts in Spreadsheet. ///
allowCharts-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable clear feature in the Spreadsheet. ///
allowClear-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable clipboard feature in the Spreadsheet. By enabling this feature, you can perform cut/copy and paste operations in Spreadsheet. ///
allowClipboard-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable comment feature in the Spreadsheet. By enabling this, you can add/delete/modify comments in Spreadsheet. ///
allowComments-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable Conditional Format feature in the Spreadsheet. By enabling this, you can apply formatting to the selected range of cells based on the provided conditions (Greater than, Less than, Equal, Between, Contains, etc.). ///
allowConditionalFormats-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable data validation feature in the Spreadsheet. ///
allowDataValidation-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable the delete action in the Spreadsheet. By enabling this feature, you can delete existing rows, columns, cells and sheet. ///
allowDelete-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable drag and drop feature in the Spreadsheet. ///
allowDragAndDrop-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable the edit action in the Spreadsheet. ///
allowEditing-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable filtering feature in the Spreadsheet. Filtering can be used to limit the data displayed using required criteria. ///
allowFiltering-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable table feature in the Spreadsheet. By enabling this, you can render table in selected range. ///
allowFormatAsTable-boolean default-true ///

///Get or sets a value that indicates whether to enable or disable format painter feature in the Spreadsheet. By enabling this feature, you can copy the format from the selected range and apply it to another range. ///
allowFormatPainter-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable formula bar in the Spreadsheet. ///
allowFormulaBar-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable freeze pane support in Spreadsheet. By enabling this feature, you can use freeze top row, freeze first column and freeze panes options. ///
allowFreezing-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable hyperlink feature in the Spreadsheet. By enabling this feature, you can add hyperlink which is used to easily navigate to the cell reference from one sheet to another or a web page. ///
allowHyperlink-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable import feature in the Spreadsheet. By enabling this feature, you can open existing Spreadsheet documents. ///
allowImport-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable the insert action in the Spreadsheet. By enabling this feature, you can insert new rows, columns, cells and sheet. ///
allowInsert-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable keyboard navigation feature in the Spreadsheet. ///
allowKeyboardNavigation-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable lock cell feature in the Spreadsheet. ///
allowLockCell-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable merge feature in the Spreadsheet. ///
allowMerging-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable overflow feature in the Spreadsheet. ///
allowOverflow-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable resizing feature in the Spreadsheet. By enabling this feature, you can change the column width and row height by dragging its header boundaries. ///
allowResizing-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable find and replace feature in the Spreadsheet. By enabling this, you can easily find and replace a specific value in the sheet or workbook. By using goto behavior, you can select and highlight all cells that contains specific data or data types. ///
allowSearching-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable selection in the Spreadsheet. By enabling this feature, selected items will be highlighted. ///
allowSelection-boolean default-true ///

///Gets or sets a value that indicates whether to enable the sorting feature in the Spreadsheet. ///
allowSorting-boolean default-true ///

///Gets or sets a value that indicates whether to enable the sparkline feature in the Spreadsheet. ///
allowSparkline-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable undo and redo feature in the Spreadsheet. ///
allowUndoRedo-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable wrap text feature in the Spreadsheet. By enabling this, cell content can wrap to the next line, if the cell content exceeds the boundary of the cell. ///
allowWrap-boolean default-true ///

///Gets or sets a value that indicates to define the width of the activation panel in Spreadsheet. ///
apWidth-number default-300 ///

///Gets or sets an object that indicates to customize the auto fill behavior in the Spreadsheet. ///
autoFillSettings-AutoFillSettings default- ///

///This property is used to set fillType unit in Spreadsheet. It has five types which are CopyCells, FillSeries, FillFormattingOnly, FillWithoutFormatting and FlashFill. ///
fillType-ej.Spreadsheet.AutoFillOptions|string default-ej.Spreadsheet.AutoFillOptions.FillSeries ///

///Gets or sets a value that indicates to enable or disable auto fill options in the Spreadsheet. ///
showFillOptions-boolean default-true ///

///Gets or sets an object that indicates to customize the chart behavior in the Spreadsheet. ///
chartSettings-ChartSettings default- ///

///Gets or sets a value that defines the chart height in Spreadsheet. ///
height-number default-220 ///

///Gets or sets a value that defines the chart width in the Spreadsheet. ///
width-number default-440 ///

///Gets or sets a value that defines the number of columns displayed in the sheet. ///
columnCount-number default-21 ///

///Gets or sets a value that indicates to define the common width for each column in the Spreadsheet. ///
columnWidth-number default-64 ///

///Gets or sets a value to add root CSS class for customizing Spreadsheet skins. ///
cssClass-string default- ///

///Gets or sets a value that indicates custom formulas in Spreadsheet. ///
customFormulas-Array<any> default-[] ///

///Gets or sets a value that indicates whether to enable or disable context menu in the Spreadsheet. ///
enableContextMenu-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable pivot table in the Spreadsheet. ///
enablePivotTable-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable touch support in the Spreadsheet. ///
enableTouch-boolean default-true ///

///Gets or sets an object that indicates to customize the exporting behavior in Spreadsheet. ///
exportSettings-ExportSettings default- ///

///Gets or sets a value that indicates whether to enable or disable save feature in Spreadsheet. By enabling this feature, you can save existing Spreadsheet. ///
allowExporting-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable formula calculation in Spreadsheet. By enabling this feature, formula calculated while export the Spreadsheet in protected mode. ///
enableFormulaCalculation-boolean default-false ///

///Gets or sets a value that indicates to define csvUrl for export to CSV format. ///
csvUrl-string default-null ///

///Gets or sets a value that indicates to define excelUrl for export to excel format. ///
excelUrl-string default-null ///

///Gets or sets a value that indicates to define password while export to excel format. ///
password-string default-null ///

///Gets or sets a value that indicates to define pdfUrl for export to PDF format. ///
pdfUrl-string default-null ///

///Gets or sets an object that indicates to customize the format behavior in the Spreadsheet. ///
formatSettings-FormatSettings default- ///

///Gets or sets a value that indicates whether to enable or disable cell border feature in the Spreadsheet. ///
allowCellBorder-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable decimal places in the Spreadsheet. ///
allowDecimalPlaces-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable font family feature in Spreadsheet. ///
allowFontFamily-boolean default-true ///

///Gets or sets an object that indicates to customize the import behavior in the Spreadsheet. ///
importSettings-ImportSettings default- ///

///Sets import mapper to perform import feature in Spreadsheet. ///
importMapper-string default- ///

///Gets or sets a value that indicates whether to enable or disable import while initial loading. ///
importOnLoad-boolean default-false ///

///Sets import URL to access the online files in the Spreadsheet. ///
importUrl-string default- ///

///Gets or sets a value that indicates to define password while importing in the Spreadsheet. ///
password-string default- ///

///Gets a value that indicates whether importing or not while loading the sheets in Spreadsheet. ///
isImport-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable readonly support in the Spreadsheet. ///
isReadOnly-boolean default-false ///

///Gets or sets a value that indicates whether to customizing the user interface (UI) as locale-specific in order to display regional data (i.e.) in a language and culture specific to a particular country or region. ///
locale-string default-en-US ///

///Gets or sets a value that indicates name manager in Spreadsheet. ///
nameManager-Array<NameManager> default- ///

///Specifies the name for the cell or a range. ///
name-string default- ///

///Specifies the address for the cell or a range. ///
refersto-string default- ///

///Gets or sets an object that indicates to customize the picture behavior in the Spreadsheet. ///
pictureSettings-PictureSettings default- ///

///Gets or sets a value that indicates whether to enable or disable picture feature in Spreadsheet. By enabling this, you can add pictures in Spreadsheet. ///
allowPictures-boolean default-true ///

///Gets or sets a value that indicates to define height to picture in the Spreadsheet. ///
height-number default-220 ///

///Gets or sets a value that indicates to define width to picture in the Spreadsheet. ///
width-number default-440 ///

///Gets or sets an object that indicates to customize the print option in Spreadsheet. ///
printSettings-PrintSettings default- ///

///Gets or sets a value that indicates whether to enable or disable page setup support for printing in Spreadsheet. ///
allowPageSetup-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable page size support for printing in Spreadsheet. ///
allowPageSize-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable print feature in the Spreadsheet. ///
allowPrinting-boolean default-true ///

///Gets or sets an object that indicates to customize the ribbon settings in Spreadsheet. ///
ribbonSettings-RibbonSettings default- ///

///Gets or sets an object that indicates application tab settings in Spreadsheet. ///
applicationTab-any default- ///

///Gets or sets a value that indicates to set application tab type in Spreadsheet. It has two types, Menu and Backstage. ///
type-ej.Ribbon.ApplicationTabType|string default-ej.Ribbon.ApplicationTabType.Backstage ///

///Gets or sets an object that indicates menu settings for application tab in Spreadsheet. ///
menuSettings-any default- ///

///Gets or sets a value that indicates whether to enable or disable isAppend property in ribbon settings. ///
isAppend-boolean default-false ///

///Specifies the data source to append in application tab. ///
dataSource-Array<any> default-[] ///

///Gets or sets a value that indicates whether to define the number of rows to be displayed in the sheet. ///
rowCount-number default-20 ///

///Gets or sets a value that indicates to define the common height for each row in the sheet. ///
rowHeight-number default-20 ///

///Gets or sets an object that indicates to customize the scroll options in the Spreadsheet. ///
scrollSettings-ScrollSettings default- ///

///Gets or sets a value that indicates whether to enable or disable scrolling in Spreadsheet. ///
allowScrolling-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable sheet on demand. By enabling this, it render only the active sheet element while paging remaining sheets are created one by one. ///
allowSheetOnDemand-boolean default-false ///

///Gets or sets a value that indicates whether to enable or disable virtual scrolling feature in the Spreadsheet. ///
allowVirtualScrolling-boolean default-true ///

///Gets or sets the value that indicates to define the height of spreadsheet. ///
height-number|string default-100% ///

///Gets or sets the value that indicates whether to enable or disable responsive mode in the Spreadsheet. ///
isResponsive-boolean default-true ///

///Gets or sets a value that indicates to set scroll mode in Spreadsheet. It has two scroll modes, Normal and Infinite. ///
scrollMode-ej.Spreadsheet.scrollMode|string default-ej.Spreadsheet.scrollMode.Infinite ///

///Gets or sets the value that indicates to define the height of the spreadsheet. ///
width-number|string default-100% ///

///Gets or sets an object that indicates to customize the selection options in the Spreadsheet. ///
selectionSettings-SelectionSettings default- ///

///Gets or sets a value that indicates to define active cell in spreadsheet. ///
activeCell-string default- ///

///Gets or sets a value that indicates to define animation time while selection in the Spreadsheet. ///
animationTime-number default-0.001 ///

///Gets or sets a value that indicates to enable or disable animation while selection. ///
enableAnimation-boolean default-false ///

///Gets or sets a value that indicates to set selection type in Spreadsheet. It has three types which are Column, Row and Default. ///
selectionType-ej.Spreadsheet.SelectionType|string default-ej.Spreadsheet.SelectionType.Default ///

///Gets or sets a value that indicates to set selection unit in Spreadsheet. It has three types which are Single, Range and MultiRange. ///
selectionUnit-ej.Spreadsheet.SelectionUnit|string default-ej.Spreadsheet.SelectionUnit.MultiRange ///

///Gets or sets a value that indicates to define the number of sheets to be created at the initial load. ///
sheetCount-number default-1 ///

///Gets or sets an object that indicates to customize the sheet behavior in Spreadsheet. ///
sheets-Array<Sheets> default- ///

///Specifies the border for the cell in the Spreadsheet. ///
border-Array<any> default-[] ///

///Specifies border type in the Spreadsheet. ///
type-ej.Spreadsheet.BorderType|string default- ///

///Specifies border color for range of cells in Spreadsheet. ///
color-string default- ///

///To apply border for the specified range of cell. ///
range-string default- ///

///Specifies the cell types for a cell or range in Spreadsheet. ///
cellTypes-Array<any> default-[] ///

///Specifies the conditional formatting for the range of cell in Spreadsheet. ///
cFormatRule-Array<any> default-[] ///

///Specifies the conditions to apply for the range of cells in Spreadsheet. ///
action-ej.Spreadsheet.CFormatRule|string default- ///

///Specifies the color to apply for the range of cell while conditional formatting. ///
color-ej.Spreadsheet.CFormatHighlightColor|string default- ///

///Specifies the inputs for conditional formatting in Spreadsheet. ///
inputs-Array<any> default-[] ///

///Specifies the range for conditional formatting in Spreadsheet. ///
range-string default- ///

///Gets or sets a value that indicates to define column count in the Spreadsheet. ///
colCount-number default-21 ///

///Gets or sets a value that indicates to define column width in the Spreadsheet. ///
columnWidth-number default-64 ///

///Gets or sets the data to render the Spreadsheet. ///
dataSource-any default-null ///

///Gets or sets a value that indicates whether to enable or disable field as column header in the Spreadsheet. ///
fieldAsColumnHeader-boolean default-false ///

///Gets or sets a value to freeze rows in the Spreadsheet. ///
frozenRows-number default-0 ///

///Gets or sets a value to freeze columns in the Spreadsheet. ///
frozenColumns-number default-0 ///

///Specifies the header styles for the headers in datasource range. ///
headerStyles-any default-null ///

///To hide the specified columns in Spreadsheet. ///
hideColumns-Array<any> default-[] ///

///To hide the specified rows in Spreadsheet. ///
hideRows-Array<any> default-[] ///

///To merge specified ranges in Spreadsheet. ///
mergeCells-Array<any> default-[] ///

///Specifies the primary key for the datasource in Spreadsheet. ///
primaryKey-string default- ///

///Specifies the query for the dataSource in Spreadsheet. ///
query-any default-null ///

///Specifies single range or multiple range settings for a sheet in Spreadsheet. ///
rangeSettings-Array<any> default-[] ///

///Gets or sets the data to render the Spreadsheet. ///
dataSource-any default-null ///

///Specifies the header styles for the headers in datasource range. ///
headerStyles-any default-null ///

///Specifies the primary key for the datasource in Spreadsheet. ///
primaryKey-string default- ///

///Specifies the query for the datasource in Spreadsheet. ///
query-any default-null ///

///Gets or sets a value that indicates whether to enable or disable the datasource header in Spreadsheet. ///
showHeader-boolean default-true ///

///Specifies the start cell for the datasource range in Spreadsheet. ///
startCell-string default-A1 ///

///Gets or sets a value that indicates to define row count in the Spreadsheet. ///
rowCount-number default-20 ///

///Specifies the rows for a sheet in Spreadsheet. ///
rows-Array<any> default-[] ///

///Gets or sets the height of a row in Spreadsheet. ///
height-number default-20 ///

///Specifies the cells of a row in Spreadsheet. ///
cells-Array<any> default-[] ///

///Specifies the comment for a cell in Spreadsheet. ///
comment-any default-null ///

///Get or sets the value that indicates whether to show or hide comments in Spreadsheet. ///
isVisible-boolean default-false ///

///Specifies the value for the comment in Spreadsheet. ///
value-string default- ///

///Specifies the format of a cell in Spreadsheet. ///
format-any default-null ///

///Specifies the number of decimal places for the given input. ///
decimalPlaces-number default-2 ///

///Specifies the string format for the given input. ///
formatStr-string default- ///

///Specifies the thousand separator for the given input. ///
thousandSeparator-boolean default-false ///

///Specifies the type of the format in Spreadsheet. ///
type-string default- ///

///Specifies the hyperlink for a cell in Spreadsheet. ///
hyperlink-any default-null ///

///Specifies the web address for the hyperlink of a cell. ///
webAddr-string default- ///

///Specifies the cell address for the hyperlink of a cell. ///
cellAddr-string default- ///

///Specifies the sheet index to which the cell is referred. ///
sheetIndex-number default-1 ///

///Specifies the index of a cell in Spreadsheet. ///
index-number default-0 ///

///Specifies whether to lock or unlock a particular cell. ///
isLocked-boolean default-false ///

///Specifies the styles of a cell in Spreadsheet. ///
style-any default-null ///

///Specifies the background color of a cell in the Spreadsheet. ///
backgroundColor-string default- ///

///Specifies the font color of a cell in the Spreadsheet. ///
color-string default- ///

///Specifies the font weight of a cell in the Spreadsheet. ///
fontWeight-string default- ///

///Specifies the value for a cell in Spreadsheet. ///
value-string default- ///

///Gets or sets the index of a row in Spreadsheet. ///
index-number default-0 ///

///Gets or sets a value that indicates whether to show or hide grid lines in the Spreadsheet. ///
showGridlines-boolean default-true ///

///Gets or sets a value that indicates whether to enable or disable the datasource header in Spreadsheet. ///
showHeader-boolean default-true ///

///Gets or sets a value that indicates whether to show or hide headings in the Spreadsheet. ///
showHeadings-boolean default-true ///

///Specifies the name for sheet in the Spreadsheet. ///
sheetName-string default-string ///

///Specifies the start cell for the datasource range in Spreadsheet. ///
startCell-string default-A1 ///

///Gets or sets a value that indicates whether to show or hide pager in the Spreadsheet. ///
showPager-boolean default-true ///

///Gets or sets a value that indicates whether to show or hide ribbon in the Spreadsheet. ///
showRibbon-boolean default-true ///

///This is used to set the number of undo-redo steps in the Spreadsheet. ///
undoRedoStep-number default-20 ///

///Define the username for the Spreadsheet which is displayed in comment. ///
userName-string default-User Name ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ SunburstChart:function(){ /// /// Constructor of ej.SunburstChart /// } }); ej.SunburstChart=(function(){ var original=ej.SunburstChart var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { redraw:function(){ /// /// /// Redraws the entire sunburst. You can call this method whenever you update, add or remove points from the data source or whenever you want to refresh the UI. /// }, destroy:function(){ /// /// /// destroy the sunburst /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSunburstChart=function(){ this.data("ejSunburstChart",new ej.SunburstChart()); return this; }; intellisense.annotate(jQuery.fn,{ ejSunburstChart :function (options) { /// ///
///Essential Sunburst can be easily configured to the DOM element, such as div. You can create a Sunburst with highly customizable look and feel.

///Background color of the plot area. ///
background-string default-null ///

///Bind the data field from the data source. ///
valueMemberPath-string default-null ///

///Options for customizing the sunburst border. ///
border-Border default- ///

///Border color of the sunburst. ///
color-string default-null ///

///Width of the Sunburst border. ///
width-number default-2 ///

///Options for customizing the sunburst segment border. ///
segmentBorder-SegmentBorder default- ///

///Segment Border color of the sunburst. ///
color-string default-null ///

///Width of the Sunburst segment border. ///
width-number default-2 ///

///Specifies the dataSource to the sunburst. ///
dataSource-any default-null ///

///Palette color for the data points. ///
palette-string default-null ///

///Parent node of the data points. ///
parentNode-string default-null ///

///Name of the property in the datasource that contains x values. ///
xName-string default-null ///

///Name of the property in the datasource that contains y values. ///
yName-string default-null ///

///Controls whether sunburst has to be responsive or not. ///
isResponsive-boolean default-true ///

///Options to customize the Sunburst size. ///
size-Size default- ///

///Height of the Sunburst. ///
height-string default-'' ///

///Width of the Sunburst. ///
width-string default-'' ///

///Controls the visibility of sunburst. ///
visible-boolean default-true ///

///Options to customize the Sunburst tooltip. ///
tooltip-Tooltip default- ///

///tooltip visibility of the Sunburst. ///
visible-boolean default-true ///

///Options for customizing the border of the sunburst tooltip. ///
border-any default- ///

///Border color of the tooltip. ///
color-string default-null ///

///Border width of the tooltip. ///
width-number default-5 ///

///Fill color for the sunburst tooltip. ///
fill-string default-null ///

///Options for customizing the font of the tooltip. ///
font-any default- ///

///Font color of the text in the tooltip. ///
color-string default-null ///

///Font Family for the tooltip. ///
fontFamily-string default-Segoe UI ///

///Specifies the font Style for the tooltip. ///
fontStyle-ej.datavisualization.Sunburst.FontStyle|string default-Normal ///

///Specifies the font weight for the tooltip. ///
fontWeight-ej.datavisualization.Sunburst.FontWeight|string default-Regular ///

///Opacity for text in the tooltip. ///
opacity-number default-1 ///

///Font size for text in the tooltip. ///
size-string default-12px ///

///Custom template to the tooltip. ///
template-string default-null ///

///Setting the format for the data displayed in the tooltip ///
format-string default-#point.x# : #point.y# ///

///Sets the opacity of the displayed tooltip ///
opacity-number default-0.95 ///

///Options for customizing sunburst points. ///
points-Points default- ///

///Points x value of the sunburst. ///
x-string default-null ///

///Points y value of the sunburst. ///
y-number default-null ///

///Points text of the sunburst. ///
text-string default-null ///

///Points fill color of the sunburst. ///
fill-string default-null ///

///Sunburst rendering will start from the specified value ///
startAngle-number default-null ///

///Sunburst rendering will end at the specified value ///
endAngle-number default-null ///

///Sunburst outer radius value ///
radius-number default-1 ///

///Sunburst inner radius value ///
innerRadius-number default-0.4 ///

///Options to customize the Sunburst dataLabel. ///
dataLabelSettings-DataLabelSettings default- ///

///Datalabel visibility of the Sunburst. ///
visible-boolean default-false ///

///Alignment of sunburst datalabel ///
labelRotationMode-ej.datavisualization.Sunburst.SunburstLabelRotationMode|string default-Angle. See DatalabelAlignment ///

///Options for customizing the data label font. ///
font-any default- ///

///Font family of the data label. ///
fontFamily-string default-Segoe UI ///

///Font style of the data label. ///
fontStyle-ej.datavisualization.Sunburst.FontStyle|string default-normal. See FontStyle ///

///Font weight of the data label. ///
fontWeight-ej.datavisualization.Sunburst.FontWeight|string default-regular. See FontWeight ///

///Opacity of the text. ///
opacity-number default-1 ///

///Font color of the data label text. ///
color-string default-null ///

///Font size of the data label. ///
size-string default-12px ///

///Custom template for datalabel ///
template-string default-null ///

///Fill color for the datalabel ///
fill-string default-null ///

///Datalabel overflow mode ///
labelOverflowMode-ej.datavisualization.Sunburst.SunburstLabelOverflowMode|string default-Trim. See LabelOverflowMode ///

///Options for customizing the title and subtitle of sunburst. ///
title-Title default- ///

///Title text for sunburst ///
text-string default- ///

///Title text visibility for sunburst ///
visible-string default-true ///

///Title text alignment ///
textAlignment-ej.datavisualization.Sunburst.SunburstAlignment|string default-center. See TextAlignment ///

///Options for customizing the font of sunburst title. ///
font-any default- ///

///Font family for Sunburst title. ///
fontFamily-string default-Segoe UI ///

///Font style for Sunburst title. ///
fontStyle-ej.datavisualization.Sunburst.FontStyle|string default-Normal. See FontStyle ///

///Font weight for Sunburst title. ///
fontWeight-ej.datavisualization.Sunburst.FontWeight|string default-Regular. See FontWeight ///

///Opacity of the Sunburst title. ///
opacity-number default-1 ///

///Font size for Sunburst title. ///
size-string default-20px ///

///Options to customize the sub title of Sunburst. ///
subtitle-any default- ///

///Subtitle text for sunburst ///
text-string default- ///

///Sub title text visibility for sunburst ///
visible-string default-true ///

///Sub title text alignment ///
textAlignment-ej.datavisualization.Sunburst.SunburstAlignment|string default-far. See TextAlignment ///

///Options for customizing the font of sub title. ///
font-any default- ///

///Font family of sub title. ///
fontFamily-string default-Segoe UI ///

///Font style for sub title. ///
fontStyle-ej.datavisualization.Sunburst.FontStyle|string default-Normal. See FontStyle ///

///Font weight for sub title. ///
fontWeight-ej.datavisualization.Sunburst.FontWeight|string default-Regular. See FontWeight ///

///Opacity of the sub title. ///
opacity-number default-1 ///

///Font size for sub title. ///
size-string default-12px ///

///Options for customizing the appearance of the levels or point while highlighting. ///
highlightSettings-HighlightSettings default- ///

///Enables/disables the ability to highlight the levels or point interactively. ///
enable-boolean default-false ///

///Specifies whether the levels or point has to be highlighted. ///
mode-ej.datavisualization.Sunburst.SunburstHighlightMode|string default-point. See Mode ///

///Color of the levels/point on highlight. ///
color-string default-red ///

///Opacity of the levels/point on highlight. ///
opacity-number default-0.5 ///

///Specifies whether the levels or data point has to be highlighted. ///
type-ej.datavisualization.Sunburst.SunburstHighlightType|string default-opacity. See Mode ///

///Options for customizing the appearance of the levels or data point while selection. ///
selectionSettings-SelectionSettings default- ///

///Enables/disables the ability to select the levels or data point interactively. ///
enable-boolean default-false ///

///Specifies whether the levels or data point has to be selected. ///
mode-ej.datavisualization.Sunburst.SunburstHighlightMode|string default-point. See Mode ///

///Color of the levels/point on selection. ///
color-string default-green ///

///Opacity of the levels/point on selection. ///
opacity-number default-0.5 ///

///Specifies whether the levels or data point has to be selected. ///
type-ej.datavisualization.Sunburst.SunburstHighlightType|string default-opacity. See Mode ///

///Specify levels of sunburst for grouped visualization of data ///
levels-Array<Levels> default-[] ///

///Specifies the group member path ///
groupMemberPath-string default-null ///

///Options to customize the legend items and legend title. ///
legend-Legend default- ///

///Visibility of the legend. ///
visible-boolean default-false ///

///Interactive action of legend items. ///
clickAction-ej.datavisualization.Sunburst.SunburstClickAction|string default-toggleSegmentVisibility. See Alignment ///

///Horizontal alignment of the legend. ///
alignment-ej.datavisualization.Sunburst.SunburstAlignment|string default-Center. See Alignment ///

///Options for customizing the legend border. ///
border-any default- ///

///Border color of the legend. ///
color-string default-null ///

///Border width of the legend. ///
width-number default-1 ///

///Number of columns to arrange the legend items. ///
columnCount-number default-null ///

///Number of rows to arrange the legend items. ///
rowCount-number default-null ///

///Options to customize the font used for legend item text. ///
font-any default- ///

///Font family for legend item text. ///
fontFamily-string default-Segoe UI ///

///Font style for legend item text. ///
fontStyle-ej.datavisualization.Sunburst.FontStyle|string default-Normal. See FontStyle ///

///Font weight for legend item text. ///
fontWeight-ej.datavisualization.Sunburst.FontWeight|string default-Regular. See FontWeight ///

///Font size for legend item text. ///
size-string default-12px ///

///Gap or padding between the legend items. ///
itemPadding-number default-10 ///

///Options to customize the style of legend items. ///
itemStyle-any default- ///

///Height of the shape in legend items. ///
height-number default-10 ///

///Width of the shape in legend items. ///
width-number default-10 ///

///Options to customize the location of sunburst legend. Legend is placed in provided location only when value of position property is custom ///
location-any default- ///

///X value or horizontal offset to position the legend in chart. ///
x-number default-0 ///

///Y value or vertical offset to position the legend. ///
y-number default-0 ///

///Places the legend at specified position. Legend can be placed at **left**, **right**, **top** or **bottom** of the chart area. To manually specify the location of legend, set **custom** as value to this property. ///
position-ej.datavisualization.Sunburst.SunburstLegendPosition|string default-Bottom. See Position ///

///Shape of the legend items. ///
shape-ej.datavisualization.Sunburst.SunburstLegendShape|string default-None. See Shape ///

///Options to customize the size of the legend. ///
size-any default- ///

///Height of the legend. Height can be specified in either pixel or percentage. ///
height-string default-null ///

///Width of the legend. Width can be specified in either pixel or percentage. ///
width-string default-null ///

///Options to customize the legend title. ///
title-any default- ///

///Options to customize the font used for legend title ///
font-any default- ///

///Font family for the text in legend title. ///
fontFamily-string default-Segoe UI ///

///Font style for legend title. ///
fontStyle-ej.datavisualization.Sunburst.FontStyle|string default-normal. See FontStyle ///

///Font weight for legend title. ///
fontWeight-ej.datavisualization.Sunburst.FontWeight|string default-normal. See FontWeight ///

///Font size for legend title. ///
size-string default-12px ///

///Enables or disables the legend title. ///
visible-string default-true ///

///Text to be displayed in legend title. ///
text-string default- ///

///Alignment of the legend title. ///
textAlignment-ej.datavisualization.Sunburst.SunburstAlignment|string default-center. See Alignment ///

///Specifies the theme for Sunburst. ///
theme-ej.datavisualization.Sunburst.SunburstTheme|string default-Flatlight. See Theme ///

///Options to customize the left, right, top and bottom margins of sunburst area. ///
margin-Margin default- ///

///Spacing for the left margin of chart area. Setting positive value decreases the width of the chart area from left side. ///
left-number default-10 ///

///Spacing for the right margin of chart area. Setting positive value decreases the width of the chart area from right side. ///
right-number default-10 ///

///Spacing for the top margin of chart area. Setting positive value decreases the height of the chart area from the top. ///
top-number default-10 ///

///Spacing for the bottom margin of the chart area. Setting positive value decreases the height of the chart area from the bottom. ///
bottom-number default-10 ///

///Enable/disable the animation for all the levels. ///
enableAnimation-boolean default-false ///

///Opacity of the levels. ///
opacity-number default-1 ///

///Options for enable zooming feature of chart. ///
zoomSettings-ZoomSettings default- ///

///Enables or disables zooming. ///
enable-boolean default-false ///

///Toolbar horizontal alignment ///
toolbarHorizontalAlignment-ej.datavisualization.Sunburst.SunburstHorizontalAlignment|string default-right. See Alignment ///

///Toolbar vertical alignment ///
toolbarVerticalAlignment-ej.datavisualization.Sunburst.SunburstVerticalAlignment|string default-top. See Alignment ///

///Animation type of sunburst ///
animationType-ej.datavisualization.Sunburst.Animation|string default-rotation. See Alignment ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ SymbolPalette:function(){ /// /// Constructor of ej.SymbolPalette /// } }); ej.SymbolPalette=(function(){ var original=ej.SymbolPalette var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addPaletteItem:function(paletteName, node){ /// /// /// Add items to Palettes at runtime /// /// name of the Palette /// /// /// /// Add items to Palettes at runtime /// /// JSON for the new items to added in Palette /// }, removePaletteItem:function(paletteName, node){ /// /// /// Remove items to Palettes at runtime /// /// name of the Palette /// /// /// /// Remove items to Palettes at runtime /// /// JSON for the new node to removed in Palette /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejSymbolPalette=function(){ this.data("ejSymbolPalette",new ej.SymbolPalette()); return this; }; intellisense.annotate(jQuery.fn,{ ejSymbolPalette :function (options) { /// ///
///The symbol palette control allows to predefine the frequently used nodes and connectors and to drag and drop those nodes/connectors to drawing area

///Defines whether the symbols can be dragged from palette or not ///
allowDrag-boolean default-true ///

///Customizes the style of the symbol palette ///
cssClass-string default-e-symbolpalette ///

///Defines the default properties of nodes and connectors ///
defaultSettings-DefaultSettings default- ///

///Defines the default properties of the nodes ///
node-any default-null ///

///Defines the default properties of the connectors ///
connector-any default-null ///

///Sets the Id of the diagram, over which the symbols will be dropped ///
diagramId-string default-null ///

///Sets the height of the palette headers ///
headerHeight-number default-30 ///

///Defines the height of the symbol palette ///
height-number default-400 ///

///Defines the height of the palette items ///
paletteItemHeight-number default-50 ///

///Defines the width of the palette items ///
paletteItemWidth-number default-50 ///

///An array of JSON objects, where each object represents a node/connector ///
palettes-Array<Palettes> default-[] ///

///Defines the name of the palette ///
name-string default-null ///

///Defines whether the palette must be in expanded state or in collapsed state ///
expanded-boolean default-true ///

///Defines the palette items ///
items-Array<any> default-[] ///

///Defines the preview height of the symbols ///
previewHeight-number default-100 ///

///Defines the offset value to be left between the mouse cursor and symbol previews ///
previewOffset-any default-(110, 110) ///

///Defines the width of the symbol previews ///
previewWidth-number default-100 ///

///Enable or disable the palette item text ///
showPaletteItemText-boolean default-true ///

///The width of the palette ///
width-number default-250 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Tab:function(){ /// /// Constructor of ej.Tab /// } }); ej.Tab=(function(){ var original=ej.Tab var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addItem:function(URL, displayLabel, index, cssClass, id){ /// /// /// Add new tab items with given name, URL and given index position, if index null it’s add last item. /// /// URL name / tab id. /// /// /// /// Add new tab items with given name, URL and given index position, if index null it’s add last item. /// /// Tab Display name. /// /// /// /// Add new tab items with given name, URL and given index position, if index null it’s add last item. /// /// Index position to placed , this is optional. /// /// /// /// Add new tab items with given name, URL and given index position, if index null it’s add last item. /// /// specifies cssClass, this is optional. /// /// /// /// Add new tab items with given name, URL and given index position, if index null it’s add last item. /// /// specifies id of tab, this is optional. /// }, disable:function(){ /// /// /// To disable the tab control. /// }, enable:function(){ /// /// /// To enable the tab control. /// }, getItemsCount:function(){ /// /// /// This function get the number of tab rendered /// }, hide:function(){ /// /// /// This function hides the tab control. /// }, hideItem:function(index){ /// /// /// This function hides the specified item tab in tab control. /// /// index of tab item. /// }, removeItem:function(index){ /// /// /// Remove the given index tab item. /// /// index of tab item. /// }, show:function(){ /// /// /// This function is to show the tab control. /// }, showItem:function(index){ /// /// /// This function helps to show the specified hidden tab item in tab control. /// /// index of tab item. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTab=function(){ this.data("ejTab",new ej.Tab()); return this; }; intellisense.annotate(jQuery.fn,{ ejTab :function (options) { /// ///
///The Tab control is an interface where list of items are expanded from a single item. Each Tab panel defines its header text or header template, as well as a content template. Tab items are dynamically added and removed. Tabs can be loaded with AJAX content that is useful for building dashboards where space is limited.

///Specifies the ajaxSettings option to load the content to the Tab control. ///
ajaxSettings-AjaxSettings default- ///

///It specifies, whether to enable or disable asynchronous request. ///
async-boolean default-true ///

///It specifies the page will be cached in the web browser. ///
cache-boolean default-false ///

///It specifies the type of data is send in the query string. ///
contentType-string default-html ///

///It specifies the data as an object, will be passed in the query string. ///
data-any default-{} ///

///It specifies the type of data that you're expecting back from the response. ///
dataType-string default-html ///

///It specifies the HTTP request type. ///
type-string default-get ///

///Tab items interaction with keyboard keys, like headers active navigation. ///
allowKeyboardNavigation-boolean default-true ///

///Allow to collapsing the active item, while click on the active header. ///
collapsible-boolean default-false ///

///Set the root class for Tab theme. This cssClass API helps to use custom skinning option for Tab control. ///
cssClass-string default- ///

///Disables the given tab headers and content panels. ///
disabledItemIndex-number[] default-[] ///

///Specifies the animation behavior of the tab. ///
enableAnimation-boolean default-true ///

///When this property is set to false, it disables the tab control. ///
enabled-boolean default-true ///

///Enables the given tab headers and content panels. ///
enabledItemIndex-number[] default-[] ///

///Save current model value to browser cookies for state maintains. While refresh the Tab control page the model value apply from browser cookies. ///
enablePersistence-boolean default-false ///

///Display Right to Left direction for headers and panels text of tab. ///
enableRTL-boolean default-false ///

///Specify to enable scrolling for Tab header. ///
enableTabScroll-boolean default-false ///

///The event API to bind the action for active the tab items. ///
events-string default-click ///

///Specifies the position of Tab header as top, bottom, left or right. See below to get available Position ///
headerPosition-string | ej.Tab.Position default-top ///

///Set the height of the tab header element. Default this property value is null, so height take content height. ///
headerSize-string|number default-null ///

///Height set the outer panel element. Default this property value is null, so height take content height. ///
height-string|number default-null ///

///Adjust the content panel height for given option (content, auto and fill), by default panels height adjust based on the content.See below to get available HeightAdjustMode ///
heightAdjustMode-string | ej.Tab.HeightAdjustMode default-content ///

///Specifies to hide a pane of Tab control. ///
hiddenItemIndex-Array<any> default-[] ///

///Specifies the HTML Attributes of the Tab. ///
htmlAttributes-any default-{} ///

///The idPrefix property appends the given string on the added tab item id’s in runtime. ///
idPrefix-string default-ej-tab- ///

///Specifies the Tab header in active for given index value. ///
selectedItemIndex-number default-0 ///

///Display the close button for each tab items. While clicking on the close icon, particular tab item will be removed. ///
showCloseButton-boolean default-false ///

///Display the Reload button for each tab items. ///
showReloadIcon-boolean default-false ///

///Tab panels and headers to be displayed in rounded corner style. ///
showRoundedCorner-boolean default-false ///

///Set the width for outer panel element, if not it’s take parent width. ///
width-string|number default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ TagCloud:function(){ /// /// Constructor of ej.TagCloud /// } }); ej.TagCloud=(function(){ var original=ej.TagCloud var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { insert:function(name){ /// /// /// Inserts a new item into the TagCloud /// /// Insert new item into the TagCloud /// }, insertAt:function(name, position){ /// /// /// Inserts a new item into the TagCloud at a particular position. /// /// Inserts a new item into the TagCloud /// /// /// /// Inserts a new item into the TagCloud at a particular position. /// /// Inserts a new item into the TagCloud with the specified position /// }, remove:function(name){ /// /// /// Removes the item from the TagCloud based on the name. It removes all the tags which have the corresponding name /// /// name of the tag. /// }, removeAt:function(position){ /// /// /// Removes the item from the TagCloud based on the position. It removes the tags from the the corresponding position only. /// /// position of tag item. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTagCloud=function(){ this.data("ejTagCloud",new ej.TagCloud()); return this; }; intellisense.annotate(jQuery.fn,{ ejTagCloud :function (options) { /// ///
///The TagCloud allows the user to display a list of links or tags with a structured cloud format where the importance of the tags can differentiate with varied font sizes, colors, and styles.

///Specify the CSS class to button to achieve custom theme. ///
cssClass-string default- ///

///The dataSource contains the list of data to display in a cloud format. Each data contains a link URL, frequency to categorize the font size and a display text. ///
dataSource-any default-null ///

///Sets the TagCloud and tag items direction as right to left alignment. ///
enableRTL-boolean default-false ///

///Defines the mapping fields for the data items of the TagCloud. ///
fields-Fields default-null ///

///Defines the frequency column number to categorize the font size. ///
frequency-string default- ///

///Defines the HTML attributes column for the anchor elements inside the each tag items. ///
htmlAttributes-string default- ///

///Defines the tag value or display text. ///
text-string default- ///

///Defines the URL link to navigate while click the tag. ///
url-string default- ///

///Specifies the list of HTML attributes to be added to TagCloud control. ///
htmlAttributes-any default-{} ///

///Defines the format for the TagCloud to display the tag items.See Format ///
format-string|ej.Format default-ej.Format.Cloud ///

///Sets the maximum font size value for the tag items. The font size for the tag items will be generated in between the minimum and maximum font size values. ///
maxFontSize-string|number default-40px ///

///Sets the minimum font size value for the tag items. The font size for the tag items will be generated in between the minimum and maximum font size values. ///
minFontSize-string|number default-10px ///

///Define the query to retrieve the data from online server. The query is used only when the online dataSource is used. ///
query-any default-null ///

///Shows or hides the TagCloud title. When this set to false, it hides the TagCloud header. ///
showTitle-boolean default-true ///

///Sets the title image for the TagCloud. To show the title image, the showTitle property should be enabled. ///
titleImage-string default-null ///

///Sets the title text for the TagCloud. To show the title text, the showTitle property should be enabled. ///
titleText-string default-Title ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Editor:function(){ /// /// Constructor of ej.Editor /// } }); ej.Editor=(function(){ var original=ej.Editor var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// destroy the editor widgets all events are unbind automatically and bring the control to pre-init state. /// }, disable:function(){ /// /// /// To disable the corresponding Editors /// }, enable:function(){ /// /// /// To enable the corresponding Editors /// }, getValue:function(){ /// /// /// To get value from corresponding Editors /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejEditor=function(){ this.data("ejEditor",new ej.Editor()); return this; }; intellisense.annotate(jQuery.fn,{ ejEditor :function (options) { /// ///
///NumericTextBox is used to display only numeric values. It has Spin buttons to increase or decrease the values in the Text Box.

///Specifies the currency symbol of currency textbox, used when the user wants to overwrite the currency symbol commonly instead of the current culture symbol. ///
currencySymbol-string default-Based on the culture ///

///Sets the root CSS class for Editors which allow us to customize the appearance. ///
cssClass-string default- ///

///Specifies the number of digits that is allowed after the decimal point. When the decimalPlaces is set to “-1”, it allows the decimals without any limit in the Textboxes. ///
decimalPlaces-number default-0 ///

///Specifies the editor control state. ///
enabled-boolean default-true ///

///Specify the enablePersistence to editor to save current editor control value to browser cookies for state maintenance. ///
enablePersistence-boolean default-false ///

///Specifies the Right to Left Direction to editor. ///
enableRTL-boolean default-false ///

///When enableStrictMode true it allows the value outside of the range also but it highlights the textbox with error class,otherwise it internally changed to the correct value. ///
enableStrictMode-boolean default-false ///

///Specifies the number of digits in each group to the editor. ///
groupSize-string default-Based on the culture. ///

///It provides the options to get the customized character to separate the digits. If not set, the separator defined by the current culture. ///
groupSeparator-string default-Based on the culture ///

///Specifies the height of the editor. ///
height-string default-30 ///

///It allows to define the characteristics of the Editors control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///The Editor value increment or decrement based an incrementStep value. ///
incrementStep-number default-1 ///

///Defines the localization culture for editor. ///
locale-string default-en-US ///

///Specifies the maximum value of the editor. ///
maxValue-number default-Number.MAX_VALUE ///

///Specifies the minimum value of the editor. ///
minValue-number default--(Number.MAX_VALUE) and 0 for Currency Textbox. ///

///Specifies the name of the editor. ///
name-string default-Sets id as name if it is null. ///

///Specifies the pattern for formatting positive values in editor.We have maintained some standard to define the negative pattern. you have to specify 'n' to place the digit in your pattern.ejTextbox allows you to define a currency or percent symbol where you want to place it. ///
negativePattern-string default-Based on the culture ///

///Specifies the pattern for formatting positive values in editor.We have maintained some standard to define the positive pattern. you have to specify 'n' to place the digit in your pattern.ejTextbox allows you to define a currency or percent symbol where you want to place it. ///
positivePattern-string default-Based on the culture ///

///Toggles the readonly state of the editor. When the Editor is readonly it doesn't allow user interactions. ///
readOnly-boolean default-false ///

///Specifies to Change the sharped edges into rounded corner for the Editor. ///
showRoundedCorner-boolean default-false ///

///Specifies whether the up and down spin buttons should be displayed in editor. ///
showSpinButton-boolean default-true ///

///Enables decimal separator position validation on type . ///
validateOnType-boolean default-false ///

///Set the jQuery validation error message in editor. ///
validationMessage-any default-null ///

///Set the jQuery validation rules to the editor. ///
validationRules-any default-null ///

///Specifies the value of the editor. ///
value-number|string default-null ///

///Specifies the watermark text to editor. ///
watermarkText-string default-Based on the culture. ///

///Specifies the width of the editor. ///
width-string default-143 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Tile:function(){ /// /// Constructor of ej.Tile /// } }); ej.Tile=(function(){ var original=ej.Tile var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { updateTemplate:function(id, index){ /// /// /// Update the image template of tile item to another one. /// /// UpdateTemplate by using id /// /// /// /// Update the image template of tile item to another one. /// /// index of the tile /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTile=function(){ this.data("ejTile",new ej.Tile()); return this; }; intellisense.annotate(jQuery.fn,{ ejTile :function (options) { /// ///
///The Web Tiles are simple, opaque rectangles or squares and they are arrayed on the start screen in a grid-like pattern. Tapping or selecting a Tile, launches the app or does some other action that is represented by the Tile. Tiles are arranged in a group separated by columns that looks like a start screen of a device and it can be either static or live.

///Section for badge specific functionalities and it represents the notification for tile items. ///
badge-Badge default- ///

///Specifies whether to enable badge or not. ///
enabled-boolean default-false ///

///Specifies maximum value for tile badge. ///
maxValue-number default-100 ///

///Specifies minimum value for tile badge. ///
minValue-number default-1 ///

///Specifies text instead of number for tile badge. ///
text-string default-null ///

///Sets value for tile badge. ///
value-number default-1 ///

///Sets position for tile badge. ///
position-ej.Tile.BadgePosition|string default-“bottomright” ///

///Section for caption specific functionalities and it represents the notification for tile items. ///
caption-Caption default- ///

///Specifies whether the tile text to be shown or hidden. ///
enabled-boolean default-true ///

///Changes the text of a tile. ///
text-string default-Text ///

///It is used to align the text of a tile. ///
alignment-ej.Tile.CaptionAlignment|string default-normal ///

///It is used to specify the caption position like Inner top, inner bottom and outer. ///
position-ej.Tile.CaptionPosition|string default-Innerbottom ///

///sets the icon instead of text. ///
icon-string default-null ///

///Sets the root class for Tile theme. This cssClass API helps to use custom skinning option for Tile control. By defining the root class using this API, we need to include this root class in CSS. ///
cssClass-string default- ///

///Saves current model value to browser cookies for state maintains. While refreshing the page retains the model value applies from browser cookies. ///
enablePersistence-boolean default-false ///

///Customize the tile size height. ///
height-string|number default-null ///

///Specifies Tile imageClass, using this property we can give images for each tile through CSS classes. ///
imageClass-string default-null ///

///Specifies the position of tile image. ///
imagePosition-ej.Tile.ImagePosition|string default-center ///

///Specifies the tile image in outside of template content. ///
imageTemplateId-string default-null ///

///Specifies the URL of tile image. ///
imageUrl-string default-null ///

///Set the localization culture for Tile Widget. ///
locale-string default- ///

///Section for liveTile specific functionalities. ///
liveTile-LiveTile default- ///

///Specifies whether to enable liveTile or not. ///
enabled-boolean default-false ///

///Specifies liveTile images in CSS classes. ///
imageClass-Array<any> default-null ///

///Specifies liveTile images in templates. ///
imageTemplateId-Array<any> default-null ///

///Specifies liveTile images in CSS classes. ///
imageUrl-Array<any> default-null ///

///Specifies liveTile type for Tile. See orientation ///
type-ej.Tile.liveTileType|string default-flip ///

///Specifies time interval between two successive liveTile animation ///
updateInterval-number default-2000 ///

///Sets the text to each living tile ///
text-Array<any> default-Null ///

///Specifies the size of a tile. See tileSize ///
tileSize-ej.Tile.TileSize|string default-small ///

///Customize the tile size width. ///
width-string|number default-null ///

///Sets the rounded corner to tile. ///
showRoundedCorner-boolean default-false ///

///Sets allowSelection to tile. ///
allowSelection-boolean default-false ///

///Sets the background color to tile. ///
backgroundColor-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ TimePicker:function(){ /// /// Constructor of ej.TimePicker /// } }); ej.TimePicker=(function(){ var original=ej.TimePicker var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { disable:function(){ /// /// /// Allows you to disable the TimePicker. /// }, enable:function(){ /// /// /// Allows you to enable the TimePicker. /// }, getValue:function(){ /// /// /// It returns the current time value. /// }, hide:function(){ /// /// /// This method will hide the TimePicker control popup. /// }, setCurrentTime:function(){ /// /// /// Updates the current system time in TimePicker. /// }, show:function(){ /// /// /// This method will show the TimePicker control popup. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTimePicker=function(){ this.data("ejTimePicker",new ej.TimePicker()); return this; }; intellisense.annotate(jQuery.fn,{ ejTimePicker :function (options) { /// ///
///The TimePicker control for JavaScript allows users to select a time value. The available times can be restricted to a range by setting minimum and maximum time values. The TimePicker sets the time as a mask to prevent users from entering invalid values.

///Sets the root CSS class for the TimePicker theme, which is used to customize. ///
cssClass-string default- ///

///Specifies the list of time range to be disabled. ///
disableTimeRanges-any default-{} ///

///Specifies the animation behavior in TimePicker. ///
enableAnimation-boolean default-true ///

///When this property is set to false, it disables the TimePicker control. ///
enabled-boolean default-true ///

///Save current model value to browser cookies for maintaining states. When refreshing the TimePicker control page, the model value is applied from browser cookies or HTML 5local storage. ///
enablePersistence-boolean default-false ///

///Displays the TimePicker as right to left alignment. ///
enableRTL-boolean default-false ///

///When the enableStrictMode is set as true it allows the value outside of the range and also indicate with red color border, otherwise it internally changed to the min or max range value based an input value. ///
enableStrictMode-boolean default-false ///

///Defines the height of the TimePicker textbox. ///
height-string|number default- ///

///Sets the step value for increment an hour value through arrow keys or mouse scroll. ///
hourInterval-number default-1 ///

///It allows to define the characteristics of the TimePicker control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///Sets the time interval between the two adjacent time values in the popup. ///
interval-number default-30 ///

///Defines the localization info used by the TimePicker. ///
locale-string default-en-US ///

///Sets the maximum time value to the TimePicker. ///
maxTime-string default-11:59:59 PM ///

///Sets the minimum time value to the TimePicker. ///
minTime-string default-12:00:00 AM ///

///Sets the step value for increment the minute value through arrow keys or mouse scroll. ///
minutesInterval-number default-1 ///

///Defines the height of the TimePicker popup. ///
popupHeight-string|number default-191px ///

///Defines the width of the TimePicker popup. ///
popupWidth-string|number default-auto ///

///Toggles the readonly state of the TimePicker. When the widget is readOnly, it doesn’t allow your input. ///
readOnly-boolean default-false ///

///Sets the step value for increment the seconds value through arrow keys or mouse scroll. ///
secondsInterval-number default-1 ///

///shows or hides the drop down button in TimePicker. ///
showPopupButton-boolean default-true ///

///TimePicker is displayed with rounded corner when this property is set to true. ///
showRoundedCorner-boolean default-false ///

///Defines the time format displayed in the TimePicker. ///
timeFormat-string default-h:mm tt ///

///Set the jQuery validation error message in TimePicker. ///
validationMessages-any default-null ///

///Set the jQuery validation rules in TimePicker. ///
validationRules-any default-null ///

///Sets a specified time value on the TimePicker. ///
value-string|Date default-null ///

///Specifies the water mark text to be displayed in input text. ///
watermarkText-string default-select a time ///

///Defines the width of the TimePicker textbox. ///
width-string|number default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ ToggleButton:function(){ /// /// Constructor of ej.ToggleButton /// } }); ej.ToggleButton=(function(){ var original=ej.ToggleButton var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// Allows you to destroy the ToggleButton widget. /// }, disable:function(){ /// /// /// To disable the ToggleButton to prevent all user interactions. /// }, enable:function(){ /// /// /// To enable the ToggleButton. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejToggleButton=function(){ this.data("ejToggleButton",new ej.ToggleButton()); return this; }; intellisense.annotate(jQuery.fn,{ ejToggleButton :function (options) { /// ///
///The Toggle Button allows you to perform the toggle option by using checked and unchecked state. This Toggle Button can be helpful to user to check their states. The Toggle Button control displays both text and images.

///Specify the icon in active state to the toggle button and it will be aligned from left margin of the button. ///
activePrefixIcon-string default- ///

///Specify the icon in active state to the toggle button and it will be aligned from right margin of the button. ///
activeSuffixIcon-string default- ///

///Sets the text when ToggleButton is in active state i.e.,checked state. ///
activeText-string default-null ///

///Specifies the contentType of the ToggleButton. See ContentType as below ///
contentType-ej.ContentType|string default-ej.ContentType.TextOnly ///

///Specify the CSS class to the ToggleButton to achieve custom theme. ///
cssClass-string default- ///

///Specify the icon in default state to the toggle button and it will be aligned from left margin of the button. ///
defaultPrefixIcon-string default- ///

///Specify the icon in default state to the toggle button and it will be aligned from right margin of the button. ///
defaultSuffixIcon-string default- ///

///Specifies the text of the ToggleButton, when the control is a default state. i.e., unChecked state. ///
defaultText-string default-null ///

///Specifies the state of the ToggleButton. ///
enabled-boolean default-true ///

///Save current model value to browser cookies for maintaining states. When refreshing the ToggleButton control page, the model value is applied from browser cookies or HTML 5local storage. ///
enablePersistence-boolean default-false ///

///Specify the Right to Left direction of the ToggleButton. ///
enableRTL-boolean default-false ///

///Specifies the height of the ToggleButton. ///
height-number|string default-28pixel ///

///It allows to define the characteristics of the ToggleButton control. It will helps to extend the capability of an HTML element. ///
htmlAttributes-any default-{} ///

///Specifies the image position of the ToggleButton. ///
imagePosition-ej.ImagePosition|string default-ej.ImagePosition.ImageLeft ///

///Allows to prevents the control switched to checked (active) state. ///
preventToggle-boolean default-false ///

///Displays the ToggleButton with rounded corners. ///
showRoundedCorner-boolean default-false ///

///Specifies the size of the ToggleButton. See ButtonSize as below ///
size-ej.ButtonSize|string default-ej.ButtonSize.Normal ///

///It allows to define the ToggleButton state to checked(Active) or unchecked(Default) at initial time. ///
toggleState-boolean default-false ///

///Specifies the type of the ToggleButton. See ButtonType as below ///
type-ej.ButtonType|string default-ej.ButtonType.Button ///

///Specifies the width of the ToggleButton. ///
width-number|string default-100pixel ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Toolbar:function(){ /// /// Constructor of ej.Toolbar /// } }); ej.Toolbar=(function(){ var original=ej.Toolbar var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { deselectItem:function(element){ /// /// /// Deselect the specified Toolbar item. /// /// The element need to be deselected /// }, deselectItemByID:function(ID){ /// /// /// Deselect the Toolbar item based on specified id. /// /// The ID of the element need to be deselected /// }, destroy:function(){ /// /// /// Allows you to destroy the Toolbar widget. /// }, disable:function(){ /// /// /// To disable all items in the Toolbar control. /// }, disableItem:function(element){ /// /// /// Disable the specified Toolbar item. /// /// The element need to be disabled /// }, disableItemByID:function(ID){ /// /// /// Disable the Toolbar item based on specified item id in the Toolbar. /// /// The ID of the element need to be disabled /// }, enable:function(){ /// /// /// Enable the Toolbar if it is in disabled state. /// }, enableItem:function(element){ /// /// /// Enable the Toolbar item based on specified item. /// /// The element need to be enabled /// }, enableItemByID:function(ID){ /// /// /// Enable the Toolbar item based on specified item id in the Toolbar. /// /// The ID of the element need to be enabled /// }, hide:function(){ /// /// /// To hide the Toolbar /// }, removeItem:function(element){ /// /// /// Remove the item from toolbar, based on specified item. /// /// The element need to be removed /// }, removeItemByID:function(ID){ /// /// /// Remove the item from toolbar, based on specified item id in the Toolbar. /// /// The ID of the element need to be removed /// }, selectItem:function(element){ /// /// /// Selects the item from toolbar, based on specified item. /// /// The element need to be selected /// }, selectItemByID:function(ID){ /// /// /// Selects the item from toolbar, based on specified item id in the Toolbar. /// /// The ID of the element need to be selected /// }, show:function(){ /// /// /// To show the Toolbar. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejToolbar=function(){ this.data("ejToolbar",new ej.Toolbar()); return this; }; intellisense.annotate(jQuery.fn,{ ejToolbar :function (options) { /// ///
///The Toolbar control supports displaying a list of tools within a web page. This control is capable of customizing toolbar items with any functionality by using enriched client-side methods. This control is composed of collection of unordered lists containing text and images contained into a div.

///Sets the root CSS class for Toolbar control to achieve the custom theme. ///
cssClass-string default- ///

///Specifies dataSource value for the Toolbar control during initialization. ///
dataSource-any default-null ///

///Disables an Item or set of Items that are enabled in the Toolbar ///
disabledItemIndices-Array<any> default-[] ///

///Specifies the Toolbar control state. ///
enabled-boolean default-true ///

///Enables an Item or set of Items that are disabled in the Toolbar ///
enabledItemIndices-Array<any> default-[] ///

///Specifies enableRTL property to align the Toolbar control from right to left direction. ///
enableRTL-boolean default-false ///

///Allows to separate the each UL items in the Toolbar control. ///
enableSeparator-boolean default-false ///

///Specifies the mapping fields for the data items of the Toolbar ///
fields-string default-null ///

///Defines the group name for the item. ///
group-string default- ///

///Defines the HTML attributes such as id, class, styles for the item to extend the capability. ///
htmlAttributes-any default- ///

///Defines id for the tag. ///
id-string default- ///

///Defines the image attributes such as height, width, styles and so on. ///
imageAttributes-string default- ///

///Defines the imageURL for the image location. ///
imageUrl-string default- ///

///Defines the sprite CSS for the image tag. ///
spriteCssClass-string default- ///

///Defines the text content for the tag. ///
text-string default- ///

///Defines the tooltip text for the tag. ///
tooltipText-string default- ///

///Allows you to add template as toolbar item ///
template-string default- ///

///Specifies the height of the Toolbar. ///
height-number|string default-28 ///

///Specifies the list of HTML attributes to be added to toolbar control. ///
htmlAttributes-any default-{} ///

///Specifies whether the Toolbar control is need to be show or hide. ///
hide-boolean default-false ///

///Enables/Disables the responsive support for Toolbar items during the window resizing time. ///
isResponsive-boolean default-false ///

///Specifies the items of Toolbar ///
Items-Items default-null ///

///Defines the group name for the item. ///
group-string default- ///

///Defines the HTML attributes such as id, class, styles for the item . ///
htmlAttributes-any default- ///

///Defines id for the tag. ///
id-string default- ///

///Defines the image attributes such as height, width, styles and so on. ///
imageAttributes-string default- ///

///Defines the imageURL for the image location. ///
imageUrl-string default- ///

///Defines the sprite CSS for the image tag. ///
spriteCssClass-string default- ///

///Defines the text content for the tag. ///
text-string default- ///

///Defines the tooltip text for the tag. ///
tooltipText-string default- ///

///Allows to add template as toolbar item. ///
template-string default- ///

///Specifies the Toolbar orientation. See orientation ///
orientation-ej.Orientation|string default-Horizontal ///

///Specifies the query to retrieve the data from the online server. The query is used only when the online dataSource is used. ///
query-any default-null ///

///Specifies the Toolbar responsive type. ///
responsiveType-ej.Toolbar.ResponsiveType|string default-Popup ///

///Displays the Toolbar with rounded corners. ///
showRoundedCorner-boolean default-false ///

///Specifies the width of the Toolbar. ///
width-number|string default- ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Tooltip:function(){ /// /// Constructor of ej.Tooltip /// } }); ej.Tooltip=(function(){ var original=ej.Tooltip var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// Destroys the Tooltip control. /// }, disable:function(){ /// /// /// Disables the Tooltip control. /// }, enable:function(){ /// /// /// Enables the Tooltip control. /// }, hide:function(effect, func){ /// /// /// Hide the Tooltip popup. /// /// optional Determines the type of effect that takes place when hiding the tooltip. /// /// /// /// Hide the Tooltip popup. /// /// optional custom effect takes place when hiding the tooltip. /// }, show:function(effect, func, target){ /// /// /// Shows the Tooltip popup for the given target element with the specified effect. /// /// optional Determines the type of effect that takes place when showing the tooltip. /// /// /// /// Shows the Tooltip popup for the given target element with the specified effect. /// /// optional custom effect takes place when showing the tooltip. /// /// /// /// Shows the Tooltip popup for the given target element with the specified effect. /// /// optional Tooltip will be shown for the given element /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTooltip=function(){ this.data("ejTooltip",new ej.Tooltip()); return this; }; intellisense.annotate(jQuery.fn,{ ejTooltip :function (options) { /// ///
///The Tooltip control will display a popup hint when the user hover/click/focus to the element.

///Tooltip control can be accessed through the keyboard shortcut keys. ///
allowKeyboardNavigation-boolean default-true ///

///Specifies the animation behavior in Tooltip. It contains the following sub properties. ///
animation-Animation default- ///

///Determines the type of effect. ///
effect-ej.Tooltip.effect|string default-ej.Tooltip.Effect.None ///

///Sets the animation speed in milliseconds. ///
speed-number default-4000 ///

///Sets the position related to target element, window, mouse or (x,y) co-ordinates. ///
associate-ej.Tooltip.Associate|string default-ej.Tooltip.Associate.Target ///

///Specified the delay to hide Tooltip when closeMode is auto. ///
autoCloseTimeout-number default-4000 ///

///Specifies the closing behavior of Tooltip popup. ///
closeMode-ej.Tooltip.CloseMode|string default-ej.Tooltip.CloseMode.None ///

///Sets the Tooltip in alternate position when collision occurs. ///
collision-ej.Tooltip.Collision|string default-ej.Tooltip.Collision.FlipFit ///

///Specified the selector for the container element. ///
containment-string default-body ///

///Specifies the text for Tooltip. ///
content-string default-null ///

///Sets the root CSS class for Tooltip for the customization. ///
cssClass-string default-null ///

///Enables or disables the Tooltip. ///
enabled-boolean default-true ///

///Sets the Tooltip direction from right to left. ///
enableRTL-boolean default-false ///

///Defines the height of the Tooltip popup. ///
height-string|number default-auto ///

///Enables the arrow in Tooltip. ///
isBalloon-boolean default-true ///

///defines various attributes of the Tooltip position ///
position-Position default- ///

///Sets the Tooltip position against target. ///
target-any default- ///

///Sets the Tooltip position against target based on horizontal(x) value. ///
horizontal-string|number default-center ///

///Sets the Tooltip position against target based on vertical(y) value. ///
vertical-string|number default-top ///

///Sets the arrow position again popup. ///
stem-any default- ///

///Sets the arrow position again popup based on horizontal(x) value ///
horizontal-string default-center ///

///Sets the arrow position again popup based on vertical(y) value ///
vertical-string default-bottom ///

///Enables or disables rounded corner. ///
showRoundedCorner-boolean default-false ///

///Enables or disables shadow effect. ///
showShadow-boolean default-false ///

///Specified a selector for elements, within the container. ///
target-string default-null ///

///defines Tooltip size and gap between tooltip against the target element. ///
tip-Tip default- ///

///Sets the Tooltip size. ///
size-any default- ///

///Sets the Tooltip width. ///
width-number default-20 ///

///Sets the Tooltip height. ///
height-number default-10 ///

///Sets gap between tooltip against the target element. ///
adjust-any default- ///

///Sets horizontal gap between Tooltip and target element. ///
xValue-number default-0 ///

///Sets vertical gap between Tooltip and target element. ///
yValue-number default-0 ///

///The title text to be displayed in the Tooltip header. ///
title-string default-null ///

///Specified the event action to show case the Tooltip. ///
trigger-ej.Tooltip.Trigger|string default-ej.Tooltip.Trigger.Hover ///

///Defines the width of the Tooltip popup. ///
width-string|number default-auto ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ TreeGrid:function(){ /// /// Constructor of ej.TreeGrid /// } }); ej.TreeGrid=(function(){ var original=ej.TreeGrid var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addRow:function(data, rowPosition){ /// /// /// Add a new row in TreeGrid, while allowAdding is set to true /// /// Item to add in TreeGrid row. /// /// /// /// Add a new row in TreeGrid, while allowAdding is set to true /// /// Defines in which position the row wants to be added /// }, clearFilter:function(fieldName){ /// /// /// Clears the filter applied to a specific column. /// /// Pass the column field name to clear filtering done in that column. /// }, clearSelection:function(index){ /// /// /// To clear all the selection in TreeGrid /// /// you can pass a row index to clear the row selection. /// }, clearSorting:function(){ /// /// /// To clear the sorting from sorted columns in TreeGrid. /// }, collapseAll:function(){ /// /// /// To collapse all the parent items in tree grid /// }, collapseAtLevel:function(index){ /// /// /// Collapses the records at specific hierarchical level /// /// you can pass the particular level as index. /// }, columnIndex:function(Index){ /// /// /// To change the index of the tree column in TreeGrid. /// /// Pass the column index to make the column as treeColumnIndex. /// }, deleteColumn:function(columnIndex){ /// /// /// To delete the specified column /// /// Index of the column to be deleted /// }, expandAll:function(){ /// /// /// To expand all the root level nodes in TreeGrid. /// }, expandAtLevel:function(index){ /// /// /// Expands the records at specific hierarchical level /// /// you can pass the level as index number to expand /// }, expandCollapseRow:function(Index){ /// /// /// To expand and collapse an item in TreeGrid using item’s index. /// /// Pass the row index of row to expand/collapse. /// }, expandCollapseTotalSummary:function(expanded){ /// /// /// To expand collapse the total summary row. /// /// Decides to expand/collapse the total summary /// }, filterColumn:function(fieldName, filterOperator, filterValue, predicate, matchcase, actualFilterValue){ /// /// /// Sends filtering request to filter a column in TreeGrid. /// /// Pass the field name of the column. /// /// /// /// Sends filtering request to filter a column in TreeGrid. /// /// string/integer/dateTime operator. /// /// /// /// Sends filtering request to filter a column in TreeGrid. /// /// Pass the value to be filtered in a column. /// /// /// /// Sends filtering request to filter a column in TreeGrid. /// /// Pass the predicate as and/or. /// /// /// /// Sends filtering request to filter a column in TreeGrid. /// /// Optional pass the match case value as true/false. /// /// /// /// Sends filtering request to filter a column in TreeGrid. /// /// Optional actualFilterValue denote the filter object of current filtered columns. /// }, filterContent:function(ejPredicate){ /// /// /// To filter multiple columns with multiple conditions dynamically in TreeGrid. /// /// Pass the filtering column details and conditions as ejPredicate instance. ejPredicate object is defined as fieldName,filterOperator, filterValue and ignoreCase properties /// }, freezeColumn:function(field, isFrozen){ /// /// /// Freeze/unfreeze the specified column. /// /// Freeze/Unfreeze this field column. /// /// /// /// Freeze/unfreeze the specified column. /// /// Decides to Freeze/Unfreeze this field column. /// }, freezePrecedingColumns:function(field){ /// /// /// Freeze all the columns preceding to the column specified by the field name. /// /// Freeze all Columns before this field column. /// }, getColumnByField:function(fieldName){ /// /// /// Gets the column object of specific column. /// /// Pass the column field name to get details of that column. /// }, getColumnByHeaderText:function(headerText){ /// /// /// Gets the column object of specific column. /// /// Pass the column header text to get details of that column. /// }, getColumnIndexByField:function(fieldName){ /// /// /// Gets the column index of specific column with data source field. /// /// Pass the column field name to get its index. /// }, getFieldNameByHeaderText:function(headerText){ /// /// /// Gets the column field name using column header text. /// /// Pass the column header text to get its field name. /// }, getScrollLeftOffset:function(){ /// /// /// Gets the scroll left offset of TreeGrid. /// }, getScrollTopOffset:function(){ /// /// /// Gets the scroll top offset of TreeGrid. /// }, getSelectedCells:function(){ /// /// /// Gets the selected cell(s) element details in TreeGrid. /// }, getUpdatedRecords:function(){ /// /// /// To get the updated data source of TreeGrid. /// }, gotoPage:function(PageIndex){ /// /// /// Sends request to navigate to a specific page in TreeGrid. /// /// Pass the page index to perform paging at specified page index. /// }, hideColumn:function(headerText){ /// /// /// To hide the column by using header text /// /// you can pass a header text of a column to hide. /// }, moveRow:function(fromIndex, toIndex, position){ /// /// /// To move the TreeGrid rows programmatically with from index ,to index and position. /// /// you can pass drag Index of the row /// /// /// /// To move the TreeGrid rows programmatically with from index ,to index and position. /// /// you can pass target Index of the row. /// /// /// /// To move the TreeGrid rows programmatically with from index ,to index and position. /// /// you can pass the drop position as above,below,child /// }, refresh:function(dataSource, query){ /// /// /// To refresh the changes in tree grid /// /// Pass which data source you want to show in tree grid /// /// /// /// To refresh the changes in tree grid /// /// Pass which data you want to show in tree grid /// }, renameColumn:function(columnIndex, name){ /// /// /// To rename a column with the specified name /// /// Index of the column to be renamed /// /// /// /// To rename a column with the specified name /// /// Header text of the column /// }, reorderColumn:function(fieldName, targetIndex){ /// /// /// To reorder the column with field name and target index values /// /// you can pass a name of column to reorder. /// /// /// /// To reorder the column with field name and target index values /// /// you can pass a target column index to be inserted. /// }, saveCell:function(){ /// /// /// To save the edited cell in TreeGrid /// }, scrollOffset:function(Left, Top){ /// /// /// Sets the scroll left and scroll top offsets of TreeGrid. /// /// Pass a value to set left position of horizontal scroll bar. /// /// /// /// Sets the scroll left and scroll top offsets of TreeGrid. /// /// Pass a value to set top position of vertical scroll bar. /// }, scrollToBottom:function(){ /// /// /// Sets the scroll top offset of TreeGrid to maximum value. /// }, scrollToTop:function(){ /// /// /// Sets the scroll top offset of TreeGrid to 0. /// }, selectCells:function(Indexes, preservePreviousSelectedCell){ /// /// /// To select cell based on the cell and row index dynamically. /// /// array of cell indexes to be select /// /// /// /// To select cell based on the cell and row index dynamically. /// /// Defines that we need to preserve the previously selected cells or not /// }, showAddDialog:function(){ /// /// /// To open the dialog to add new record/row in TreeGrid. /// }, showColumn:function(headerText){ /// /// /// To show the column by using header text /// /// you can pass a header text of a column to show. /// }, showEditDialog:function(Index){ /// /// /// To open the dialog to edit a row/record in TreeGrid. /// /// Pass the index of row to be edit. /// }, showHideDetailsRow:function(rowIndex){ /// /// /// Show/Hide the detail row of a specific record. /// /// Pass the row index of record to show/hide the detail row. /// }, sortColumn:function(fieldName, columnSortDirection){ /// /// /// To sorting the data based on the particular fields /// /// you can pass a name of column to sort. /// /// /// /// To sorting the data based on the particular fields /// /// you can pass a sort direction to sort the column. /// }, updateCheckboxColumn:function(fieldName){ /// /// /// To change the checkbox selection to any column. /// /// Pass the column field name to check box selection to that column. /// }, updateRecordByIndex:function(index, data){ /// /// /// To update the value of TreeGrid row by using row index. /// /// index of record to be updated /// /// /// /// To update the value of TreeGrid row by using row index. /// /// object with modified field value /// }, updateResponsiveMinWidth:function(width){ /// /// /// Sets the minimum responsive width for TreeGrid. /// /// Pass the minimum responsive width, above which the TreeGrid needs to work in responsive mode. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTreeGrid=function(){ this.data("ejTreeGrid",new ej.TreeGrid()); return this; }; intellisense.annotate(jQuery.fn,{ ejTreeGrid :function (options) { /// ///
///Custom Design for HTML TreeGrid control.

///Enables or disables the option for column reordering ///
allowColumnReordering-boolean default-false ///

///Enables or disables the ability to resize the column width interactively. ///
allowColumnResize-boolean default-false ///

///Enables or disables the ability to drag and drop the row interactively to reorder the rows. ///
allowDragAndDrop-boolean default-false ///

///Enables or disables the ability to filter the data on all the columns. Enabling this property will display a row with editor controls corresponding to each column. You can restrict filtering on particular column by disabling this property directly on that column instance itself. ///
allowFiltering-boolean default-false ///

///Enables or disables keyboard navigation. ///
allowKeyboardNavigation-boolean default-true ///

///Enables or disables the ability to sort the rows based on multiple columns/fields by clicking on each column header. Rows will be sorted recursively on clicking the column headers. ///
allowMultiSorting-boolean default-false ///

///Enables/disables pagination of rows in TreeGrid ///
allowPaging-boolean default-false ///

///Enables or disables the toolbar searching in TreeGrid. ///
allowSearching-boolean default-false ///

///Enables or disables the ability to select a row interactively. ///
allowSelection-boolean default-true ///

///Enables or disables the ability to sort the rows based on a single field/column by clicking on that column header. When enabled, rows can be sorted only by single field/column. ///
allowSorting-boolean default-false ///

///Gets or sets a value that indicates whether the Content will wrap to the next line if the content exceeds the boundary of the Column Cells. ///
allowTextWrap-boolean default-false ///

///Specifies the id of the template that has to be applied for alternate rows. ///
altRowTemplateID-string default- ///

///Specifies the template for cell tooltip ///
cellTooltipTemplate-string default-null ///

///Specifies the mapping property path for sub tasks in datasource ///
childMapping-string default- ///

///Enables or disables the expandable/collapsible footer summary row. By default expander icon for footer summary will be rendered in first column of first summary row. ///
collapsibleTotalSummary-boolean default-false ///

///To Specify the column fields to be displayed in the dialog while inserting a column using column menu. ///
columnDialogFields-Array<any> default-[] ///

///Specifies the settings for column resize ///
columnResizeSettings-ColumnResizeSettings default- ///

///Specifies the mode for column resizing ///
columnResizeMode-ej.TreeGrid.ColumnResizeMode|string default-ej.TreeGrid.ColumnResizeMode.Normal ///

///Option for adding columns; each column has the option to bind to a field in the dataSource. ///
columns-Array<Columns> default- ///

///Enables/disables cell selection. ///
allowCellSelection-boolean default-false ///

///Enables or disables the ability to edit a row or cell. ///
allowEditing-boolean default-false ///

///Enables or disables the ability to filter the rows based on this column. ///
allowFiltering-boolean default-false ///

///Enables the blanks option in ejDropDownList mapped in TreeGrid column ///
allowFilteringBlankContent-boolean default-true ///

///Enables or disables the ability to freeze/unfreeze the columns ///
allowFreezing-boolean default-false ///

///Enables or disables the ability to sort the rows based on this column/field. ///
allowSorting-boolean default-false ///

///Specifies the template ID or the template string of the AngularJS script element to enable column template for a column. ///
angularTemplate-string default- ///

///Sets the clip mode for TreeGrid cell as ellipsis or clipped content(both header and content) ///
clipMode-ej.TreeGrid.ClipMode|string default-ej.TreeGrid.ClipMode.Clip ///

///Gets or sets an object to define a command column in TreeGrid. ///
commands-Array<any> default-[] ///

///Gets or sets an object to customize command button with available ejButton properties. ///
buttonOptions-any default- ///

///Gets or sets a value that define the command column buttons to be displayed. ///
type-ej.TreeGrid.UnboundType|string default- ///

///Gets or sets a value that indicates to display a column value as checkbox or string ///
displayAsCheckbox-boolean default-false ///

///To bind the dropdown data for TreeGrid column mapped with ejDropDownList ///
dropdownData-string default- ///

///To customize the ej controls defined in TreeGrid column with their native property. ///
editParams-any default- ///

///Gets or sets a template that displays a custom editor for editing the column values. ///
editTemplate-any default-null ///

///Specifies the edit type of the column. ///
editType-ej.TreeGrid.EditingType|string default-ej.TreeGrid.EditingType.String ///

///Specifies the name of the field from the dataSource to bind with this column. ///
field-string default- ///

///Specifies the type of the editor control to be used to filter the rows. ///
filterEditType-ej.TreeGrid.EditingType|string default-ej.TreeGrid.EditingType.String ///

///Gets or sets a value to render either excel or menu filtering in TreeGrid column filtering. ///
filterType-ej.TreeGrid.FilterType|string default-null ///

///Specifies the display format of a column ///
format-any default-null ///

///Specifies the header template value for the column header ///
headerTemplateID-string default- ///

///Header text of the column. ///
headerText-string default-null ///

///Specifies the alignment of the column header text ///
headerTextAlign-ej.TextAlign|string default-ej.TextAlign.Left ///

///Sets the tooltip template for the column header ///
headerTooltip-string default-null ///

///Specifies whether the column is frozen ///
isFrozen-boolean default-false ///

///Specifies whether the column is a template column ///
isTemplateColumn-boolean default-false ///

///Gets or sets the priority value of the column. It is used to show/hide TreeGrid columns in responsive mode. ///
priority-number default--1 ///

///Enables or disables the checkbox visibility in a column for checkbox selection. ///
showCheckbox-boolean default-false ///

///We can include or exclude particular column from column visibility list in column menu. ///
showInColumnChooser-boolean default-true ///

///Specifies the template string of the script element to enable column template for a column. ///
template-string default- ///

///Specifies the template ID of the script element to enable column template for a column. ///
templateID-string default- ///

///Specifies the text alignment for the column ///
textAlign-ej.TextAlign|string default-ej.TextAlign.Left ///

///Sets the tooltip template for the specific column. ///
tooltip-string default-null ///

///specifies the conditions for saving data to the database while adding or editing the fields. ///
validationRules-any default- ///

///Controls the visibility of the column. ///
visible-boolean default-true ///

///Gets or sets a value for TreeGrid column width ///
width-number default- ///

///Defines the common width for all the columns in TreeGrid ///
commonWidth-number default-150 ///

///Options for displaying and customizing context menu items. ///
contextMenuSettings-ContextMenuSettings default- ///

///Option for adding items to context menu. ///
contextMenuItems-array<ej.TreeGrid.ContextMenuItems|string> default-[] ///

///Shows/hides the context menu. ///
showContextMenu-boolean default-false ///

///Specify the CSS class for TreeGrid to achieve custom theme. ///
cssClass-string default- ///

///Specifies hierarchical or self-referential data to populate the TreeGrid. ///
dataSource-Array<any> default-null ///

///Specifies the template for details view ///
detailsTemplate-string default- ///

///Specifies the row height of the details view ///
detailsRowHeight-number default-100 ///

///Options for displaying and customizing the tooltip. This tooltip will show the preview of the row that is being dragged. ///
dragTooltip-DragTooltip default- ///

///Specifies whether to show tooltip while dragging a row. ///
showTooltip-boolean default-true ///

///Option to add field names whose corresponding values in the dragged row needs to be shown in the preview tooltip. ///
tooltipItems-Array<any> default-[] ///

///Custom template for that tooltip that is shown while dragging a row. ///
tooltipTemplate-string default-null ///

///Options for enabling and configuring the editing related operations. ///
editSettings-EditSettings default- ///

///Enables or disables the button to add new row in context menu as well as in toolbar. ///
allowAdding-boolean default-true ///

///Enables or disables the button to delete the selected row in context menu as well as in toolbar. ///
allowDeleting-boolean default-true ///

///Enables or disables the ability to edit a row or cell. ///
allowEditing-boolean default-false ///

///specifies the batch edit mode in TreeGrid. ///
batchEditSettings-any default- ///

///Specifies the batch edit mode whether it is cell, row or dialog. ///
editMode-ej.TreeGrid.BatchEditMode|string default-ej.TreeGrid.BatchEditMode.Cell ///

///Specifies the mouse action whether single click or double click to begin the editing ///
beginEditAction-ej.TreeGrid.BeginEditAction|string default-ej.TreeGrid.BeginEditAction.DblClick ///

///Specifies the template ID for the custom dialog. ///
dialogEditorTemplateID-string default-null ///

///specifies the edit mode in TreeGrid , "cellEditing" is for cell type editing and "rowEditing" is for entire row. ///
editMode-ej.TreeGrid.EditMode|string default-ej.TreeGrid.EditMode.CellEditing ///

///Specifies the position where the new row has to be added. ///
rowPosition-ej.TreeGrid.RowPosition|string default-ej.TreeGrid.RowPosition.Top ///

///Enable or disable the confirmation dialog while deleting the record. ///
showDeleteConfirmDialog-boolean default-false ///

///Specifies whether to render alternate rows in different background colors. ///
enableAltRow-boolean default-true ///

///Specifies whether to load all the rows in collapsed state when the TreeGrid is rendered for the first time. ///
enableCollapseAll-boolean default-false ///

///Gets or sets a value that indicates whether to enable load on demand approach, for rendering child records and page records. ///
enableLoadOnDemand-boolean default-false ///

///Specifies whether to resize TreeGrid whenever window size changes. ///
enableResize-boolean default-false ///

///Specifies whether to render only the visual elements that are visible in the UI. When you enable this property, it will reduce the loading time for loading large number of records. ///
enableVirtualization-boolean default-false ///

///Specifies the mapping property path for the expand status of a record in data source. ///
expandStateMapping-string default- ///

///Options for filtering and customizing filter actions. ///
filterSettings-FilterSettings default- ///

///Gets or sets a value that indicates to perform the filter operation with case sensitive in excel styled filter menu mode. ///
enableCaseSensitivity-boolean default-false ///

///Enables or disables the ability to filter the columns with empty, null and undefined values. ///
enableComplexBlankFilter-boolean default-true ///

///Specifies the mode on which column filtering should start ///
filterBarMode-string default-immediate ///

///Specifies the mode of filtering to filter the record with or without hierarchy. ///
filterHierarchyMode-ej.TreeGrid.FilterHierarchyMode|string default-ej.TreeGrid.FilterHierarchyMode.Parent ///

///Specifies the type of column filtering. ///
filterType-ej.TreeGrid.FilterType|string default-ej.TreeGrid.FilterType.FilterBar ///

///Specifies the column collection for filtering the TreeGrid content on initial load ///
filteredColumns-Array<any> default-[] ///

///Specifies the field where filtering has to be performed. ///
field-string default- ///

///Specifies the filter condition to filtered column. See operator ///
operator-string default- ///

///Specifies the predicate(and/or) value to perform filtering. ///
predicate-string default- ///

///Specifies the value to be filtered in TreeGrid. ///
value-string default- ///

///Gets or sets a value that indicates the maximum number of filter choices that can be showed in the excel styled filter menu. ///
maxFilterChoices-number default-1000 ///

///Specifies whether to wrap the header text when it is overflown i.e., when it exceeds the header width. ///
headerTextOverflow-ej.TreeGrid.HeaderTextOverflow|string default-ej.TreeGrid.HeaderTextOverflow.None ///

///Specifies the name of the field in the dataSource, which contains the id of that row. ///
idMapping-string default- ///

///Enables or disables the responsiveness of TreeGrid ///
isResponsive-boolean default-false ///

///Specifies the localization information to customize the User Interface (UI) to support regional language and culture ///
locale-string default-en-US ///

///Specifies the options for customizing the pager. ///
pageSettings-PageSettings default- ///

///Specifies the current page to display at load time. ///
currentPage-number default-1 ///

///Using this property we can specify the number of pages should pager contains, according to this count TreeGrid height will be updated. ///
pageCount-number default-8 ///

///This specifies the number of rows to display in each page. ///
pageSize-number default-12 ///

///Specifies the mode of record count in a page, whether it should count all the records or the root to count zero level parent records. ///
pageSizeMode-ej.TreeGrid.PageSizeMode|string default-ej.TreeGrid.PageSizeMode.All ///

///Specifies the mode of printing the control, whether it should print the all the records or the current page content. ///
printMode-ej.TreeGrid.PrintMode|string default-ej.TreeGrid.PrintMode.AllPages ///

///Specifies the Custom template for Pager control. ///
template-string default-null ///

///Get the value of records which is bound to TreeGrid. The totalRecordsCount value is calculated based on the datasource bound to TreeGrid. ///
totalRecordsCount-number default-null ///

///Specifies the name of the field in the dataSource, which contains the parent's id. This is necessary to form a parent-child hierarchy, if the dataSource contains self-referential data. ///
parentIdMapping-string default- ///

///Enables or disables internal parsing of a row. When disabled this property, row will be displayed using the defined template without any internal event bindings. ///
parseRowTemplate-boolean default-true ///

///Specifies ej.Query to select data from the dataSource. This property is applicable only when the dataSource is ej.DataManager. ///
query-any default-null ///

///Specifies the height of a single row in tree grid. Also, we need to set same height in the CSS style with class name e-rowcell. ///
rowHeight-number default-30 ///

///Specifies the id of the template to be applied for all the rows. ///
rowTemplateID-string default- ///

///Specifies the toolbar searching customizations. ///
searchSettings-SearchSettings default- ///

///Default Value ///
fields-Array<any> default-[] ///

///Default Value ///
ignoreCase-boolean default-true ///

///Default Value ///
key-string default- ///

///Specifies the operator for the search key words in toolbar searching. ///
operator-string default-contains ///

///Specifies the search mode of records in searching. ///
searchHierarchyMode-ej.TreeGrid.SearchHierarchyMode|string default-ej.TreeGrid.SearchHierarchyMode.Parent ///

///Specifies the selected cell information on rendering TreeGrid. ///
selectedCellIndexes-Array<SelectedCellIndexes> default- ///

///Specifies the cell index to be selected in the row. ///
cellIndex-number default- ///

///Specifies the row index of the cell to be selected in TreeGrid control ///
rowIndex-number default- ///

///Specifies the index of the selected row. ///
selectedRowIndex-number default--1 ///

///Specifies the settings for row and cell selection. ///
selectionSettings-SelectionSettings default- ///

///Enables or disables the selection by hierarchy in check box selection ///
enableHierarchySelection-boolean default-true ///

///Toggles the visibility of the checkbox in column header, using which all the check boxes can be selected or unselected. ///
enableSelectAll-boolean default-true ///

///Specifies the type of selection whether to select row or cell. ///
selectionMode-ej.TreeGrid.SelectionMode|string default-ej.TreeGrid.SelectionMode.Row ///

///Specifies the type of selection whether single, multiple or checkbox. ///
selectionType-ej.TreeGrid.SelectionType|string default-ej.TreeGrid.SelectionType.Single ///

///Controls the visibility of the menu button, which is displayed on the column header. Clicking on this button will show a popup menu. When you choose Columns item from this popup, a list box with column names will be shown, from which you can select/deselect a column name to control the visibility of the respective columns. ///
showColumnChooser-boolean default-false ///

///Enables/disables the options for inserting , deleting and renaming columns. ///
showColumnOptions-boolean default-false ///

///Specifies the visibility of details view ///
showDetailsRow-boolean default-false ///

///Specifies the visibility of the expander column which is used to expand or collapse the details view ///
showDetailsRowInfoColumn-boolean default-false ///

///Specifies whether to show tooltip when mouse is hovered on the cell. ///
showGridCellTooltip-boolean default-true ///

///Specifies whether to show tooltip for the cells, which has expander button. ///
showGridExpandCellTooltip-boolean default-true ///

///Gets or sets a value that indicates stacked header should be shown on TreeGrid layout when the property “stackedHeaderRows” is set. ///
showStackedHeader-boolean default-false ///

///Specifies the visibility of summary row ///
showSummaryRow-boolean default-false ///

///Specifies the visibility of total summary row for the corresponding summary column ///
showTotalSummary-boolean default-false ///

///Options for setting width and height for TreeGrid. ///
sizeSettings-SizeSettings default- ///

///Height of the TreeGrid. ///
height-string default-450px ///

///Width of the TreeGrid. ///
width-string default-100% ///

///Options for sorting the rows. ///
sortSettings-SortSettings default- ///

///Option to add columns based on which the rows have to be sorted recursively. ///
sortedColumns-Array<any> default-[] ///

///Specifies the sort direction in TreeGrid ///
direction-string default- ///

///Specifies the field to be sorted in TreeGrid ///
field-string default- ///

///Gets or sets an object that indicates to managing the collection of stacked header rows for the TreeGrid. ///
stackedHeaderRows-Array<StackedHeaderRows> default-[] ///

///Gets or sets a value that indicates whether to add stacked header columns into the stacked header rows ///
stackedHeaderColumns-Array<any> default-[] ///

///Gets or sets a value that indicates the header text for the particular stacked header column. ///
column-any default-null ///

///Gets or sets a value that indicates class to the corresponding stackedHeaderColumn. ///
cssClass-string default-null ///

///Gets or sets a value that indicates the header text for the particular stacked header column. ///
headerText-string default-null ///

///Gets or sets a value that indicates the text alignment of the corresponding headerText. ///
textAlign-string default-ej.TextAlign.Left ///

///Sets the template for tooltip for the Grid stackedHeaderColumns. ///
tooltip-string default-null ///

///Specifies the summary row collection object to be displayed ///
summaryRows-Array<SummaryRows> default-[] ///

///Specifies the summary columns in the summary rows. ///
summaryColumns-Array<any> default- ///

///Specifies the custom summary calculate function or text. ///
customSummaryValue-string default- ///

///Specifies summary column used to perform the summary calculation. ///
dataMember-string default- ///

///Specifies the required column to display the summary. ///
displayColumn-string default- ///

///Specifies the format to be applied on the summary column value. ///
format-string default- ///

///Specifies the text to be displayed before the summary column value. ///
prefix-string default- ///

///Specifies the text to be displayed after the summary column value. ///
suffix-string default- ///

///Specifies the summary type to perform calculations in a corresponding summary column. See summaryType. ///
summaryType-ej.TreeGrid.SummaryType|string default- ///

///Specifies the title for summary row collection in TreeGrid ///
title-string default- ///

///Options for displaying and customizing the toolbar items. ///
toolbarSettings-ToolbarSettings default- ///

///Allows the user to insert custom toolbar items. ///
customToolbarItems-Array<any> default- ///

///Allows the user to insert the custom icons in toolbar using CSS class name selector. ///
text-string default- ///

///Allows the user to insert the custom icons in toolbar using script templates. Using this property we can bind HTML elements and other EJ controls to TreeGrid toolbar. ///
templateID-string default- ///

///Allows the user to display custom tooltip text for TreeGrid custom toolbar items. ///
tooltipText-string default- ///

///Shows/hides the toolbar. ///
showToolbar-boolean default-false ///

///Specifies the list of toolbar items to be rendered in TreeGrid toolbar ///
toolbarItems-array<ej.TreeGrid.ToolbarItems|string> default-[] ///

///Specifies the height of footer summary container. ///
totalSummaryHeight-number default-90 ///

///Specifies the index of the column that needs to have the expander button. By default, cells in the first column contain the expander button. ///
treeColumnIndex-number default-0 ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ TreeMap:function(){ /// /// Constructor of ej.TreeMap /// } }); ej.TreeMap=(function(){ var original=ej.TreeMap var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { refresh:function(){ /// /// /// Method to reload treemap with updated values. /// }, drillDown:function(){ /// /// /// Method to drilldown the treemap. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTreeMap=function(){ this.data("ejTreeMap",new ej.TreeMap()); return this; }; intellisense.annotate(jQuery.fn,{ ejTreeMap :function (options) { /// ///
///The treemap can be easily configured to the DOM element, such as div and can be created with a highly customized look and feel.

///Specifies the border brush color of the treemap ///
borderBrush-string default-white ///

///Specifies the border thickness of the treemap ///
borderThickness-number default-1 ///

///Specifies the uniColorMapping settings of the treemap ///
uniColorMapping-UniColorMapping default- ///

///Specifies the uniform color mapping of the treemap ///
color-string default-null ///

///Specifies the desaturationColorMapping settings of the treemap ///
desaturationColorMapping-DesaturationColorMapping default- ///

///Specifies the to value for desaturation color mapping ///
to-number default-0 ///

///Specifies the color for desaturationColorMapping ///
color-string default-null ///

///Specifies the from value for desaturation color mapping ///
from-number default-0 ///

///Specifies the rangeMaximum value for desaturation color mapping ///
rangeMaximum-number default-0 ///

///Specifies the rangeMinimum value for desaturation color mapping ///
rangeMinimum-number default-0 ///

///Specifies the paletteColorMapping of the treemap ///
paletteColorMapping-PaletteColorMapping default- ///

///Specifies the colors of the paletteColorMapping ///
colors-Array<any> default-[] ///

///Specifies the color value path of the treemap ///
colorValuePath-string default-null ///

///Specifies the field name in the datasource that contains color values for treemap items. ///
colorPath-string default-null ///

///Specifies the datasource of the treemap ///
dataSource-any default-null ///

///Specifies the dockPosition for legend ///
dockPosition-ej.datavisualization.TreeMap.DockPosition|string default-top ///

///specifies the drillDown header color ///
drillDownHeaderColor-string default-'null' ///

///specifies the drillDown selection color ///
drillDownSelectionColor-string default-'#000000' ///

///Specifies whether datasource is hierarchical or not. ///
isHierarchicalDatasource-boolean default-false ///

///Specifies the header for parent item during drilldown. This is applicable only for hierarchical data source. ///
header-string default-null ///

///Enable/Disable the drillDown for treemap ///
enableDrillDown-boolean default-false ///

///Specifies to drill the particular data of the treemap. ///
drillDownValue-string default-null ///

///Specifies to render particular level of the treemap. ///
drillDownLevel-number default-0 ///

///Controls whether Treemap has to be responsive while resizing the window. ///
isResponsive-boolean default-true ///

///Specifies whether treemap need to resize when container is resized ///
enableResize-boolean default-true ///

///This property is used to select treemap items while clicking and dragging ///
draggingOnSelection-boolean default-false ///

///This property is used to select group of treemap items while clicking and dragging ///
draggingGroupOnSelection-boolean default-false ///

///Specifies the group color mapping of the treemap ///
groupColorMapping-Array<GroupColorMapping> default-[] ///

///Specifies the groupID for GroupColorMapping. ///
groupID-string default-null ///

///Specifies the legend settings of the treemap ///
legendSettings-LegendSettings default- ///

///Specifies the height for legend ///
height-number default-30 ///

///Specifies the width for legend ///
width-number default-100 ///

///Specifies the iconHeight for legend ///
iconHeight-number default-15 ///

///Specifies the iconWidth for legend ///
iconWidth-number default-15 ///

///Specifies the template for legendSettings ///
template-string default-null ///

///Specifies the mode for legendSettings whether default or interactive mode ///
mode-string default-default ///

///Specifies the title text for legend ///
title-string default- ///

///Specifies the leftLabel text for legend ///
leftLabel-string default- ///

///Specifies the rightLabel text for legend ///
rightLabel-string default- ///

///Specifies the dockPosition text for legend ///
dockPosition-string default-top ///

///Specifies the alignment text for legend ///
alignment-string default-near ///

///Specifies the alignment text for legend ///
columnCount-number default-0 ///

///Specifies the highlight border brush of treemap ///
highlightBorderBrush-string default-gray ///

///Specifies the border thickness when treemap items is highlighted in the treemap ///
highlightBorderThickness-number default-5 ///

///Specifies the highlight border brush of treemap ///
highlightGroupBorderBrush-string default-gray ///

///Specifies the border thickness when treemap items is highlighted in the treemap ///
highlightGroupBorderThickness-number default-5 ///

///Specifies whether treemap item need to highlighted on selection ///
highlightGroupOnSelection-boolean default-false ///

///Specifies whether treemap item need to highlighted on selection ///
highlightOnSelection-boolean default-false ///

///Specifies the items layout mode of the treemap. Accepted itemsLayoutMode values are Squarified, SliceAndDiceHorizontal, SliceAndDiceVertical and SliceAndDiceAuto ///
itemsLayoutMode-ej.datavisualization.TreeMap.ItemsLayoutMode|string default-Squarified ///

///Specify to convert the date object to string, using locale settings. ///
enableGroupSeparator-boolean default-false ///

///Name of the culture based on which Tree Map should be localized. ///
locale-string default-en-US ///

///Specifies the leaf settings of the treemap ///
leafItemSettings-LeafItemSettings default- ///

///Specifies the border brush color of the leaf item. ///
borderBrush-string default-white ///

///Specifies the border thickness of the leaf item. ///
borderThickness-number default-1 ///

///Specifies the space between the leaf items. ///
gap-number default-0 ///

///Specifies the label template of the leaf item. ///
itemTemplate-string default-null ///

///Specifies the label path of the leaf item. ///
labelPath-string default-null ///

///Specifies the position of the leaf labels. ///
labelPosition-ej.datavisualization.TreeMap.Position|string default-center ///

///Specifies the overflow options for leaf labels. ///
textOverflow-ej.datavisualization.TreeMap.TextOverflow|string default-none ///

///Specifies the mode of label visibility ///
labelVisibilityMode-ej.datavisualization.TreeMap.VisibilityMode|string default-visible ///

///Shows or hides the label of the leaf item. ///
showLabels-boolean default-false ///

///Specifies the rangeColorMapping settings of the treemap ///
rangeColorMapping-Array<RangeColorMapping> default-[] ///

///Specifies the color value for rangeColorMapping. ///
color-string default-null ///

///specifies the gradient colors for th given range value ///
gradientColors-Array<any> default-[] ///

///Specifies the from value for rangeColorMapping. ///
from-number default--1 ///

///Specifies the legend label value for rangeColorMapping. ///
legendLabel-string default-null ///

///Specifies the to value for rangeColorMapping. ///
to-number default--1 ///

///Specifies the selection mode of treemap item. Accepted selection mode values are Default and Multiple. ///
selectionMode-ej.datavisualization.TreeMap.selectionMode|string default-default ///

///Specifies the selection mode of the treemap. Accepted selection mode values are Default and Multiple. ///
groupSelectionMode-ej.datavisualization.TreeMap.groupSelectionMode|string default-default ///

///Specifies the legend visibility status of the treemap ///
showLegend-boolean default-false ///

///Specifies whether gradient color has to be applied for treemap items ///
enableGradient-boolean default-false ///

///Specifies whether treemap showTooltip need to be visible ///
showTooltip-boolean default- ///

///Specifies the tooltip template of the treemap ///
tooltipTemplate-string default-null ///

///Hold the treeMapItems to be displayed in treemap ///
treeMapItems-Array<any> default-[] ///

///Specify levels of treemap for grouped visualization of data ///
levels-Array<Levels> default-[] ///

///specifies the group background ///
groupBackground-string default-null ///

///Specifies the group border color for tree map level. ///
groupBorderColor-string default-null ///

///Specifies the group border thickness for tree map level. ///
groupBorderThickness-number default-1 ///

///Specifies the group gap for tree map level. ///
groupGap-number default-1 ///

///Specifies the group padding for tree map level. ///
groupPadding-number default-4 ///

///Specifies the group path for tree map level. ///
groupPath-string default- ///

///Specifies the header height for tree map level. ///
headerHeight-number default-0 ///

///Specifies the header template for tree map level. ///
headerTemplate-string default-null ///

///Specifies the mode of header visibility ///
headerVisibilityMode-ej.datavisualization.TreeMap.VisibilityMode|string default-visible ///

///Specifies the position of the labels. ///
labelPosition-ej.datavisualization.TreeMap.Position|string default-center ///

///Specifies the overflow options for leaf labels. ///
textOverflow-ej.datavisualization.TreeMap.TextOverflow|string default-none ///

///Specifies the label template for tree map level. ///
labelTemplate-string default-null ///

///Specifies the mode of label visibility ///
labelVisibilityMode-ej.datavisualization.TreeMap.VisibilityMode|string default-visible ///

///Shows or hides the header for tree map level. ///
showHeader-boolean default-false ///

///Shows or hides the labels for tree map level. ///
showLabels-boolean default-false ///

///Specifies the weight value path of the treemap ///
weightValuePath-string default-null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ TreeView:function(){ /// /// Constructor of ej.TreeView /// } }); ej.TreeView=(function(){ var original=ej.TreeView var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { addNode:function(newNodeText, target, preventTargetExpand){ /// /// /// To add a Node or collection of nodes in TreeView. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// New node text or JSON object /// /// /// /// To add a Node or collection of nodes in TreeView. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// ID of TreeView node/object of TreeView node /// /// /// /// To add a Node or collection of nodes in TreeView. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// Parent node will be prevented from auto expanding /// }, addNodes:function(collection, target, preventTargetExpand){ /// /// /// To add a collection of nodes in TreeView. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// New node details in JSON object /// /// /// /// To add a collection of nodes in TreeView. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// ID of TreeView node/object of TreeView node /// /// /// /// To add a collection of nodes in TreeView. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// Parent node will be prevented from auto expanding /// }, checkAll:function(){ /// /// /// To check all the nodes in TreeView. /// }, checkNode:function(element){ /// /// /// To check a node in TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, collapseAll:function(levelUntil, excludeHiddenNodes){ /// /// /// This method is used to collapse all nodes in TreeView control. If you want to collapse all nodes up to the specific level in TreeView control then we need to pass levelUntil as argument to this method. /// /// TreeView nodes will collapse until the given level /// /// /// /// This method is used to collapse all nodes in TreeView control. If you want to collapse all nodes up to the specific level in TreeView control then we need to pass levelUntil as argument to this method. /// /// Weather exclude the hidden nodes of TreeView while collapse all nodes /// }, collapseNode:function(element){ /// /// /// To collapse a particular node in TreeView. /// /// ID of TreeView node|object of TreeView node/collection of ID/object of TreeView nodes /// }, disableNode:function(element){ /// /// /// To disable the node in the TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, enableNode:function(element){ /// /// /// To enable the node in the TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, ensureVisible:function(element){ /// /// /// To ensure that the TreeView node is visible in the TreeView. This method is useful if we need select a TreeView node dynamically. /// /// ID of TreeView node/object of TreeView node /// }, expandAll:function(levelUntil, excludeHiddenNodes){ /// /// /// This method is used to expand all nodes in TreeView control. If you want to expand all nodes up to the specific level in TreeView control then we need to pass levelUntil as argument to this method. /// /// TreeView nodes will expand until the given level /// /// /// /// This method is used to expand all nodes in TreeView control. If you want to expand all nodes up to the specific level in TreeView control then we need to pass levelUntil as argument to this method. /// /// Weather exclude the hidden nodes of TreeView while expand all nodes /// }, expandNode:function(element){ /// /// /// To expandNode particular node in TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, getCheckedNodes:function(){ /// /// /// To get currently checked nodes in TreeView. /// }, getCheckedNodesIndex:function(){ /// /// /// To get currently checked nodes indexes in TreeView. /// }, getChildren:function(element, includeNestedChild){ /// /// /// This method is used to get immediate child nodes of a node in TreeView control. If you want to get the all child nodes include nested child nodes then we need to pass includeNestedChild as true along with element arguments to this method. /// /// ID of TreeView node/object of TreeView node /// /// /// /// This method is used to get immediate child nodes of a node in TreeView control. If you want to get the all child nodes include nested child nodes then we need to pass includeNestedChild as true along with element arguments to this method. /// /// Weather include nested child nodes of TreeView node /// }, getNodeCount:function(){ /// /// /// To get number of nodes in TreeView. /// }, getExpandedNodes:function(){ /// /// /// To get currently expanded nodes in TreeView. /// }, getExpandedNodesIndex:function(){ /// /// /// To get currently expanded nodes indexes in TreeView. /// }, getNodeByIndex:function(index){ /// /// /// To get TreeView node by using index position in TreeView. /// /// Index position of TreeView node /// }, getNode:function(element){ /// /// /// To get TreeView node data such as id, text, parentId, selected, checked, expanded, level, childes and index. /// /// ID of TreeView node/object of TreeView node /// }, getNodeIndex:function(element){ /// /// /// To get current index position of TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, getParent:function(element){ /// /// /// To get immediate parent TreeView node of particular TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, getSelectedNode:function(){ /// /// /// To get the currently selected node in TreeView. /// }, getSelectedNodes:function(){ /// /// /// To get the currently selected nodes in TreeView. /// }, getSelectedNodeIndex:function(){ /// /// /// To get the index position of currently selected node in TreeView. /// }, getSelectedNodesIndex:function(){ /// /// /// To get the index positions of currently selected nodes in TreeView. /// }, getText:function(element){ /// /// /// To get the text of a node in TreeView. /// /// ID of TreeView node/object of TreeView node /// }, getTreeData:function(id){ /// /// /// To get the updated datasource of TreeView after performing some operation like drag and drop, node editing, adding and removing node. /// /// ID of TreeView node /// }, getVisibleNodes:function(){ /// /// /// To get currently visible nodes in TreeView. /// }, hasChildNode:function(element){ /// /// /// To check a node having child or not. /// /// ID of TreeView node/object of TreeView node /// }, hide:function(){ /// /// /// To show nodes in TreeView. /// }, hideNode:function(element){ /// /// /// To hide particular node in TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, insertAfter:function(newNodeText, target){ /// /// /// To add a Node or collection of nodes after the particular TreeView node. /// /// New node text or JSON object /// /// /// /// To add a Node or collection of nodes after the particular TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, insertBefore:function(newNodeText, target){ /// /// /// To add a Node or collection of nodes before the particular TreeView node. /// /// New node text or JSON object /// /// /// /// To add a Node or collection of nodes before the particular TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, isNodeChecked:function(element){ /// /// /// To check the given TreeView node is checked or unchecked. /// /// ID of TreeView node/object of TreeView node /// }, isChildLoaded:function(element){ /// /// /// To check whether the child nodes are loaded of the given TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, isDisabled:function(element){ /// /// /// To check the given TreeView node is disabled or enabled. /// /// ID of TreeView node/object of TreeView node /// }, isExist:function(element){ /// /// /// To check the given node is exist in TreeView. /// /// ID of TreeView node/object of TreeView node /// }, isExpanded:function(element){ /// /// /// To get the expand status of the given TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, isSelected:function(element){ /// /// /// To get the select status of the given TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, isVisible:function(element){ /// /// /// To get the visibility status of the given TreeView node. /// /// ID of TreeView node/object of TreeView node /// }, loadData:function(URL, target){ /// /// /// To load the TreeView nodes from the particular URL. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// URL location, the data returned from the URL will be loaded in TreeView /// /// /// /// To load the TreeView nodes from the particular URL. If target tree node is specified, then the given nodes are added as child of target tree node, otherwise nodes are added in TreeView. /// /// ID of TreeView node/object of TreeView node /// }, moveNode:function(sourceNode, destinationNode, index){ /// /// /// To move the TreeView node with in same TreeView. The new position of given TreeView node will be based on destination node and index position. /// /// ID of TreeView node/object of TreeView node /// /// /// /// To move the TreeView node with in same TreeView. The new position of given TreeView node will be based on destination node and index position. /// /// ID of TreeView node/object of TreeView node /// /// /// /// To move the TreeView node with in same TreeView. The new position of given TreeView node will be based on destination node and index position. /// /// New index position of given source node /// }, refresh:function(){ /// /// /// To refresh the TreeView /// }, removeAll:function(){ /// /// /// To remove all the nodes in TreeView. /// }, removeNode:function(element){ /// /// /// To remove a node in TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, selectAll:function(){ /// /// /// To select all the TreeView nodes when enable allowMultiSelection property. /// }, selectNode:function(element){ /// /// /// This method is used to select a node in TreeView control. If you want to select the collection of nodes in TreeView control then we need to enable allowMultiSelection property. /// /// ID of TreeView node/object of TreeView node/ collection of ID/object of TreeView nodes /// }, show:function(){ /// /// /// To show nodes in TreeView. /// }, showNode:function(element){ /// /// /// To show a node in TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, unCheckAll:function(){ /// /// /// To uncheck all the nodes in TreeView. /// }, uncheckNode:function(element){ /// /// /// To uncheck a node in TreeView. /// /// ID of TreeView node/object of TreeView node/collection of ID/object of TreeView nodes /// }, unselectAll:function(){ /// /// /// To unselect all the TreeView nodes when enable allowMultiSelection property. /// }, unselectNode:function(element){ /// /// /// This method is used to unselect a node in TreeView control. If you want to unselect the collection of nodes in TreeView control then we need to enable allowMultiSelection property. /// /// ID of TreeView node/object of TreeView node/ collection of ID/object of TreeView nodes /// }, updateText:function(target, newText){ /// /// /// To edit or update the text of the TreeView node. /// /// ID of TreeView node/object of TreeView node /// /// /// /// To edit or update the text of the TreeView node. /// /// New text /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejTreeView=function(){ this.data("ejTreeView",new ej.TreeView()); return this; }; intellisense.annotate(jQuery.fn,{ ejTreeView :function (options) { /// ///
///The TreeView can be easily configured with the DOM element, such as div or ul. you can create a TreeView with a highly customizable look and feel.

///Gets or sets a value that indicates whether to enable drag and drop a node within the same tree. ///
allowDragAndDrop-boolean default-false ///

///Gets or sets a value that indicates whether to enable drag and drop a node in inter ej.TreeView. ///
allowDragAndDropAcrossControl-boolean default-true ///

///Gets or sets a value that indicates whether to drop a node to a sibling of particular node. ///
allowDropSibling-boolean default-true ///

///Gets or sets a value that indicates whether to drop a node to a child of particular node. ///
allowDropChild-boolean default-true ///

///Gets or sets a value that indicates whether to enable node editing support for TreeView. ///
allowEditing-boolean default-false ///

///Gets or sets a value that indicates whether to enable keyboard support for TreeView actions like nodeSelection, nodeEditing, nodeExpand, nodeCollapse, nodeCut and Paste. ///
allowKeyboardNavigation-boolean default-true ///

///Gets or sets a value that indicates whether to enable multi selection support for TreeView. ///
allowMultiSelection-boolean default-false ///

///Allow us to specify the parent and child nodes to get auto check while we check or uncheck a node. ///
autoCheck-boolean default-true ///

///Allow us to specify the parent node to be retain in checked or unchecked state instead of going for indeterminate state. ///
autoCheckParentNode-boolean default-false ///

///Gets or sets a value that indicates the checkedNodes index collection as an array. The given array index position denotes the nodes, that are checked while rendering TreeView. ///
checkedNodes-Array<any> default-[] ///

///Sets the root CSS class for TreeView which allow us to customize the appearance. ///
cssClass-string default- ///

///Gets or sets a value that indicates whether to enable or disable the animation effect while expanding or collapsing a node. ///
enableAnimation-boolean default-true ///

///Gets or sets a value that indicates whether a TreeView can be enabled or disabled. No actions can be performed while this property is set as false ///
enabled-boolean default-true ///

///Allow us to prevent multiple nodes to be in expanded state. If it set to false, previously expanded node will be collapsed automatically, while we expand a node. ///
enableMultipleExpand-boolean default-true ///

///Sets a value that indicates whether to persist the TreeView model state in page using applicable medium i.e., HTML5 localStorage or cookies ///
enablePersistence-boolean default-false ///

///Gets or sets a value that indicates to align content in the TreeView control from right to left by setting the property as true. ///
enableRTL-boolean default-false ///

///Gets or sets a array of value that indicates the expandedNodes index collection as an array. The given array index position denotes the nodes, that are expanded while rendering TreeView. ///
expandedNodes-Array<any> default-[] ///

///Gets or sets a value that indicates the TreeView node can be expand or collapse by using the specified action. ///
expandOn-string default-dblclick ///

///Gets or sets a fields object that allow us to map the data members with field properties in order to make the data binding easier. ///
fields-Fields default-null ///

///It receives the child level or inner level data source such as Essential DataManager object and JSON object. ///
child-any default- ///

///It receives Essential DataManager object and JSON object. ///
dataSource-any default- ///

///Specifies the node to be in expanded state. ///
expanded-string default- ///

///Its allow us to indicate whether the node has child or not in load on demand ///
hasChild-string default- ///

///Specifies the HTML Attributes to "li" item list. ///
htmlAttribute-any default- ///

///Specifies the id to TreeView node items list. ///
id-string default- ///

///Specifies the image attribute to “img” tag inside items list ///
imageAttribute-any default- ///

///Specifies the HTML Attributes to "li" item list. ///
imageUrl-string default- ///

///If its true Checkbox node will be checked when rendered with checkbox. ///
isChecked-string default- ///

///Specifies the link attribute to “a” tag in item list. ///
linkAttribute-any default- ///

///Specifies the parent id of the node. The nodes are listed as child nodes of the specified parent node by using its parent id. ///
parentId-string default- ///

///It receives query to retrieve data from the table (query is same as SQL). ///
query-any default- ///

///Allow us to specify the node to be in selected state ///
selected-string default- ///

///Specifies the sprite CSS class to "li" item list. ///
spriteCssClass-string default- ///

///It receives the table name to execute query on the corresponding table. ///
tableName-string default- ///

///Specifies the text of TreeView node items list. ///
text-string default- ///

///Gets or sets a value that indicates whether to enable full row selection support for TreeView. ///
fullRowSelect-boolean default-false ///

///Defines the height of the TreeView. ///
height-string|number default-Null ///

///Specifies the HTML Attributes for the TreeView. Using this API we can add custom attributes in TreeView control. ///
htmlAttributes-any default-{} ///

///Specifies the child nodes to be loaded on demand ///
loadOnDemand-boolean default-false ///

///Gets or Sets a value that indicates the index position of a tree node. The particular index tree node will be selected while rendering the TreeView. ///
selectedNode-number default--1 ///

///Gets or sets a value that indicates the selectedNodes index collection as an array. The given array index position denotes the nodes, that are selected while rendering TreeView. ///
selectedNodes-Array<any> default-[] ///

///Gets or sets a value that indicates whether to display or hide checkbox for all TreeView nodes. ///
showCheckbox-boolean default-false ///

///By using sortSettings property, you can customize the sorting option in TreeView control. ///
sortSettings-SortSettings default- ///

///Enables or disables the sorting option in TreeView control ///
allowSorting-boolean default-false ///

///Sets the sorting order type. There are two sorting types available, such as "ascending", "descending". ///
sortOrder-ej.sortOrder|string default-ej.sortOrder.Ascending ///

///Allow us to use custom template in order to create TreeView. ///
template-string default-null ///

///Defines the width of the TreeView. ///
width-string|number default-Null ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ Uploadbox:function(){ /// /// Constructor of ej.Uploadbox /// } }); ej.Uploadbox=(function(){ var original=ej.Uploadbox var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { destroy:function(){ /// /// /// The destroy method destroys the control and brings the control to a pre-init state. All the events of the Upload control is bound by using this._on unbinds automatically. /// }, disable:function(){ /// /// /// Disables the Uploadbox control /// }, enable:function(){ /// /// /// Enables the Uploadbox control /// }, refresh:function(){ /// /// /// Refresh the Uploadbox control /// }, upload:function(){ /// /// /// Upload the selected files. /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejUploadbox=function(){ this.data("ejUploadbox",new ej.Uploadbox()); return this; }; intellisense.annotate(jQuery.fn,{ ejUploadbox :function (options) { /// ///
///The Uploadbox control supports uploading files into the designated server, regardless of the file format and size. The Uploadbox control helps you with the selection of files to upload to the server.

///Enables the file drag and drop support to the Uploadbox control. ///
allowDragAndDrop-boolean default-false ///

///Uploadbox supports both synchronous and asynchronous upload. This can be achieved by using the asyncUpload property. ///
asyncUpload-boolean default-true ///

///Uploadbox supports auto uploading of files after the file selection is done. ///
autoUpload-boolean default-false ///

///Sets the text for each action button. ///
buttonText-ButtonText default-{browse: Browse, upload: Upload, cancel: Cancel, close: Close} ///

///Sets the text for the browse button. ///
browse-string default- ///

///Sets the text for the cancel button. ///
cancel-string default- ///

///Sets the text for the close button. ///
Close-string default- ///

///Sets the text for the Upload button inside the dialog popup. ///
upload-string default- ///

///Sets the root class for the Uploadbox control theme. This cssClass API helps to use custom skinning option for the Uploadbox button and dialog content. ///
cssClass-string default- ///

///Specifies the custom file details in the dialog popup on initialization. ///
customFileDetails-CustomFileDetails default-{ title:true, name:true, size:true, status:true, action:true} ///

///Enables the file upload interactions like remove/cancel in File details of the dialog popup. ///
action-boolean default- ///

///Enables the name in the File details of the dialog popup. ///
name-boolean default- ///

///Enables or disables the File size details of the dialog popup. ///
size-boolean default- ///

///Enables or disables the file uploading status visibility in the dialog file details content. ///
status-boolean default- ///

///Enables the title in File details for the dialog popup. ///
title-boolean default- ///

///Specifies the actions for dialog popup while initialization. ///
dialogAction-DialogAction default-{ modal:false, closeOnComplete:false, content:null, drag:true} ///

///Once uploaded successfully, the dialog popup closes immediately. ///
closeOnComplete-boolean default- ///

///Sets the content container option to the Uploadbox dialog popup. ///
content-string default- ///

///Enables the drag option to the dialog popup. ///
drag-boolean default- ///

///Enables or disables the Uploadbox dialog’s modal property to the dialog popup. ///
modal-boolean default- ///

///Displays the Uploadbox dialog at the given X and Y positions. X: Dialog sets the left position value. Y: Dialog sets the top position value. ///
dialogPosition-any default-null ///

///Property for applying the text to the Dialog title and content headers. ///
dialogText-DialogText default-{ title: Upload Box, name: Name, size: Size, status: Status} ///

///Sets the uploaded file’s Name (header text) to the Dialog popup. ///
name-string default- ///

///Sets the upload file Size (header text) to the dialog popup. ///
size-string default- ///

///Sets the upload file Status (header text) to the dialog popup. ///
status-string default- ///

///Sets the title text of the dialog popup. ///
title-string default- ///

///The dropAreaText is displayed when the drag and drop support is enabled in the Uploadbox control. ///
dropAreaText-string default-Drop files or click to upload ///

///Specifies the dropAreaHeight when the drag and drop support is enabled in the Uploadbox control. ///
dropAreaHeight-number|string default-100% ///

///Specifies the dropAreaWidth when the drag and drop support is enabled in the Uploadbox control. ///
dropAreaWidth-number|string default-100% ///

///Based on the property value, Uploadbox is enabled or disabled. ///
enabled-boolean default-true ///

///Sets the right-to-left direction property for the Uploadbox control. ///
enableRTL-boolean default-false ///

///Only the files with the specified extension is allowed to upload. This is mentioned in the string format. ///
extensionsAllow-string default- ///

///Only the files with the specified extension is denied for upload. This is mentioned in the string format. ///
extensionsDeny-string default- ///

///Sets the maximum size limit for uploading the file. This is mentioned in the number format. ///
fileSize-number default-31457280 ///

///Sets the height of the browse button. ///
height-string default-35px ///

///Specifies the list of HTML attributes to be added to uploadbox control. ///
htmlAttributes-any default-{} ///

///Configures the culture data and sets the culture to the Uploadbox. ///
locale-string default-en-US ///

///Enables multiple file selection for upload. ///
multipleFilesSelection-boolean default-true ///

///You can push the file to the Uploadbox in the client-side of the XHR supported browsers alone. ///
pushFile-any default-null ///

///Specifies the remove action to be performed after the file uploading is completed. Here, mention the server address for removal. ///
removeUrl-string default- ///

///Specifies the save action to be performed after the file is pushed for uploading. Here, mention the server address to be saved. ///
saveUrl-string default- ///

///Enables the browse button support to the Uploadbox control. ///
showBrowseButton-boolean default-true ///

///Specifies the file details to be displayed when selected for uploading. This can be done when the showFileDetails is set to true. ///
showFileDetails-boolean default-true ///

///Specifies the file details to be displayed when selected for uploading. This can be done when the showFileDetails is set to true. ///
showRoundedCorner-boolean default-true ///

///Sets the name for the Uploadbox control. This API helps to Map the action in code behind to retrieve the files. ///
uploadName-string default- ///

///Sets the width of the browse button. ///
width-string default-100px ///
/// ///The widget configuration options /// ///
} }); intellisense.annotate(ej,{ WaitingPopup:function(){ /// /// Constructor of ej.WaitingPopup /// } }); ej.WaitingPopup=(function(){ var original=ej.WaitingPopup var wrapper=function(){ var instance = new original(); intellisense.annotate(instance, { hide:function(){ /// /// /// To hide the waiting popup /// }, refresh:function(){ /// /// /// Refreshes the WaitingPopup control by resetting the pop-up panel position and content position /// }, show:function(){ /// /// /// To show the waiting popup /// }, }); return instance; }; intellisense.redirectDefinition(wrapper, original); return wrapper; })(); jQuery.fn.ejWaitingPopup=function(){ this.data("ejWaitingPopup",new ej.WaitingPopup()); return this; }; intellisense.annotate(jQuery.fn,{ ejWaitingPopup :function (options) { /// ///
///The WaitingPopup control for JavaScript is a visual element that provides support for displaying a pop-up indicator over a target area and preventing the end user’s interaction with the target area while loading.

///Sets the root class for the WaitingPopup control theme ///
cssClass-string default-null ///

///Specifies the list of HTML attributes to be added to waitingpopup control. ///
htmlAttributes-any default-{} ///

///Enables or disables the default loading icon. ///
showImage-boolean default-true ///

///Enables the visibility of the WaitingPopup control ///
showOnInit-boolean default-false ///

///Specified a selector for elements, within the container. ///
target-string default-null ///

///Waitingpopup element append to given container element. ///
appendTo-string default-null ///

///Loads HTML content inside the popup panel instead of the default icon ///
template-any default-null ///

///Sets the custom text in the pop-up panel to notify the waiting process ///
text-string default-null ///
/// ///The widget configuration options /// ///
} });