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

blog.show.gsp Maven / Gradle / Ivy

Go to download

A plugin used to manage contents like static pages, menus etc. at one place. Also provides shortened and user friendly urls.

There is a newer version: 2.6.2
Show newest version




    
    
    
    
    ${entityName }
    
    



    
        
    
    
    
<%= blogInstance.body %>
${tag} ${index < blogInstance.tags.size() - 1 ? ',' : '' }
Sorry, no comments to display. var startSize = ${grailsApplication.config.causecode.plugins.content.tags.startSize } var endSize = ${grailsApplication.config.causecode.plugins.content.tags.endSize } var startColor = "${grailsApplication.config.causecode.plugins.content.tags.startColor }" var endColor = "${grailsApplication.config.causecode.plugins.content.tags.endColor }" $(function () { $('div.blog-tags a').tagcloud({ size: {start: parseInt(startSize), end: parseInt(endSize), unit:'px'}, color: {start: "#"+startColor, end: "#"+endColor} }); });




© 2015 - 2024 Weber Informatics LLC | Privacy Policy