Search found 373 matches

Go to advanced search

by Aeneas McBurney
Tue Jun 16, 2015 1:12 am
Forum: Issues
Topic: HTML Component Inheritance
Replies: 15
Views: 3024
 
Jump to post

HTML Component Inheritance

HI, yes I used the html link from paypal. See screenshot below...

Image

by Aeneas McBurney
Mon Jun 15, 2015 8:11 pm
Forum: Issues
Topic: Hide/Remove List Items
Replies: 7
Views: 1276
 
Jump to post

Hide/Remove List Items

HI, I need to remove the blank row at the end but because remove() deletes them all I have to use hide(). I'm just asking why they have different behaviours.

by Aeneas McBurney
Mon Jun 15, 2015 8:11 pm
Forum: Issues
Topic: HTML Component Inheritance
Replies: 15
Views: 3024
 
Jump to post

HTML Component Inheritance

Any updates on this?

by Aeneas McBurney
Thu Jun 11, 2015 9:47 pm
Forum: Issues
Topic: Hide/Remove List Items
Replies: 7
Views: 1276
 
Jump to post

Hide/Remove List Items

But why does the hide() behave differently and only hide the ones matching the contains criteria?

by Aeneas McBurney
Wed Jun 10, 2015 1:33 am
Forum: Issues
Topic: HTML Component Inheritance
Replies: 15
Views: 3024
 
Jump to post

HTML Component Inheritance

Hi,

Sorry I don't follow what you mean. If I add another select component near the HTML component it will be the same but I want the one inside the HTML component to be basic so not inherit from theme.

Thanks,
Aeneas

by Aeneas McBurney
Tue Jun 09, 2015 8:27 pm
Forum: Issues
Topic: Hide/Remove List Items
Replies: 7
Views: 1276
 
Jump to post

Hide/Remove List Items

I have this code that works to hide empty list items list.find("[name=mobilegridcell_255]:contains(emptylabel)").closest('[name=listPreviousInvoicesItem]').hide(); This hides the last row which contains an unmapped list item. However when I run the same for remove it removes all of the lis...
by Aeneas McBurney
Tue Jun 09, 2015 8:27 pm
Forum: Issues
Topic: Hide/Remove List Items
Replies: 1
Views: 485
 
Jump to post

Hide/Remove List Items

I have this code that works to hide empty list items list.find("[name=mobilegridcell_255]:contains(emptylabel)").closest('[name=listPreviousInvoicesItem]').hide(); This hides the last row which contains an unmapped list item. However when I run the same for remove it removes all of the lis...
by Aeneas McBurney
Tue Jun 09, 2015 8:02 pm
Forum: Issues
Topic: HTML Component Inheritance
Replies: 15
Views: 3024
 
Jump to post

HTML Component Inheritance

I need to change the drop down select box that the red arrow is pointing to so that it doesn't inherit the theme. I have shared my app here... http://appery.io/app/view/8e12fcf4-2b... If you login with bob/bob and then hit yellow button and go to Your Details then Subscription and hit upgrade subscr...
by Aeneas McBurney
Mon Jun 08, 2015 8:37 pm
Forum: Issues
Topic: HTML Component Inheritance
Replies: 15
Views: 3024
 
Jump to post

HTML Component Inheritance

Any updates to this?

by Aeneas McBurney
Thu Jun 04, 2015 7:52 pm
Forum: Issues
Topic: Hiding list items
Replies: 8
Views: 1328
 
Jump to post

Hiding list items

Works great, thanks!

Go to advanced search