Opened 13 years ago

Closed 13 years ago

#263 closed enhancement (fixed)

Samples - load external javascript

Reported by: adube Owned by:
Priority: minor Milestone:
Component: samples Version:
Keywords: Cc:

Description

When developing samples, we sometimes need to include external stuff. So far, we have the 'header' and 'footer' files for that, but they are included before the main JavaScript libs such as Ext, OpenLayers, etc.

It would be nice to have a file included for the purposed of having custom scripts for the samples.

Change History (3)

comment:1 by adube, 13 years ago

Resolution: fixed
Status: newclosed

added in r1096 in (which also contains the changes for #263) :

  • ./samples/config.php : new method
  • ./src/client/templates/samples.xslt

comment:2 by adube, 13 years ago

Resolution: fixed
Status: closedreopened

The other samples throws an error because they try to include a file that doesn't exists. Add an empty file for all samples.

comment:3 by adube, 13 years ago

Resolution: fixed
Status: reopenedclosed

r1105, all samples now have a 'sample.inc.html' file.

Note: See TracTickets for help on using tickets.