|
htmlNoEmbed
Alternative content class for embedded plug-in's | [Previous] [Main] [Next] |
| htmlNoEmbed encapsultes the <NOEMBED></NOEMBED> tags. It is used to specifiy content to be displayed by browsers that cannot display plug-in applications. Browsers that can display plug-ins, such as Netscape Navigator 2.0, ignore all content in htmlNoEmbed objects.
| |
|
| |
| The htmPlugIn class contains an htmlNoEmbed object as a member variable, accessible via the htmlPlugIn::NoEmbed() method.
| |
|
| |
| #include <dcmicro/htmlpp/noembed.h>
| |
|
| |
| |
|
| |
| htmlPlugIn
| |
|
| |
| None.
| |
|
| |
| htmlNoEmbed()
| |
| Constructs an empty object.
| |
|
| |
| htmlNoEmbed( const String& text )
| |
| Constructs an object, inserting text into it.
| |
|
| |
| htmlNoEmbed( const htmlObject& element )
| |
| Constructs an object, inserting element into it.
| |
|
| |
| htmlNoEmbed( const htmlNoEmbed& rhs )
| |
| Copy constructor.
| |
|
| |
| virtual ~htmlNoEmbed()
| |
| Destroys the object.
| |
|
| |
| void Print( ostream& os ) const
| ||
| Outputs the object to os.
| |
|
| |
| Clone | htmlObject FAR * Clone() const
| |
| Returns a base-class pointer to a deep copy of the object.
| |
|
| |
|
| |
| Refer to the example for htmlPlugIn.
| |
|
| |
