![]() |
|
ImagesImages can be used in SiteFusion in a few distinct ways. The default behavior for any interface element that offers a src(), image() or other method to set an image URL, will accept the following kinds of strings:
If you want to use an image that is not stored under the SiteFusion installation directory, use the XULFileSystemImage class. This class will accept any server path, but is slightly less efficient performance-wise because it uses the daemon file transfer path. Dynamically generated images with GD
SiteFusion allows the displaying of a GD image resource on the client through the XULDirectImage class.
<?php |
|
All content is © 2009 by FrontDoor Media Group, is available under the Creative Commons Attribution-Share Alike 2.5 License and is maintained by the SiteFusion.org staff |