Kodi Community Forum
Addon Settings: Selection type - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Add-ons (https://forum.kodi.tv/forumdisplay.php?fid=26)
+--- Thread: Addon Settings: Selection type (/showthread.php?tid=174542)



Addon Settings: Selection type - realtebo - 2013-09-29

See here:

http://wiki.xbmc.org/index.php?title=Addon_Settings#Selection

What s 'Selection' ? and how must be used? Doc is missing ...


I need a normal combo label => value, but my value are fixed ... which is the best settings type to use ?


RE: Addon Settings: Selection type - Martijn - 2013-09-29

PHP Code:
<setting label="32058" type="select"    id="limit" default="720"    values="480|720|1080" /> 



RE: Addon Settings: Selection type - realtebo - 2013-09-29

Thanks...

no way go get a combo like with HTML ?

value="100" label = "a lot"
value = "10" label = "just few"
value = "2" label = "just two"

... it's only an example ...