NO LONGER MAINTAINED

DUE TO TIME CONSTRAINTS OF THE ORIGINAL OSS DEVELOPER THE NIMBLE PLUGIN IS NO LONGER BEING MAINTAINED.

UI tags supplied by Nimble

** this page currently under development


Current tags

accountcreationpolicy

Provides markup to render the default account creation policy
Usage: <n:accountcreationpolicy />

admin

Imports layouts and javascript required for the administration layout
Usage: <n:admin />

errors

Provides markup to render grails error messages for beans
Attributes 
  • bean - The bean to look for error messages in
Usage: <n:errors bean="mybean" />

famfamfam

Imports css required to use FAM FAM FAM icons in buttons etc.
Usage: <n:famfamfam />

flashembed

Provides an inline output of the Grails application message in flash scope
Usage: <n:flashembed />

flashgrowl

Enables growl message popup when the Grails application stores a message in flash scope
Usage: <n:flashgrowl />

growl

Enables growl like message popup in the page
Usage: <n:growl />

jquery

Imports JQuery Javascript to make the JQuery library available to the current page
Usage: <n:jquery />

menu

Imports css and javascript required to create a Nimble menu
Usage: <n:menu />

passwordpolicy

Provides markup to render the default password policy
Usage: <n:passwordpolicy />

photo

Provides markup to render the supplied users profile photo
Attributes
  • id - The ID of the user whose photo should be rendered
  • size - The size in pixels of the width/height (photos must currently be square)
Usage: <n:photo id="${user.id}" size="180"/>

recaptcha

Provides markup to render a ReCaptcha instance. 
Attributes
  • theme - Can be one of 'red','white','blackglass','clean','custom' 
  • lang - Can be one of 'en','nl','fr','de','pt','ru','es','tr' 
  • tabindex - Sets a tabindex for the ReCaptcha box 
  • custom_theme_widget - Used when specifying a custom theme.
Usage: <n:recaptcha />

recaptcharequired

Renders body content if captcha is currently required in operating environment
Usage: <n:recaptcharequired> ... </n:recaptcharequired>

sessionterminated

Provides nimble session terminated message
Usage: <n:sessionterminated/>

status

Provides markup to render the supplied users current status
Attributes
  • id - The ID of the user whose photo should be rendered
Usage: <n:status id="${user.id}" />

userhighlight

Provides script to allow the user of the classes 'userhighlight' and 'user_X' on elements to provide mini user profile popups on mouse hover
Usage: <n:userhighlight />

usernamepolicy

Provides markup to render the username policy
Usage: <n:usernamepolicy />