Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

browser_category_modify - javascript question

Quote Reply
browser_category_modify - javascript question
hello!

in the admin template "browser_category_modify" the following javscript code is called:

parent.frames[parent.LEFT_FRAME_ID].navigate("#<%category_id%>");

I'm just wondering what the ".navigate" part is about - it doesn't seem to be a valid function and I can't find any information about it when I google it. Looking at it, it's obviously trying to jump the menu down to the # section passed to the function... but the function doesn't exist?

Does anyone know?

Thanks!

Regan.
Quote Reply
Re: [ryel01] browser_category_modify - javascript question In reply to
As far as I can tell navigate isn't a function it's a path.




Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile

Quote Reply
Re: [Chas-a] browser_category_modify - javascript question In reply to
hi chas-a - can you tell me more? A path to where/what?
Quote Reply
Re: [ryel01] browser_category_modify - javascript question In reply to
Checking the comment in the Javascript for browser_category_modify it reads:

/**
* A category has just been modified, therefore the javascript
* tree on the left pane should be updated consequently.
*/

So a path to the
javascript tree left pane.

In the
Browse > Category Browser: page.

Hope that helps.




Comedy Quotes - Glinks 3.3.0, PageBuilder, StaticURLtr, CAPTCHA, User_Edit_Profile

Last edited by:

Chas-a: Apr 19, 2006, 2:56 AM