A simple Property inspector example
The following Property inspector inspects the MARQUEE
tag, which is available only in Microsoft Internet Explorer. The example lets you set the value of the direction
attribute in the Property inspector. To set the value of the MARQUEE
tag's other attributes, use this example as a model.
You create this extension by performing the following steps:
- Creating the user interface
- Writing the JavaScript code
- Creating the image
- Testing the Property inspector