Action Component

Version 42.1 by Ecaterina Valica on 2009/07/17 14:03
Warning: For security reasons, the document is displayed in restricted mode as it is not the current version. There may be differences and errors due to this.

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Tech.CssFormSmall]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Action Component

CSS

HTML

 The Action Component can be used for:

  1. Blog's Publish Options 
  2. Blog's Manage Categories 
  3. Fields Manager
  4. Watchlist 

1. Blog's Publish Options

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Tech.CssFormSmall]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

<div class="action">
 <div class="actionName iconPublish">Status:<span class="actionStatus">Published</span></div>
 <div class="actionContainer">
  <div class="actionContainerOptions">
   <select id="blog_category_selectBox" name="newCategoryParent">
    <option selected="selected" value="Published">Published</option>
    <option value="Unpublished">Unpublished</option>
   </select>
  </div>
  <div class="buttonwrapper">
   <input type="button" id="blog_EditCategoryButton" value="Save" class="button"/>
  </div>
 </div>
</div>
<div class="action">
 <div class="actionName iconPrivate">Visibility:<span class="actionStatus">Public</span></div>
 <div class="actionContainer">
  <div class="actionContainerOptions">
   <select id="blog_category_selectBox" name="newCategoryParent">
    <option selected="selected" value="Public">Public</option>
    <option value="Private">Private</option>
   </select>
  </div>
  <div class="buttonwrapper">
   <input type="button" id="blog_EditCategoryButton" value="Save" class="button"/>
  </div>
 </div>
</div>
<div class="action">
 <div class="actionName iconSchedule">Schedule on:<span class="actionStatus">Now</span></div>
 <div class="actionContainer">
  <div class="actionContainerOptions">
   <label>Date:</label>
   <input type="text" value="19/06/2009" name="newCategoryName"/>
   <label>Time:</label>
   <input type="text" value="17:32:58" name="newCategoryName"/>
  </div>
  <div class="buttonwrapper">
   <input type="button" id="blog_EditCategoryButton" value="Save" class="button"/>
  </div>
 </div>
</div>

2. Blog's Manage Categories

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Tech.CssFormSmall]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

3. Fields Manager

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Tech.CssFormSmall]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

4. Watchlist

Failed to execute the [velocity] macro. Cause: [The execution of the [velocity] script macro is not allowed in [incubator:Tech.CssFormSmall]. Check the rights of its last author or the parameters if it's rendered from another script.]. Click on this message for details.

Translations