Home
last modified time | relevance | path

Searched refs:target (Results 851 – 875 of 902) sorted by last modified time

1...<<31323334353637

/plugin/indexmenu2/cms/modifiers/
H A Dfollowlinkcontent.js9target||Q.srcElement,_=getParent(i,'a');if(i.tagName.toLowerCase()=='a'||document.location.href==_…
H A Dgroupcheckbox.js9target;if(!i.tagName||i.tagName.toLowerCase()!='input'||i.type.toLowerCase()!='checkbox')return;va…
/plugin/snap/
H A Dhelper.php66 var $target=false; variable in helper_plugin_snap
128 $this->target=false;
270 if ($conf['target']['extern']) $this->target="target=\"".$conf['target']['extern']."\"";
273 if ($conf['target']['wiki']) $this->target="target=\"".$conf['target']['wiki']."\"";
280 return array($this->imagePath, $this->titrePage, $this->target);
H A Dsyntax.php.ori201 …if ($url==$param) $renderer->doc .= "<a href=\"$url\" title=\"$param$titrePage\" target=\"_new\">";
/plugin/superacl/
H A Dscript.js133 if(e.target.src){ // is it an image?
134 superacl.treetoggle(e.target);
135 } else if(e.target.href){ // is it a link?
141 e.target.className += ' cur';
145 if(e.target.className.search(/wikilink1/) > -1){
147 frm.elements['id'].value = superacl.hsc(superacl.parseatt(e.target.search)['id']);
148 }else if(e.target.className.search(/idx_dir/) > -1){
149 frm.elements['ns'].value = superacl.hsc(superacl.parseatt(e.target.search)['ns']);
/plugin/wysiwyg/fckeditor/_samples/afp/
H A Dsample01.afp36 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample03.afp64 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample04.afp70 <form action="sampleposteddata.afp" method="post" target="_blank">
H A Dsample02.afp77 <form action="sampleposteddata.afp" method="post" target="_blank">
/plugin/wysiwyg/fckeditor/editor/js/
H A Dfckeditorcode_ie.js106target;while (A){if (A._FCKContextMenu){if (A._FCKContextMenu.CtrlDisable&&(e.ctrlKey||e.metaKey))…
H A Dfckeditorcode_gecko.js32target);e.stopPropagation();};this.EditorDocument.addEventListener('dblclick',this._DblClickListen…
105target;while (A){if (A._FCKContextMenu){if (A._FCKContextMenu.CtrlDisable&&(e.ctrlKey||e.metaKey))…
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfckdomtools.js26 MoveChildren : function( source, target, toTargetStart ) argument
28 if ( source == target )
36 target.insertBefore( source.removeChild( eChild ), target.firstChild ) ;
41 target.appendChild( source.removeChild( eChild ) ) ;
45 MoveNode : function( source, target, toTargetStart ) argument
48 target.insertBefore( FCKDomTools.RemoveNode( source ), target.firstChild ) ;
50 target.appendChild( FCKDomTools.RemoveNode( source ) ) ;
600 var target = addr[i] ;
603 cursor = cursor.childNodes[target] ;
617 if ( currentIndex == target )
H A Dfck_gecko.js237 FCK.OnDoubleClick( e.target ) ;
304 if ( !e.target._FCKShowContextMenu )
H A Dfcktablehandler.js404 var target = this.GetMergeRightTarget() ;
405 if ( target == null )
407 var refCell = target.refCell ;
408 var tableMap = target.tableMap ;
409 var nextCell = target.nextCell ;
426 var target = this.GetMergeDownTarget() ;
427 if ( target == null )
429 var refCell = target.refCell ;
430 var tableMap = target.tableMap ;
431 var nextCell = target.nextCell ;
H A Dfcktools_ie.js218 FCKTools.AppendElement = function( target, elementName ) argument
220 return target.appendChild( this.GetElementDocument( target ).createElement( elementName ) ) ;
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckdomrange.js457 case 1 : // After Start <target>^contents</target>
461 case 2 : // Before End <target>contents^</target>
465 case 3 : // Before Start ^<target>contents</target>
469 case 4 : // After End <target>contents</target>^
494 case 1 : // After Start <target>^contents</target>
498 case 2 : // Before End <target>contents^</target>
502 case 3 : // Before Start ^<target>contents</target>
506 case 4 : // After End <target>contents</target>^
H A Dfckenterkey.js570 FCKEnterKey.prototype._RecreateEndingTree = function( source, target ) argument
573 target = target.insertBefore( FCKDomTools.CloneElement( source ), target.firstChild ) ;
H A Dfckcontextmenu.js88 var el = e.target ;
113 var el = e.target ;
125 var doc = e.target.ownerDocument ;
H A Dfckkeystrokehandler.js34 FCKKeystrokeHandler.prototype.AttachToElement = function( target ) argument
39 FCKTools.AddEventListenerEx( target, 'keydown', _FCKKeystrokeHandler_OnKeyDown, this ) ;
41 FCKTools.AddEventListenerEx( target, 'keypress', _FCKKeystrokeHandler_OnKeyPress, this ) ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_image/
H A Dfck_image.js189 GetE('cmbLnkTarget').value = oLink.target ;
/plugin/wysiwyg/fckeditor/editor/plugins/dragresizetable/
H A Dfckplugin.js290 var node = evt.srcElement || evt.target ;
373 var node = evt.srcElement || evt.target ;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js287 var sTarget = oLink.target ;
696 var target = FCKConfig.DefaultLinkTarget || '' ;
698 if ( oLink || target.length == 0 )
701 switch ( target )
707 GetE('cmbTarget').value = target ;
714 GetE('txtTargetFrame').value = target ;
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso173 Rename the target path until it is unique.
/plugin/wysiwyg/fckeditor/_samples/cfm/
H A Dsample04_mx.cfm78 <form action="sampleposteddata.cfm" method="post" target="_blank">
H A Dsample02_mx.cfm85 <form action="sampleposteddata.cfm" method="post" target="_blank">

1...<<31323334353637