Home
last modified time | relevance | path

Searched refs:bHasAnchors (Results 1 – 2 of 2) sorted by relevance

/plugin/wysiwyg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js162 var bHasAnchors ; variable
187 bHasAnchors = ( aAnchors.length > 0 || aIds.length > 0 ) ;
201 ShowE( 'divSelAnchor' , bHasAnchors ) ;
202 ShowE( 'divNoAnchor' , !bHasAnchors ) ;
347 window.parent.SetTabVisibility( 'Advanced' , (linkType != 'anchor' || bHasAnchors) ) ;
/plugin/fckg/fckeditor/editor/dialog/fck_link/
H A Dfck_link.js385 var bHasAnchors ; variable
410 bHasAnchors = ( aAnchors.length > 0 || aIds.length > 0 ) ;
424 ShowE( 'divSelAnchor' , bHasAnchors ) ;
425 ShowE( 'divNoAnchor' , !bHasAnchors ) ;
708 dialog.SetTabVisibility( 'Advanced' , (linkType != 'anchor' || bHasAnchors) ) ;