Page 1 of 1
user-defined external resources
Posted: Sat May 25, 2013 5:55 pm
by doubletake
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
user-defined external resources
Posted: Sat May 25, 2013 6:08 pm
by Igor
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...
user-defined external resources
Posted: Sat May 25, 2013 6:09 pm
by doubletake
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.
user-defined external resources
Posted: Sat May 25, 2013 6:17 pm
by doubletake
Thanks Igor! Good to know you can link to it or copy the contents into a local file.
user-defined external resources
Posted: Sat May 25, 2013 10:27 pm
by maxkatz
Which list do you refer to?
user-defined external resources
Posted: Sat May 25, 2013 10:38 pm
by doubletake
App Settings External Resources User-defined box
user-defined external resources
Posted: Sat May 25, 2013 10:40 pm
by maxkatz
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.
user-defined external resources
Posted: Sat May 25, 2013 10:45 pm
by doubletake
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!
user-defined external resources
Posted: Sun May 26, 2013 4:31 pm
by maxkatz
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.