ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

Main Area and Open Discussion > General Software Discussion

WYSIWYG html/xml creator

<< < (2/2)

Renegade:
do you know how to load jquery plugins?
is this a simple procedure or it needs customization etc?
-kalos (December 31, 2012, 11:50 AM)
--- End quote ---

It would depend on the specific plugin, but the general method would simply be to add the plugin to your HTML page as normal then add it to the project file as well. You can then set breakpoints and the like.

kalos:
add the plugin to your HTML page as normal then add it to the project file as well. You can then set breakpoints and the like.
-Renegade (December 31, 2012, 10:04 PM)
--- End quote ---

can you elaborate please

Renegade:
Just add the plugin to your HTML file, and make sure to add it to the project as well.

Have you used project files before? They're basically a collection of all the files needed for a project to work. In this case, the HTML, CSS, and JS files. Well, and images and all that stuff too.

kalos:
adding it to the HTML file, you mean to insert a text line in the HTML file surrounding by some tags, and including the filepath to a .js file?

Renegade:
Yes - a standard link to the file. e.g.


--- Code: HTML ---<script language="JavaScript" type="text/javascript" src="/path/to/script.js"></script>

Navigation

[0] Message Index

[*] Previous page

Go to full version