Page 1 of 1

Change CSS Class of UL TIWCGJQMListView

PostPosted: 07 Mar 2016 01:12
by cleversonviana
I see the ListView component delivery html code like this:

<ul id="IWCGJQMListView_JQM" data-role="listview" class="ui-listview">

How to change the class "ui-listview" to another class ?

I tried using css property, but doesn't work. The css property change the CSS from the parent object (DIV) created.

Re: Change CSS Class of UL TIWCGJQMListView

PostPosted: 07 Mar 2016 15:10
by Alexander Bulei
Hi,

You can't change it, you can override the style by using the parent element only.

Best Regards.