Search found 21 matches

Go to advanced search

by Suda
Sun Nov 09, 2014 9:35 pm
Forum: Issues
Topic: Issue in loading the same page on click event
Replies: 7
Views: 677
 
Jump to post

Issue in loading the same page on click event

Could anyone help whether it is possible to trigger the page load event? If so, the code sample pls? I tried with these two codes, which didn't work.

jQuery("#test").trigger("pageload");
jQuery("#test").trigger("load");

by Suda
Sun Nov 09, 2014 5:38 am
Forum: Issues
Topic: Issue in loading the same page on click event
Replies: 7
Views: 677
 
Jump to post

Issue in loading the same page on click event

Thanks Yurii, That worked with page show! But I'm having the old data a while until the new service get called and update the page elements. So I'd prefer if I could trigger page load event. I tried with trigger("load"); but it didn't work. Could you advise the code to trigger page load ev...
by Suda
Sun Nov 02, 2014 6:02 am
Forum: Issues
Topic: Align a button group bottom centre
Replies: 6
Views: 658
 
Jump to post

Align a button group bottom centre

Hi, I'm having a requirement to align a button group to bottom and center in the page. I don't want to use the footer as I want to use the same background color to be for the button group I'm putting in. Attached the screen I'm having so far with the use of Footer, where I can see the footer to be d...
by Suda
Thu Oct 23, 2014 10:50 pm
Forum: Issues
Topic: Center Dynamically generated Horizontal group buttons
Replies: 3
Views: 453
 
Jump to post

Center Dynamically generated Horizontal group buttons

I followed the post and that gave me the proper clue to fix this. Thanks Yurii, very happy to get a great support in short time.. Much appreciated :)

by Suda
Thu Oct 23, 2014 1:20 pm
Forum: Issues
Topic: Issue in loading the same page on click event
Replies: 7
Views: 677
 
Jump to post

Issue in loading the same page on click event

Ok, Thanks for that. I can stop the transition, but could you pls advise how can I trigger the page load/ page show event forcefully? Can I do that using Java script? Any sample code pls?

The jQuery changePage() is not triggering pageShow/ pageLoad events as I can see.

by Suda
Thu Oct 23, 2014 1:06 pm
Forum: Issues
Topic: Issue in loading the same page on click event
Replies: 7
Views: 677
 
Jump to post

Issue in loading the same page on click event

By adding logs, I found that the service which is supposed to invoked on the pageShow is not called when using the above java script. Any suggestion which event I need to use so that the jQuery changePage() function will trigger the event to Invoke the service?

by Suda
Thu Oct 23, 2014 12:48 pm
Forum: Issues
Topic: Issue in loading the same page on click event
Replies: 7
Views: 677
 
Jump to post

Issue in loading the same page on click event

Hi I'm having a page defined in a way it uses the local storage value in the page elements. I have a button and when I click it, I change the local storage value and try to load the same page. I expect it to reload with the new local storage value I set. I know this won't work with the normal page n...
by Suda
Thu Oct 23, 2014 12:02 pm
Forum: Issues
Topic: Modify JS while mapping service response
Replies: 2
Views: 331
 
Jump to post

Modify JS while mapping service response

Thanks for the quick & prompt response, that's awesome!

by Suda
Thu Oct 23, 2014 6:43 am
Forum: Issues
Topic: Modify JS while mapping service response
Replies: 2
Views: 331
 
Jump to post

Modify JS while mapping service response

Hi, I'm trying to edit the JS in the mapping window and I want to know how can I get the specific service response value before modifying it. Simply- I want to get the response and according to the value I need to return true/ false and map it to a page component visible attribute. Say the Service r...
by Suda
Thu Oct 23, 2014 6:39 am
Forum: Issues
Topic: Center Dynamically generated Horizontal group buttons
Replies: 3
Views: 453
 
Jump to post

Center Dynamically generated Horizontal group buttons

Actually this is the post I checked before and the latest reply in that thread didn't help me. Will follow that thread to see if it helps me out. Thanks

Go to advanced search