ASP.NET Ajax Javascript (Specification) | |
---|---|
ImageGear.Web.Isis.ImGearIsisTagChoices = function() {}; |
ASP.NET Ajax Javascript (Usage) | |
---|---|
var instanceVar = new ImageGear.Web.Isis.ImGearIsisTagChoices(); |
The set of choices that are valid for an ISIS tag.
The ChoiceKind property describes how to specify the set of choices that are available for the tag. For numerical tags, there are two options:
If ChoiceKind is set to list, use the TypeList properties to specify the items in the list.
If ChoiceKind is set to range, use the MinType, MaxType, and StepType properties to specify the range of valid choices.
Object
ImageGear.Web.Isis.ImGearIsisTagChoices