docs.roxen.comView this page in a printer friendly mode
DocsRoxenWebServer 5.4Web Developer ManualEmit Tags
Copyright © 2018, Roxen Internet Software
Suggestions, comments & compliments
manuals@roxen.com
 DEMO  DOCS  PIKE
 COMMUNITY  DOWNLOAD
www.roxen.com

   

<emit>
<emit atlas>
<emit captcha>
<emit cimg>
<emit dir>
<emit exec>
<emit fonts>
<emit imgs>
<emit js-dynamic-popup>
<emit js-hide-popup>
<emit languages>
<emit ldap>
<emit path>
<emit scopes>
<emit sources>
<emit spellcheck>
<emit sql>
<emit timerange>
<emit values>
<emit ws-dir>
<emit xml-db>

<emit source="imgs"></emit>

Provided by module: Tags: RXML tags

Similar to <imgs> but works as a emit plugin. This emit source returns dimensions and type for a given image file.


Attributes

src="string"

The path to the file that should be inspected.


quiet="string"

If provided, silently ignore run-time errors such as image not found.


&_.type; (provided by Tags: RXML tags)

The type of the image. Supported types are "gif", "jpeg", "png", "psd"and "tiff".


&_.xsize; (provided by Tags: RXML tags)

The width of the image.


&_.ysize; (provided by Tags: RXML tags)

The height of the image.