Version

ZoombarModel Class Properties

For a list of all members of this type, see ZoombarModel members.

Public Properties
 NameDescription
Public PropertyClientEventsSet implementations of client events raised by a widget.

Event handler assumes 2 parameters: 1st parameter has name "evt" and 2nd parameter has name "ui". To get information about member variables available for "ui" parameter, please consult documentation of a widget and its events.

Examples:

1. Full implementation:

new Dictionary<string, string> { { "dropDownOpening", "function(evt,ui){alert('drop:'+ui.owner);}" } }

2. Content of inline function:

new Dictionary<string, string> { { "dropDownOpening", "alert('drop:'+ui.owner);" } }

3. Name of global function:

new Dictionary<string, string> { { "dropDownOpening", "nameOfGlobalFunction" } } Note:

Instead of explicit key-strings, which represent name of event exposed by a widget, the event-constants defined by a particular control can be used.

Example:

new Dictionary<string, string> { { ComboClientEvents.DropDownOpening, "nameOfGlobalFunction" } } (Inherited from Infragistics.Web.Mvc.ModelWidgetBase)
Public PropertyCloneSpecifies how the target widget's clone is rendered inside the Zoombar  
Public PropertyDefaultZoomWindowSpecifies the default zoom in percentages  
Public PropertyHeightGets/sets the Height of the Zoombar  
Public PropertyHoverStyleAnimationDurationSpecifies the animation duration (in milliseconds) when hover style is applied or removed from elements  
Public PropertyHtmlAttributesSets custom attributes of the container on which the Zoombar widget will be instantiated.  
Public PropertyIDSets the ID of the Zoombar element  
Public PropertyLanguageGets/sets Language the control (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseModel)
Public PropertyLocaleGets/sets the Locale of the control (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseModel)
Public PropertyProviderSpecifies a provider class name which interfaces the widget that is being zoomed.  
Public PropertyRegionalGets/sets the Regional of the control (Inherited from Infragistics.Web.Mvc.Framework.LocalizationBaseModel)
Public PropertyTabIndexInitial tabIndex for the Zoombar container elements  
Public PropertyTargetThe ID of the element on which the widget the Zoombar is attached to is initialized  
Public PropertyTypeSpecifies the type of widget the Zoombar is attached to  
Public PropertyWidthGets/sets the Width of the Zoombar  
Public PropertyWindowPanDurationSpecifies the pan duration (in milliseconds) when the window changes position. Set to 0 for snap.  
Public PropertyZoomActionSpecifies when the zoom effect is applied  
Public PropertyZoomWindowMinWidthThe minimal width the zoombar can have in percentages  
Public PropertyZoomWindowMoveDistanceSpecifies the distance (in percentages) the zoom window moves when the left or right scroll bar buttons are clicked  
Protected Properties
 NameDescription
Protected PropertyStoreReturn the store with all of the options (Inherited from Infragistics.Web.Mvc.ModelBase)
See Also

View on GitHub