Skip to end of metadata
Go to start of metadata

public void FB::JSAPIAuto::setReserved ( const std::string &  name  )  [inline, virtual]

Prevents attributes from being created from JavaScript with the specified name.

This is generally only useful to prevent your plugin from overriding some attribute on the object tag it resides in in the DOM. Attributes such as "id", "name", and "width" are marked as reserved by default.

Parameters:
name The name of the attribute to mark as reserved
Returns:
void
Since:
1.4a3
See also:
registerAttribute

Definition at line 150 of file JSAPIAuto.h.

00151         {
00152             m_reservedMembers.insert(name);
00153         }


Generated on 19 Jun 2013 for FireBreath by  doxygen 1.6.1
Labels
  • None