Navigating through code


    The Function menu Function menu in the Source Code Editor, JavaScript Editor, and CSS Editor toolbars enables you to navigate through code by function. If you're using the JavaScript Editor, navigate using functions of languages such as JavaScript, VBScript, ASP, Perl, and Java. If you're using HTML, the Function menu lets you navigate through HTML code using tags that contain the name attribute. If you're using CSS, you can navigate through the code using CSS definitions in the CSS Editor.

    Functions are listed in the Function menu in the order they appear in the code. You can insert markers to tag specific locations in the code.

To navigate through code:

    Choose a function from the Function menu. GoLive inserts the cursor in the line of code that contains the function.

To list functions in alphabetical order:

    Control-click (Windows) or Alt-click (Mac OS) the Function menu.

To insert markers:

  1. Insert the cursor in the line of code you want to mark.
  2. Choose New Marker from the Function menu.
  3. Type a name for the marker in the Add Marker dialog box and click OK.