Search This Blog

Monday, April 16, 2012

Change the default tab of the Kaltura uploader

To change the default, opening tab of the Kaltura uploader, go to: local/kaltura/js/kaltura-edit.js and change this line from:

// Default opening is the "My Video" tab

$this.renderables.videotabs.selectChild($this.renderables.videotabs._items.length-1);


to

// This puts the default opening tab to "Upload" 

$this.renderables.videotabs.selectChild($this.renderables.videotabs._items[0]);

No comments:

Post a Comment