Add-on Rendering control: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
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:'''..."
 
Hitcher (talk | contribs)
 
Line 11: Line 11:
</syntaxhighlight>
</syntaxhighlight>
=== Available tags ===
=== Available tags ===
Only the [[Default_control_tags]] are applicable to this control.
Only the '''[[Default Control Tags]]''' are applicable to this control.
<section end="main content" />
<section end="main content" />
== See also ==
== See also ==
'''Development:'''
'''Development:'''

Latest revision as of 19:04, 22 June 2026

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: