INFO: Version en.xModule type:

Care mask for picture maintenance tag

You can customize the screen for editing images using the image maintenance tag based on the available attributes. For example, you can set which attributes can be maintained within the editing of images and which selection options are available for certain attributes.

Care mask for picture care day
Care mask for picture care day

The content of the maintenance screen shown as an example in the screenshot can be found in the following source code example (XML structure).

Beispiel: Definition der Pflegemaske des Bild-Pflegetags

<?php $version="1.0"; $encoding="UTF-8"; ?>
<?php exit; ?>
<wTagEditor xmlns:de="http://weblication.de/5.0/lang/de" xmlns:en="http://weblication.de/5.0/lang/en" xmlns:wsl="http://weblication.de/5.0/wsl" version="1.0">

  <attribute name="id" values="" editable="0" sheetRegister="common"/>
  <attribute name="src" values="" editable="1" sheetRegister="common"/>
  
  <attribute name="class" values="" editable="1" sheetRegister="common">
    <item de:name="Bild" name="Bild" value="picture" icon="picture"/>
    <item de:name="Bild links" name="Bild links" value="pictureLeft" icon="pictureLeft"/>
    <item de:name="Bild rechts" name="Bild rechts" value="pictureRight" icon="pictureRight"/>    
  </attribute> 
   
  <attribute name="title" values="" editable="0" sheetRegister="common"/>
  <attribute name="alt" values="" editable="1" sheetRegister="common" required="1"/>      
   
  <attribute name="name" values="" editable="0" sheetRegister="extended"/> 
  <attribute name="align" values="top|middle|bottom|left|right" editable="0" sheetRegister="extended"/>
  <attribute name="vspace" values="" editable="0" sheetRegister="extended"/>
  <attribute name="hspace" values="" editable="0" sheetRegister="extended"/>
  <attribute name="border" values="" editable="0" sheetRegister="extended"/>
  <attribute name="height" values="" editable="0" sheetRegister="extended"/>
  <attribute name="width" values="" editable="0" sheetRegister="extended"/>
  <attribute name="longdesc" values="" editable="0" sheetRegister="extended"/>
  <attribute name="usemap" values="" editable="0" sheetRegister="extended"/>
  <attribute name="ismap" values="true|false" editable="0" sheetRegister="extended"/> 
  
  <attribute name="style" values="" editable="0" sheetRegister="style"/>
  <attribute name="float" values="none|left|right" editable="0" sheetRegister="style"/>
  
  <attribute name="lang" values="" editable="0" sheetRegister="language"/>
  <attribute name="xml_lang" values="" editable="0" sheetRegister="language"/>
  <attribute name="dir" values="ltr|rtl" editable="0" sheetRegister="language"/>
  
  <attribute name="onclick" values="" editable="0" sheetRegister="events"/>
  <attribute name="ondblclick" values="" editable="0" sheetRegister="events"/>
  <attribute name="onmousedown" values="" editable="0" sheetRegister="events"/>
  <attribute name="onmouseover" values="" editable="0" sheetRegister="events"/>
  <attribute name="onmOuseout" values="" editable="0" sheetRegister="events"/>
  <attribute name="onmousemove" values="" editable="0" sheetRegister="events"/>
  <attribute name="onkeypress" values="" editable="0" sheetRegister="events"/>
  <attribute name="onkeydown" values="" editable="0" sheetRegister="events"/>
  <attribute name="onkeyup" values="" editable="0" sheetRegister="events"/> 
  
</wTagEditor>