Hi,
I'd like to know if to have a number formatter in sightly we need to make similiar we do for date formatting?
http://blogs.adobe.com/experiencedelivers/experience-management/date-formatting-sightly/
Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Another option is to build your Sightly component to use Java. THen use Java to perform numeric fomatting on the value
https://docs.oracle.com/javase/tutorial/java/data/numberformat.html
See this community article:
https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html
That article will show you how to build a Sightly component with data-sly and Java.
Views
Replies
Total Likes
Information about Sightly and numeric data can be located here:
http://docs.adobe.com/content/docs/en/aem/6-0/develop/sightly.html
Views
Replies
Total Likes
Hi @smacdonald2008,
Thanks for you reply, but I didn't find anything about number formatting, could you point me that?
Thanks
Views
Replies
Total Likes
Another option is to build your Sightly component to use Java. THen use Java to perform numeric fomatting on the value
https://docs.oracle.com/javase/tutorial/java/data/numberformat.html
See this community article:
https://helpx.adobe.com/experience-manager/using/creating-sightly-component.html
That article will show you how to build a Sightly component with data-sly and Java.
Views
Replies
Total Likes
Hi,
Thanks for your reply.
That's was my first idea, I'd just like to know if in Sightly itself there was already anything ready.
Thanks
Views
Replies
Total Likes
In Sightly there is, for now, no formatting is available. You would need to implement this via Java/Javascript.
Views
Replies
Total Likes
Views
Like
Replies
Views
Likes
Replies
Views
Likes
Replies