coral ui complete source code | Community
Skip to main content
sreenu539
New Participant
September 20, 2018
Solved

coral ui complete source code

  • September 20, 2018
  • 2 replies
  • 1333 views

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

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by arunpatidar

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&ignore=false

2 replies

smacdonald2008
New Participant
September 20, 2018

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

arunpatidar
arunpatidarAccepted solution
New Participant
September 20, 2018

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&ignore=false

Arun Patidar