Kodi Community Forum
OnClick Question - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Development (https://forum.kodi.tv/forumdisplay.php?fid=32)
+--- Forum: Skinning (https://forum.kodi.tv/forumdisplay.php?fid=12)
+--- Thread: OnClick Question (/showthread.php?tid=50842)



OnClick Question - XBMCG33K - 2009-05-12

I tried digging this out of the manual and even a couple other skins before asking, but is it possible to have something like this:

Code:
<onclick>xbmc.activatewindow(0)</onclick>

Be like this:

Code:
<onclick>xbmc.PREVIOUSWINDO()</onclick>



- topfs2 - 2009-05-12

I'm fairly certain
<onclick>PreviousMenu</onclick>
Should work.


- XBMCG33K - 2009-05-12

High five to you man! Thanks it works perfectly for what i needed.

Cheers.