Subversion Repositories DevTools

Rev

Rev 6651 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6651 Rev 6676
Line 9... Line 9...
9
var ajaxdivname;
9
var ajaxdivname;
10
 
10
 
11
//
11
//
12
//	Load/Hide/Show an Ajax expander
12
//	Load/Hide/Show an Ajax expander
13
//	BaseId - Base for IDs to process
13
//	BaseId - Base for IDs to process
14
//			 IMG_BaseId - image to to toggle
14
//			   IMG_BaseId - image to to toggle
15
//             TGL_BaseId - element to show/hide if found else use BaseId
15
//             TGL_BaseId - element to show/hide if found else use BaseId
16
//             BaseId - Div to load Ajax into
16
//             BaseId - Div to load Ajax into
17
//	url - Url used to load subcontrol
17
//	url - Url used to load subcontrol
18
function ToggleLoadControl(baseId, url)
18
function ToggleLoadControl(baseId, url)
19
{
19
{