PDA

View Full Version : javascript


anmldr
09-08-2008, 02:47 PM
I thought that iSilo and iSiloX did not support javascript. I just looked at the iSilo display sample and it's page source and it looks like it does support javascript. Is there a way to know what is supported and what is not?

http://www.isilo.com/support/sample/iSiloDisplaySample/menus/basic.htm

I asked a similar question about what css is supported recently as well but did not get an answer.

http://forum.isilo.com/showthread.php?t=4732

Thanks,
Linda

iSilo
09-08-2008, 03:42 PM
iSilo and iSiloX do not support JavaScript. The iSiloX parser just does a simple match for the patterns shown in the display sample HTML to recognize when a menu is being used.

We don't have a definitive answer on the CSS because the implementation is basic. You won't be able to do any complex layout. Basically the CSS that you can expect to work includes defining simple styles on text runs with characteristics such as color, emphasis, and size. If you use complex CSS, then you will likely not get the results you want.