className property for components
I saw a property called className in geometric outdoors component. What is its significance ?
I saw a property called className in geometric outdoors component. What is its significance ?
This is what you are referring to - its a property that belongs to a node of type wcm/mobile/components/page.
[img]className.png[/img]
This is referencing CSS class. Its used in the JSP logic as well:
String className = component.getProperties().get("className", "");
pageContext.setAttribute("className", StringEscapeUtils.escapeHtml4(className));
Then used in the <body > tag for style.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.