CreateAnAJAXBasedFileuploadProgressbarDialog |
|
Your trail: |
Difference between
version 108
and
version 107:
At line 159 changed 1 line. |
This tutorial can also work on previous versions of Appfuse but you need to include the dependend AJAX framewords (they are by default included in Appfuse 1.9.3). You can grap prototype and scriptaculous from Appfuse 1.9.3 and place the scrips in the same folders as where they are placed in Appfuse 1.9.3. You also need to reference the Ajax frameworks in the decorator default.jsp. Below is an excerpt of the begining of {{{default.jsp}}} from Appfuse 1.9.3 project used as basis for this tutorial. Uou need the lines including "prototype.js" and "scriptaculous.js" in that order since scriptaculous.js depends on prototype.js. Its important to note that scriptaculous.js may load additionally js scrips. And this tutorial also needs the effects.js to be available. But in order to be safe you should include them all. They are: |
This tutorial can also work on previous versions of Appfuse but you need to include the dependend AJAX framewords (they are by default included in Appfuse 1.9.3). You can grap prototype and scriptaculous from Appfuse 1.9.3 and place the scrips in the same folders as where they are placed in Appfuse 1.9.3. You also need to reference the Ajax frameworks in the decorator default.jsp. Below is an excerpt of the begining of {{default.jsp}} from Appfuse 1.9.3 project used as basis for this tutorial. Uou need the lines that references "prototype.js" and "scriptaculous.js" in that order since "scriptaculous.js" depends on "prototype.js". __It's important to note__ that scriptaculous.js may load additionally js scrips. And this solution in thus tutorial also needs the effects.js to be available. But in order to be safe you should include them all. They are: |
Back to CreateAnAJAXBasedFileuploadProgressbarDialog,
or to the Page History.
|