Add-on Rendering control

From Official Kodi Wiki
Revision as of 15:09, 22 June 2026 by Hitcher (talk | contribs) (Created page with "<section begin="main content" /> Control where rendering becomes performed from add-on to show on Kodi === Example === <syntaxhighlight lang="XML" enclose="div"> <control type="renderaddon" id ="9"> <left>5</left> <top>50</top> <width>780</width> <height>515</height> </control> </syntaxhighlight> === Available tags === Only the Default_control_tags are applicable to this control. <section end="main content" /> == See also == '''Development:'''...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Control where rendering becomes performed from add-on to show on Kodi

Example

<control type="renderaddon" id ="9">
      <left>5</left>
      <top>50</top>
      <width>780</width>
      <height>515</height>
</control>

Available tags

Only the Default_control_tags are applicable to this control.

See also

Development: