Expand my Community achievements bar.

How can we create a Path Browser widget using Coralui3 API?

Avatar

Level 2

Hello,

In reference to Documentation | CoralUI , we have the procedure to create Coral Textfield, Text Area and various other widgets. But, I have a requirement to create Path Browser widget the same way. Can someone please help me out in this regards.

Thanks

Divya

3 Replies

Avatar

Level 10

See this HELPX Article - we show you how to use these common granite types while developing AEM Components.

Building Experience Manager Components using Granite/Coral Resource Types

PathBrowser.png

Avatar

Level 2

Hi smacdonald2008,

I am not looking for a solution using resourceType but by using js.

Eg : to create a textfield we can use -

var textfield = new Coral.Textfield().set({});

In a similar way do we have any method to create pathbrowser?

Thanks!

Avatar

Level 10

Could you share more details about your use case? Do you plan to use the same in a dialog or some custom component?

You may follow OOB pathbrowser source code, copy its js code to achieve what you want.