Home
last modified time | relevance | path

Searched refs:attributes (Results 626 – 644 of 644) sorted by last modified time

1...<<212223242526

/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js434 var att = element.attributes[ attributeName ] ;
444 var attributes = element.attributes ;
446 for ( var i = 0 ; i < attributes.length ; i++ )
448 if ( FCKBrowserInfo.IsIE && attributes[i].nodeName == 'class' )
459 else if ( attributes[i].specified )
482 att = element.attributes[ att ] ;
H A Dfckxhtml.js120 xmlNode.attributes.setNamedItem( oXmlAtt ) ;
318 if ( ! node.attributes.getNamedItem( 'alt' ) )
355 if ( ! node.attributes.getNamedItem( 'type' ) )
366 if ( ! node.attributes.getNamedItem( 'type' ) )
H A Dfckxhtml_gecko.js36 var aAttributes = htmlNode.attributes ;
H A Dfckxhtml_ie.js32 var aAttributes = htmlNode.attributes ;
87 var oHttpEquiv = node.attributes.getNamedItem( 'http-equiv' ) ;
107 if ( node.attributes.length == 0 )
121 if ( htmlNode.value && !node.attributes.getNamedItem( 'value' ) )
124 if ( !node.attributes.getNamedItem( 'type' ) )
133 if ( htmlNode.selected && !node.attributes.getNamedItem( 'selected' ) )
144 if ( ! node.attributes.getNamedItem( 'coords' ) )
151 if ( ! node.attributes.getNamedItem( 'shape' ) )
178 var nameAtt = htmlNode.attributes['name'] ;
H A Dfcktools_gecko.js62 for ( var i = 0 ; i < element.attributes.length ; i++ )
65 element.removeAttribute( element.attributes[i].name, 0 ) ; // 0 : Case Insensitive
H A Dfckdocumentprocessor.js138 var oType = oEmbed.attributes[ 'type' ] ;
/plugin/wysiwyg/fckeditor/editor/dialog/common/
H A Dfck_dialog_common.js47 var oAtt = element.attributes[attName] ;
/plugin/wysiwyg/fckeditor/
H A Dfckeditor.cfm54 if( attributes.checkBrowser )
121 if( len( attributes.basePath) and right( attributes.basePath, 1 ) is not "/" )
122 attributes.basePath = attributes.basePath & "/";
125 sURL = attributes.basePath & "editor/fckeditor.html?InstanceName=" & attributes.instanceName;
128 if( len( attributes.toolbarSet ) )
163 for( key in attributes.config )
181 …<input type="hidden" id="#attributes.instanceName#" name="#attributes.instanceName#" value="#HTMLE…
183 …<iframe id="#attributes.instanceName#___Frame" src="#sURL#" width="#attributes.width#" height="#at…
196 attributes.width = attributes.width & "px";
198 attributes.height = attributes.height & "px";
[all …]
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml.js32 var attNode = node.attributes.getNamedItem( attName ) ;
84 var attributes = element.attributes ;
85 for ( var i = 0 ; i < attributes.length ; i++ )
87 var att = attributes[i] ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/
H A Dcf5_upload.cfm212 attributes="normal">
270 attributes="normal">
/plugin/remotescript/
H A Dscript.js9 …="multipart/form-data";var C=(o.attributes.encType&&o.attributes.encType.nodeValue)||(o.attributes
/plugin/remotescript/lib/JsHttpRequest/mini/
H A DJsHttpRequest.js507 var _53=(_4e.attributes.encType&&_4e.attributes.encType.nodeValue)||(_4e.attributes.enctype&&_4e.at…
H A DJsHttpRequest-form.js348 var _47=(_42.attributes.encType&&_42.attributes.encType.nodeValue)||(_42.attributes.enctype&&_42.at…
/plugin/remotescript/lib/JsHttpRequest/debug/
H A DJsHttpRequest-form.js493 …var given = (form.attributes.encType && form.attributes.encType.nodeValue) || (form.attributes.enc…
H A DJsHttpRequest.js680 …var given = (form.attributes.encType && form.attributes.encType.nodeValue) || (form.attributes.enc…
/plugin/remotescript/lib/JsHttpRequest/
H A DJsHttpRequest.js507 var _53=(_4e.attributes.encType&&_4e.attributes.encType.nodeValue)||(_4e.attributes.enctype&&_4e.at…
/plugin/flowplay/flowplayer/
H A Dswfobject.js18 this.attributes=new Array();
35 this.attributes[_e]=_f;
37 return this.attributes[_10];
/plugin/googlesearch/
H A Dnusoap.php388 $this->appendDebug('attributes=' . $this->varDump($attributes));
417 if($attributes){
418 foreach($attributes as $k => $v){
1013 var $attributes = array(); variable in XMLSchema
1232 $this->attributes[$attrs['name']] = $attrs;
1947 var $attributes; variable in soapval
1957 * @param mixed $attributes associative array of attributes to add to element serialization
1960 …soapval($name='soapval',$type=false,$value=-1,$element_ns=false,$type_ns=false,$attributes=false) { argument
1967 $this->attributes = $attributes;
1978 …_val($this->value,$this->name,$this->type,$this->element_ns,$this->type_ns,$this->attributes,$use);
/plugin/highlightjs/highlight/
H A Dhighlight.pack.js1 …e.toLowerCase();for(var C=0;C<D.attributes.length;C++){E+=" "+D.attributes[C].nodeName.toLowerCase…

1...<<212223242526