This question is locked. New answers and comments are not allowed.
Hi,
Is it possible to display the Expand/Collapse arrow on the left side? I'm not looking for RTL support, just want to display the arrow on leftside instead of right side.
Below is the script that generates for each item in panel bar. Here 'Employee' is the item name.
Want to change the script like this...
The <span> tag should come before the item name.
Not sure where can i change the generated script, Is it possible? Thanks in advance.
Regards,
Uma
Is it possible to display the Expand/Collapse arrow on the left side? I'm not looking for RTL support, just want to display the arrow on leftside instead of right side.
Below is the script that generates for each item in panel bar. Here 'Employee' is the item name.
<ul class="t-widget t-panelbar t-reset" id="SearchPanelBar"><li class="t-item t-state-active"><a class="t-link t-header" href="#SearchPanelBar-1">Employee<span class="t-icon t-arrow-up t-panelbar-collapse"></span></a><div class="t-content" id="SearchPanelBar-1"> Want to change the script like this...
The <span> tag should come before the item name.
<ul class="t-widget t-panelbar t-reset" id="SearchPanelBar"><li class="t-item t-state-active"><a class="t-link t-header" href="#SearchPanelBar-1"><span class="t-icon t-arrow-up t-panelbar-collapse"></span>Employee</a><div class="t-content" id="SearchPanelBar-1"> Not sure where can i change the generated script, Is it possible? Thanks in advance.
Regards,
Uma