Lines Matching refs:update

44   baseInitialize: function(element, update, options) {  argument
47 this.update = $(update);
65 function(element, update){
66 if(!update.style.position || update.style.position=='absolute') {
67 update.style.position = 'absolute';
68 Position.clone(element, update, {
73 Effect.Appear(update,{duration:0.15});
76 function(element, update){ new Effect.Fade(update,{duration:0.15}) };
88 Element.hide(this.update);
95 …if(Element.getStyle(this.update, 'display')=='none') this.options.onShow(this.element, this.update
98 (Element.getStyle(this.update, 'position')=='absolute')) {
99 new Insertion.After(this.update,
100 '<iframe id="' + this.update.id + '_iefix" '+
103 this.iefix = $(this.update.id+'_iefix');
109 Position.clone(this.update, this.iefix, {setTop:(!this.update.style.height)});
111 this.update.style.zIndex = 2;
117 …if(Element.getStyle(this.update, 'display')!='none') this.options.onHide(this.element, this.update
226 return this.update.firstChild.childNodes[index];
269 this.update.innerHTML = choices;
270 Element.cleanWhitespace(this.update);
271 Element.cleanWhitespace(this.update.down());
273 if(this.update.firstChild && this.update.down().childNodes) {
275 this.update.down().childNodes.length;
346 initialize: function(element, update, url, options) { argument
347 this.baseInitialize(element, update, options);
410 initialize: function(element, update, array, options) { argument
411 this.baseInitialize(element, update, options);
803 tempOption.update((text || '').stripScripts().stripTags());
838 this._controls.editor.update('');