:: Forum >>

help from installing....

where will i paste the folder 'runtime'?..
my webserver is apache,do i have to place inside the htdocs
or in the apache folder?...
thanx...
kat&grace
Tuesday, February 7, 2006
The runtime folder must be accessible from your html page containing the ActiveWidgets control.

For example, if you have the file index.htm which contains:

<script src="runtime/lib/aw.js"></script>
<link href="runtime/styles/xp/aw.css" rel="stylesheet"></link>

then it will look for a folder of runtime to be at the same level as index.htm

index.htm
runtime/lib/aw.js
runtime/styles/xp/aw.css

Did this help?
Rob Francis
Tuesday, February 7, 2006
yap!! you're really a great help!! thanx...
nyways... just wanna ask if grid can be access by php?
i mean the data that i should be viewing comes from my database, for instance the if i'm going to get my data from mysql?...
is it possible?.. and can that be saved as .php not only .htm?....
thanx...
kat&grace
Wednesday, February 8, 2006
Yes, you can use php.

For example, you can have a program called index.php that reads your mysql database to gather the data for the grid. The end result is that the php program outputs html to the browser so yes... you could do this with a php program.
Rob Francis
Wednesday, February 8, 2006

This topic is archived.


Back to support forum

Forum search