Author: ygrego Date: 2015-05-26 07:51:38 +0000 (Tue, 26 May 2015) New Revision: 1453 Url: http://forge.nuiton.org/projects/sandbox/repository/revisions/1453 Log: Addition of a class to set the stub. Added: oipf/js/configuration/OipfConfiguration.js Added: oipf/js/configuration/OipfConfiguration.js =================================================================== --- oipf/js/configuration/OipfConfiguration.js (rev 0) +++ oipf/js/configuration/OipfConfiguration.js 2015-05-26 07:51:38 UTC (rev 1453) @@ -0,0 +1,24 @@ +/* + * To change this license header, choose License Headers in Project Properties. + * To change this template file, choose Tools | Templates + * and open the template in the editor. + */ + +var OipfConfiguartion = Class.extends({ + + init: function() { + + //Channels configuration + this.channelNumber = 13; + this.channelCountry = "France"; + this.channelList = "../../data/oipfChannels.xml"; + + //Programmes configuration + this.programmeType = "xmlTV"; + this.programmeCountry = "France"; + this.programme = "../../data/xmlTVProgrammes.xml"; + + + } +}); +
participants (1)
-
ygregoï¼ users.nuiton.org