Skin Edit
Skin SDK: The <edit> element
Availability: v8.0 onwards
Aliases: search
This element creates a custom search box in the skin.
Parameters: None
Children:
- fontsearch : The font to use in the info panel
- colors : The color definition; see example
Example:
<edit>
<pos x="0" y="50"/>
<size width="100" height="20"/>
<font size="20" name="Arial"/>
<colors background="#1F1F1F" border="#7A7A7A" selected="#717171" text="#FFFFFF" cursor="#FFFFFF"/>
</edit>
