Documentation
Getting Started
New Features
Component Guide
Programming
    Language Guide
    Language Ref.
       General Design
       Lexical Structure
       Expressions
       Objects
       Methods
       Classes
       heitml Tags
          ? Tag
          assign Tag
          defautoclose Tag
          break Tag
          callenv Tag
          dbdatabase Tag
          dbquery Tag
          dbupdate Tag
          def Tag
          defclass Tag
          defbody Tag
          defenv Tag
          defhtml Tag
          defwysiwyg Tag
          for Tag
          forin Tag
          forsep Tag
          if Tag
          elsif Tag
          else Tag
          include Tag
          includeonce Tag
          inherit Tag
          let Tag
          mail Tag
          return Tag
          shell Tag
          while Tag
          writefile Tag
          \ Tag
       heitml Functions
       Database Access
       Global Variables
       Form Fields
       Server Variables
       Sessions
       heitml Syntax
    Component Ref.
    Class Library
    User Components
    Tryout Form
    Tutorial
    heitml 1
User Guide
Registration
Frame
    

defwysiwyg Tag

Format: <defwysiwyg >

Context: defwysiwyg must be used inside a def or defenv tag (after a inherit tag if present).

Purpose: defwysiwyg declares the defined tag to be a WYSIWYG tag. This does not have any influence on the usual heitml processing. So from a language view the tag is ignored.

The heitml system has a special function used to edit files with a standard HTML or WYSIWYG editor. Since these editors usually do not understand heitml tags, heitml escapes heitml markup in a way that it does not disturb editing and so that it is not destroyed by the editor.

defwysiwyg tells heitml not to escape the defined tag, because the editor can handle it correctly.

Normally you should use defwysiwyg for redefined HTML tags.


This page was dynamically generated by heitml
© 1996-2009 H.E.I. All Rights Reserved