Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

listitem read only

Hello,

How can I give a listview item readonly option? I've checked the jquery mobile documentation, but it doesn't seem to help.

Please advice, thank you!

Nikita
Posts: 0
Joined: Fri Feb 28, 2014 4:02 pm

listitem read only

Hello,

It's not clear, what do you mean by "listitem read only"? How can you change this listitem?

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

listitem read only

Hello Nikita,

I mean 'readonly' in the sense that you can't click on it. Because now I have listitems that are populated by an API via RESTservice, but the listitem is clickable. And I want the listitem not to be clickable, because it's just data.

Thank you!

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

listitem read only

Hello! Add for list or list item class ui-disabled

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

listitem read only

Hello, this works but now the list is transparant. I don't want that. I want to use the listitem readonly option from jquery mobile, but it doesn't seem to work.

Dirk Gissing
Posts: 0
Joined: Sat Oct 12, 2013 4:18 pm

listitem read only

I found out what the problem is: you have to remove the code<a></a>/code tag within the list. But you can only do this in the source editor. Do you know another way to do this, without editing the source?

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

listitem read only

Hi Dirk,

If you want to remove code<a>/code tag just put in your list-item (in design mode) label. And use this label to populate the content you need.

After these manipulations your list item wouldn't have a code<a>/code tag.

Peter LPunkt
Posts: 0
Joined: Mon Jan 13, 2014 3:07 pm

listitem read only

Hi there, i want to do the same thing for single listitem entries.

Maryna, can you tell me how exactly to add "ui-disabled" to the listitem in builder. Via "More Properties" - attribute: ui-disabled value:true or custom JS?

Thanks

Maryna Brodina
Posts: 0
Joined: Thu Apr 05, 2012 7:27 am

listitem read only

Hello!

Not that way...
Please take a look here http://devcenter.appery.io/documentat...

Return to “Issues”