TinyMCE:API/tinymce.dom.XMLWriter/writeAttribute

From Moxiecode Documentation Wiki

Jump to: navigation, search

Contents

Method: writeAttribute

Summary

Writes an attrubute like for example: myattr="valie"

Syntax

<void> writeAttribute(<String> n, <String> v)

Parameters

n
Attribute name to write.
v
Attribute value to write.
Personal tools