All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.com.adobe.granite-com.adobe.granite.ui.tags-taglib.tld Maven / Gradle / Ivy

There is a newer version: 6.5.21
Show newest version




    A tab library for Granite UI
    1.0
    ui
    http://www.adobe.com/taglibs/granite/ui/1.0

    
    
        
            Includes a granite html client library. This can be a js, css or theme library.
            Depending on which attribute is set (in order: categories, theme, js or css),
            only that one will be handled. For multiple inclusions of different types
            please use this tag multiple times. This tag is a convenience wrapper
            around the com.adobe.granite.ui.clientlibs.HtmlLibraryManager service interface.
        
        includeClientLib
        
            com.adobe.granite.ui.tags.IncludeClientLibraryTag
        
        empty
        
            
                A list of comma-separated client lib categories. This will include
                all Javascript and CSS libraries for the given categories. The theme
                name is extracted from the request.
            
            categories
            false
            true
        
        
            
                A list of comma-separated client lib categories. This will include
                all theme related libraries (both CSS and JS) for the given categories.
                The theme name is extracted from the request.
            
            theme
            false
            true
        
        
            
                A list of comma-separated client lib categories. This will include
                all Javascript libraries for the given categories.
            
            js
            false
            true
        
        
            
                A list of comma-separated client lib categories. This will include
                all CSS libraries for the given categories.
            
            css
            false
            true
        
        
            
                A flag that indicates of only themed or non themed libraries should
                be included. If omitted, both sets are included.
                Only applies to pure JS or CSS includes (not for categories or
                theme includes).
            
            themed
            false
            true
            boolean
        
    
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy