Styling: Link
        Oracle® JavaScript Extension Toolkit (JET)
            17.1.0
        G12196-01
Description
Classes to style a link.
- 
        
.oj-disabled
 - 
      
        Place on a link to show it as disabled
Example
<a class="oj-disabled"><a> - 
        
Category: Link Color
 - 
      
        Sets the link color.
Class template:
- 
          
.oj-link-
[link-color]Note: Square brackets signify required token substitutions whereas parentheses signify optional token substitutions.
 - 
          
Values for
[link-color]Value (required) Name Description subtle-primarySubtle primary a link that should be a subtle color subtle-secondarySubtle Secondary a link that should be a secondary subtle color disabledDisabled a link that is disabled  
Example
<a class="oj-link-subtle-secondary">Subtle secondary link</a> - 
          
 - 
        
Category: Link Usage
 - 
      
        Sets the link usage.
Class template:
- 
          
.oj-link-
[link-usage]Note: Square brackets signify required token substitutions whereas parentheses signify optional token substitutions.
 - 
          
Values for
[link-usage]Value (required) Name Description standaloneStandalone Set when a link is stand alone, meaning not embedded within other text embeddedEmbedded Set when a link is embedded within other text, for example in a paragraph  
Example
<a class="oj-link-standalone">Standalone link</a> -