Combobox Plugin | Fullscreen

  • Hallo,

    ich habe versucht innerhalb der Combobox den Fullscreen-Modus via "switch" zu starten bzw. zu beenden.


    <layer name="skin_cb_settings" onresize="setVisibiltyOnloadcomplete()" keep="true" style="skin_combobox" align="leftcenter" x="10" y="3%" width="150" rowcount="10" visible="false">
    <item name="settings" caption="Menü"/>
    <item name="music" caption="Musik" onclick="pausesoundtoggle(bgsound);"/>

    <item name="vollbildmenu" caption="Vollbild" onclick="switch(fullscreen);"/>

    <item name="autorotation" caption="Autorotation" onclick="switch(autorotate.enabled);"/>
    <item name="info" caption="Information" onclick="if(layer[infoBg].visible==false, info(), closeinfo())"/>
    <item name="gyro" caption="Gyroscope" onclick="switch(plugin[gyrotablet].enabled);" devices="html5+!desktop"/>
    </layer>

    Die Aktionen Musik, Autorotation, Info & Gyro laufen reibungslos......, beim Vollbild bin ich am verzweifeln.

    Vielen Dank für Eure Hilfe!

    Gruß

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!