Packagecom.sibirjak.jakute.constants
Classpublic class JCSS_StyleDeclarationPriority



Public Constants
 ConstantDefined by
  PRIORITY_DEFAULT : uint = 0
[static] Constant for the style priority "default".
JCSS_StyleDeclarationPriority
  PRIORITY_FIX : uint = 1
[static] Constant for the style priority "fix".
JCSS_StyleDeclarationPriority
  PRIORITY_IMPORTANT : uint = 2
[static] Constant for the style priority "important".
JCSS_StyleDeclarationPriority
Constant detail
PRIORITY_DEFAULTconstant
public static const PRIORITY_DEFAULT:uint = 0

Constant for the style priority "default".

The following rules apply to a default style:

PRIORITY_FIXconstant 
public static const PRIORITY_FIX:uint = 1

Constant for the style priority "fix".

The following rules apply to a fix style:

PRIORITY_IMPORTANTconstant 
public static const PRIORITY_IMPORTANT:uint = 2

Constant for the style priority "important".

The following rules apply to an important style: