Linux-DVB-DVBT-Apps-QuartzPVR
view release on metacpan or search on metacpan
js/tvguide/Objects/TvList.js view on Meta::CPAN
//Add a text element
TvList.prototype.display_labelled_edit = function(ol, labelWidth, label, width, text, add_editor_fn, className)
{
// Label
this.display_label(ol, labelWidth, label, 'edLabel') ;
// this.display_inplace_edit(ol, width, text, add_editor_fn, className);
this.display_edit(ol, width, text, add_editor_fn, className);
}
/*------------------------------------------------------------------------------------------------------*/
//Add a combobox element
TvList.prototype.display_selector = function(ol, width, value, valuesArray, namesArray, className, changeHandler)
{
var margin=10 ;
// Container
var li = this._display_li(ol, width, className) ;
// View - slightly smaller than container
var view = document.createElement("li");
view.className = "selector" ;
( run in 0.894 second using v1.01-cache-2.11-cpan-39bf76dae61 )