Expand my Community achievements bar.

SOLVED

coral ui complete source code

Avatar

Level 7

Hi All,

I would like to get my hands on complete coral ui javascript complete source code.

Use case is: For RTE toolbar , need to add new plugins. Create a tool bar for TextArea widget.

I am thinking coral ui js needs to be written for all these. But I do not think online coral ui documentation gives any inner details of coral js functions and usage.

Thanks,

Sri

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi,

Check Granite documentation at Welcome to Granite UI’s documentation! — Granite UI 1.0 documentation

source code you can find in jcr repository, to search individual clientlibs js/css you can use dumplibs

http://localhost:4502/libs/granite/ui/content/dumplibs.html

For rich text editor you can check

http://localhost:4502/libs/granite/ui/content/dumplibs.tree.html?categories=rte.coralui3&type=JS&ign...



Arun Patidar

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi,

Check Granite documentation at Welcome to Granite UI’s documentation! — Granite UI 1.0 documentation

source code you can find in jcr repository, to search individual clientlibs js/css you can use dumplibs

http://localhost:4502/libs/granite/ui/content/dumplibs.html

For rich text editor you can check

http://localhost:4502/libs/granite/ui/content/dumplibs.tree.html?categories=rte.coralui3&type=JS&ign...



Arun Patidar

Avatar

Level 10

A good place to start for digging deeper in this is here -- Home | CoralUI