SiteKiosk Documentation
One Step Back

Title Property




The Title property contains the CD title.


Syntax

    SiteKiosk.CDRecording.Title [=str]
    
Possible Values
    String that specifies or retrieves the title.

    The property is read/write.
Remarks
    None.
Examples
    The following example sets the CD title.

    <SCRIPT TYPE="text/javascript">
    window.external.InitScriptInterface();
    SiteKiosk.CDRecording.Title = "My new CD";
    </SCRIPT>
    

Applies to
    SiteKiosk v6.0 (and later versions).

Back to topBack to top

© 1997-2010 PROVISIO - Aventura, USA & Muenster, Germany - SiteKiosk DevTeam