Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Level 1
Level 2
Melden Sie sich an, um alle Badges zu sehen
Diese Konversation wurde aufgrund von Inaktivität geschlossen. Bitte erstellen Sie einen neuen Post.
Hi All,
I have accordian component. In accordian component If i enter space in title field it is displaying blank gray bar in accordian component. so i have to trim the white space and hide the blank graybar using js
anyone is having idea on javascript code to trim the white spaces asw well as hiding blank graybar
Gelöst! Gehe zu Lösung.
Zugriffe
Antworten
Likes gesamt
It is custom implementation & we won;t have knowledge. Just make sure to have listener or validation hook to not allow blank. If you have used pure granite ui then for validation refer http://docs.adobe.com/docs/en/aem/6-0/develop/ref/granite-ui/api/jcr_root/libs/granite/ui/components...
Zugriffe
Antworten
Likes gesamt
Can you attach the screenshot of what do you mean by graybar?
Zugriffe
Antworten
Likes gesamt
You can include that grey part on condition, Why you want to use Jquery or JS.
Zugriffe
Antworten
Likes gesamt
HI PFA
Zugriffe
Antworten
Likes gesamt
It is custom implementation & we won;t have knowledge. Just make sure to have listener or validation hook to not allow blank. If you have used pure granite ui then for validation refer http://docs.adobe.com/docs/en/aem/6-0/develop/ref/granite-ui/api/jcr_root/libs/granite/ui/components...
Zugriffe
Antworten
Likes gesamt
If you are going the custom route - use an established JS framework lib - such as:
http://jqueryui.com/accordion/
This way - you can control its style and functionality by using the library.
Zugriffe
Antworten
Likes gesamt