Hello,When making an ajax call to create nodes in the jcr, the node's (nameHint) name is transformed to lowercase. Is there a key / value pair I can pass into my datastring object to prevent this from happening? Also, I am noticing that double-byte characters are not being added correctly.技術能力 - 卓越し...
This is what I used to resolve my first issue. But there is still the outstanding issue where I cannot see a way to have the RTE plugins inside of a dialog.If you look at the second package I sent you, you'll see that the RTE is nested withing a multifield. How can I access the plugins at this level...
I have provided the barebones component. It lives under the General group.See attached: Uninstall the previous example and install this one. Just convert the file extension to .zip
This doesn't seem to apply when you have the RTE nested in a multifield in a touch ui dialog.I just need to be able to set the component style to the node of type cq/gui/components/authoring/dialog/richtext
Perhaps you can assist with one last issue that is related. I have a mini RTE inside of the multifield in the TouchUI dialog.Here are the items that I need to have resolved:The RTE doesn't seem to have the ability to go full screen. I need to have access to the plugins (not sure how to add them in t...
Hello,Let me preface this issue by saying that this happens in every browser except for Edge.I have a rotating banner component where users can fill out the following:TitleDescriptionBanner ImageLinkThese are nested below a multifield, so users are able to click on the Add Field button to create mul...
This is perfect, thank you. Lastly, how can I show which group is currently active?Lets say I'm at the limit of the recursion, I want to add a class called active to the parent links that got me to the current page. Something like this:// If my current page is Testing 123, add 'active' class to the ...
Hey kunal23, Thank you for your response. It is very close to what I need. But there is an issue with the structure of the html output in the links.html file. The output that I need should look something like this:<ul class="ln-list"> <li class="ln-item"> <a class="ln-link" href="#"> <span class="ln...