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

META-INF.com.day.cq-cq-personalization-taglib.tld Maven / Gradle / Ivy





    A tab library for CQ personalization support
    1.0
    cqpersonalization
    http://www.day.com/taglibs/cq/personalization/1.0


  
    
        
            //TODO
        
        storePropertyTag
        
            com.day.cq.personalization.tags.StorePropertyTag
        
        empty
        
            
                Name of the property in store to render
            
            propertyName
            true
            true
        
        
            
                Name of the context store to sync the value with
            
            store
            true
            true
        
        
            
                Prefix to value
            
            prefix
            false
            true
        
        
            
                Suffix to value
            
            suffix
            false
            true
        
        
            
                Property default value
            
            defaultValue
            false
            true
        
    
    
        
            //TODO
        
        storeRendererTag
        
            com.day.cq.personalization.tags.StoreRendererTag
        
        empty
        
            
                Name of the context store to sync the value with
            
            store
            true
            true
        
    
    
        
            Output the necessary snippet which renders a span tag with profile property value
            and Javascript code to maintain value in sync with the client side profile context.
        
        contextProfileProperty
        
            com.day.cq.personalization.tags.ContextProfilePropertyTag
        
        empty
        
            
                Name of the profile property to render
            
            propertyName
            true
            true
        
        
            
                Name of the client context store to sync the value with (defaults to "profile")
            
            store
            false
            true
        
        
            
                Prefix to value
            
            prefix
            false
            true
        
        
            
                Suffix to value
            
            suffix
            false
            true
        
    
    
        
            Output the necessary snippet which renders an img tag with profile avatar src
            and Javascript code to maintain image in sync with the client side profile context.
        
        contextProfileAvatar
        
            com.day.cq.personalization.tags.ContextProfileAvatarTag
        
        empty
        
            
                Path to the avatar to render
            
            avatarPath
            true
            true
        
        
            
                Path to the default image (no avatar).
            
            defaultPath
            true
            true
        
        
            
                Name of the client context store to sync the value with (defaults to "profile")
            
            store
            false
            true
        
        
            
                Name of the property to get the value for the title and alt img attributes (defaults to "formattedName")
            
            titlePropertyName
            false
            true
        
        
            
                Name of the property to get the value for the src img attributes (defaults to "avatar")
            
            avatarPropertyName
            false
            true
        
    
    
        
            Output the necessary snippet which renders a link tag using profile path
            and Javascript code to maintain value in sync with the client side profile context.
        
        contextProfileLink
        
            com.day.cq.personalization.tags.ContextProfileLinkTag
        
        empty
        
            
                Link URI
            
            href
            true
            true
        
        
            
                Link display value
            
            displayValue
            false
            true
        
        
            
                Link display value property name
            
            displayValuePropertyName
            false
            true
        
        
            
                Link identifier
            
            id
            true
            true
        
        
            
                Name of the client context store to sync the value with (defaults to "profile")
            
            store
            false
            true
        
        
            
                Prefix to value
            
            prefix
            false
            true
        
        
            
                Suffix to value
            
            suffix
            false
            true
        
    
    
    
        
            Output the necessary snippet which renders an input element with profile property value
            and Javascript code to maintain value in sync with the client side profile context.
        
        contextProfileHtmlInput
        
            com.day.cq.personalization.tags.ContextProfileHtmlInputTag
        
        empty
        
            
                Name of the profile property to render
            
            propertyName
            true
            true
        
        
            
                Name of the client context store to sync the value with (defaults to "profile")
            
            store
            false
            true
        
        
            
                HTML input id attribute.
            
            id
            false
            true
        
        
            
                HTML input class attribute.
            
            clazz
            false
            true
        
        
            
                HTML input type attribute.
            
            type
            false
            true
        
        
            
                HTML input name attribute.
            
            name
            false
            true
        
    





© 2015 - 2024 Weber Informatics LLC | Privacy Policy