callframe — create a suitable URL for page based navigation of the specified set
use Wacs;
use Wacs::WacsStd;
scalar callframe( | ...) ; |
parameter | description |
---|---|
imgprefix | which size prefix to use - mini, std, set etc - when calling wacsimg |
setno | The set number we're displaying |
curimg | What should be the current image number we're starting from |
maximg | How many images there are in this set |
models | Models specified as name, "-", model number. Comma seperated if there's
more than one. For example: Jane-231,Sara-78 |
pagemode | If this is |
appstem | This is the configuration menu to use with |
The callframe
function returns a suitable URL
for accessing the wacsframe single image framing application
with the appropriate parameters to properly integrate it into the particular
WACS environment from which it's called. The intended use of this function
and it's interoperation with the standard wacs tools is really best understood
by examining it in use by the Wacs-PHP simple skins. These show how this
can be used to pass customization information between the various applications.