doubletake
Posts: 0
Joined: Sat May 25, 2013 5:55 pm

user-defined external resources

I would like to add JQuery.validate to my page.
http://ajax.aspnetcdn.com/ajax/jquery...

How do I add this url?

When I try to add it to App Settings External Resources User-defined , it doesn't save and it doesn't show up in the source of the page.

Thanks,
Don

Igor
Posts: 0
Joined: Tue Apr 02, 2013 12:05 pm

user-defined external resources

Hello Don,

To add this library you should create a new JS file with name "jquery.validate.min" then copy all file content from source "jquery.validate.min.js" and paste it to file which you created.
Please look at our tutorial http://docs.appery.io/documentation/a...

doubletake
Posts: 0
Joined: Sat May 25, 2013 5:55 pm

user-defined external resources

I started seeing it in the page source now. Must be a refresh issue.

However, the user-defined list doesn't save it. I expected the user-defined list to keep it there.

doubletake
Posts: 0
Joined: Sat May 25, 2013 5:55 pm

user-defined external resources

Thanks Igor! Good to know you can link to it or copy the contents into a local file.

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

user-defined external resources

Which list do you refer to?

doubletake
Posts: 0
Joined: Sat May 25, 2013 5:55 pm

user-defined external resources

App Settings External Resources User-defined box

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

user-defined external resources

There you would list the resources you want to add. There are a number of ways you can add 3rd libraries. Igor showed you one of them and this is another one.

doubletake
Posts: 0
Joined: Sat May 25, 2013 5:55 pm

user-defined external resources

I just expected the list to stay populated with all the libraries I added (like the built-in list above it), instead of clearing after save. It would be better if you could keep the list so add/remove would be possible. Thanks!

maxkatz
Posts: 0
Joined: Fri Aug 13, 2010 3:24 pm

user-defined external resources

Add/remove is possible but that's just a different way of adding libraries. Using this approach and using Create New JavaScript -- they are not related.

Return to “Issues”