Page 1 of 2

data-icon false

Posted: Thu Sep 11, 2014 11:40 pm
by Deon

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


data-icon false

Posted: Fri Sep 12, 2014 12:01 am
by obullei

Hello!

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


data-icon false

Posted: Fri Sep 12, 2014 12:35 am
by Deon

Hi

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


data-icon false

Posted: Fri Sep 12, 2014 1:10 am
by obullei

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


data-icon false

Posted: Fri Sep 12, 2014 1:55 am
by Deon

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


data-icon false

Posted: Fri Sep 12, 2014 2:27 am
by obullei

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


data-icon false

Posted: Wed Nov 19, 2014 3:08 am
by Deon

Hi

Where must this code be used?


data-icon false

Posted: Wed Nov 19, 2014 3:41 am
by Illya Stepanov

Hi Deon,

In CSS file.


data-icon false

Posted: Wed Nov 19, 2014 4:09 am
by Deon

Thank you


data-icon false

Posted: Tue Apr 14, 2015 5:11 pm
by Anupam Krish

Hello,

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