Differences

This shows you the differences between two versions of the page.

Link to this comparison view

descriptorparam [2014/09/16 14:26] (current)
Line 1: Line 1:
 +===== The <descriptorParam> Element =====
 +==== Definition and Usage ====
 +
 +The [[descriptorparam|<descriptorParam>]] elements define initial values for properties of
 +a [[media|<media>]] element.The property is identified in the //name//
 +attribute of the [[descriptorparam|<descriptorParam>]] element and the value is defined in
 +the //value// attribute.
 +
 +==== Syntax ====
 +^ Element ^ Attributes ^ Content ^ Parent ^
 +| [[descriptorparam|<descriptorParam>]] | __//name//__, __//value//__ | -- | [[descriptor|<descriptor>]] |
 +==== Attributes ====
 +
 +^ Name ^ Value ^ Description ^
 +| //name// | It may receive any string value that begins with a letter or an underscore and that only contains letters, digits, <".">, and <"_">. | The //name// attribute identifies the property of the [[media|<media>]] element that refers to the [[descriptor|<descriptor>]] element parent of the [[descriptorparam|<descriptorParam>]] element. |
 +| //value// | Depends on the //name// value. | The //value// attribute defines an initial value for the property identified in the //name// attribute. |
 +
 +
 +
  
Back to top