hidden deprecatedabstract class %iKnow.UI.Styles
extends %ZEN.Component.page
Parameters
|
Properties
|
Methods
|
Queries
|
Indices
|
ForeignKeys
|
Triggers
|
|
|
4
|
|
|
|
|
This is a Zen Page class.
method GetDefaultHighlightSpec(Output pHighlightSpec, pLevel As %String(VALUELIST=",minimal,light,full")="full", ByRef pSelected As %List = "", pSelectedType As %String = "ENTITY", pMatchingResults As %Boolean = 0)
classmethod GetDefaultHighlightSpecStatic(Output pHighlightSpec, pLevel As %String(VALUELIST=",minimal,light,full")="full", ByRef pSelected As %List = "", pSelectedType As %String = "ENTITY", pMatchingResults As %Boolean = 0, languageMode As %String = "en")
pLevel values are:
- "minimal": just highlight search terms and attributes
- "light": highlight search terms, attributes and roles without enclosing borders
- "full": full demo highlighting
method WriteLegend(pLevel As %String(VALUELIST=",minimal,light,full")="full")
as %Status