The FilterHudPanel type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
Name | Description | |
---|---|---|
![]() ![]() | FilterHudPanel | |
![]() | FilterHudPanel | Initializes a new instance of the FilterHudPanel class |
Methods
Name | Description | |
---|---|---|
![]() | Page_Init |
Standard Page_Init method.
|
![]() | Page_Load |
Standard Page_Load method.
|
![]() | PrepForm |
Builds the JQuery accordion content.
|
![]() | Refresh |
Rebuilds the filter form.
|
Fields
Name | Description | |
---|---|---|
![]() | accordion |
accordion control.
|
![]() | activeIndex |
Controls the display of the active index of the accordion control.
|
![]() | filterIds |
Holds a string representation of javascript listing the ids of each filter.
|
![]() | filterNames |
Holds a string representation of javascript listing the names of each filter.
|
![]() | filterStatus |
Holds a string representation of javascript listing the status of each filter's stat load.
|
![]() | key |
Secret key.
|
![]() ![]() | MAX_LENGTH |
Maximum name length.
|
![]() | maxFilters |
Holds a reference to the max filter count.
|
![]() | svc |
Service client reference.
|
See Also