Forum Post: RE: How to remove the arrow icon from the List element ?

  • Thread starter Thread starter rblanchard
  • Start date Start date
Status
Not open for further replies.
R

rblanchard

Guest
Shelley, From PTS: I opened defect PSC00315728 for the problem you reported with the list control. It turns out that it does not matter whether the list control is bound to any data; what causes the problem to appear is dragging a label on to the list item. This now generates a div tag around the label that adds back the " " icon, overriding the data-icon setting on the list item. There are two potential workarounds: 1. Do not use labels on your list items. 2. Edit the HTML code for the page find the names of the offending labels. Above each one there will be a line that looks like this: div class="ui-li-static-container ui-btn-icon-right ui-icon-carat-r" Remove the string "ui-btn-icon-right ui-icon-carat-r" from this line.

Continue reading...
 
Status
Not open for further replies.
Back
Top