Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

data-icon false

Hi

I am trying to remove the icon from the list item. I used to use data-icon = false to set the property of the list.

This does not work anymore. Just removing the icon in the properties still leaves a space for the icon. I need that space.

Thanks

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

data-icon false

Hello!

Please take a look here: http://devcenter.appery.io/documentat...
This might be useful.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

data-icon false

Hi

Nope not at all.I know about the different components. It does explain how to remove the icon completely

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

data-icon false

Hello!

Please try follow the screenshots provided:
Choose the list item and click "Icon" in the Propreties area
Image

Please choose the button "No icon" to hide the icon from list item.
Image

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

data-icon false

Hi

I understand that. That is not my question. I want the Icon and its placeholder to e removed. See image display. I cannot occupy 100% of the list item because the space where the icon was still remains. Can you see the yellow space on the right of the image. I need that to dissapear.

My other issue is also the fact that you guys have made these changes without realising the productivity loss for developers to change all existing apps. This is going to take me hours to update apps.
Image

obullei
Posts: 0
Joined: Thu Jun 05, 2014 12:17 am

data-icon false

Hello!

Please try to use this code:

code/* here you should replace "mobilelist_65" with your list component name */
[name="mobilelist_65"] .ui-btn:after{
display: none;
}/code

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

data-icon false

Hi

Where must this code be used?

Illya Stepanov
Posts: 0
Joined: Mon Mar 18, 2013 8:48 am

data-icon false

Hi Deon,

In CSS file.

Deon
Posts: 0
Joined: Sun Jun 30, 2013 6:00 am

data-icon false

Thank you

Anupam Krish
Posts: 0
Joined: Tue Apr 14, 2015 5:11 pm

data-icon false

Hello,

I added the code in css but the space does not go away.

Return to “Issues”