Search found 8 matches

Go to advanced search

by Eric Van Buren
Wed Apr 29, 2015 2:25 am
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

Thanks very much for the detailed response. I'm pretty sure I have everything set up correctly but it's still not working. Since the selectbox does not allow URL values, I changed the js code slightly and url value alerts correctly. Is this the proper way to invoke the service? var url = " http...
by Eric Van Buren
Mon Apr 27, 2015 8:31 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

Can anyone please help me out with this? To summarize my question again, when the value of my selectbox changes I want the URL property of my RSS service to change. So far I've tried CVUNewsService.URL = ' http://cvunews.wordpress.com?tag=nord... '; and CVUNewsService.execute({"url":"...
by Eric Van Buren
Sun Apr 26, 2015 10:13 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

I have the selectbox firing js events but the URL property for the CVUNewsService doesn't change at least the data in the RSS doesn't refresh. Do I need to rebind CVUNewsService to refresh the data?

by Eric Van Buren
Sun Apr 26, 2015 10:01 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

No, these lines of js are not working for me on a value change of the selectbox. CVUNewsService.URL = ' http://cvunews.wordpress.com?feed=rss ...'; CVUNewsService.execute({"url":" http://cvunews.wordpress.com?feed=rss ..."}); It's almost as though the select box is not firing any...
by Eric Van Buren
Sun Apr 26, 2015 8:18 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

I made the select box on the RSS feed page a custom component and then have it run javascript event = value change and action = javascript. This is the javascript I've tried where CVUNewsService is the RSS service. CVUNewsService.URL = ' http://cvunews.wordpress.com?feed=rss... '; CVUNewsService.exe...
by Eric Van Buren
Sun Apr 26, 2015 7:08 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

This is the service I am working with

Image

by Eric Van Buren
Sun Apr 26, 2015 6:59 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

Hi, Thanks for the response. I'm not sure that I understand the information given in these other threads. My RSS feed uses a appery service and one of the properties of the service is URL which is https://cvunews.wordpress.com/feed/ . At the top of the page I have a select box and when the selected ...
by Eric Van Buren
Sat Apr 25, 2015 6:40 pm
Forum: Issues
Topic: Change URL Value for RSS Feed
Replies: 13
Views: 1535
 
Jump to post

Change URL Value for RSS Feed

I'm creating a RSS feed as shown in this example but wondering if I can dynamically change the URL property? I would like a select box on the page that has a different URL for each select box value.

https://devcenter.appery.io/tutorials...

Thanks

Go to advanced search