Share via


Code View toolbar

The following are the predefined items in the Dynamic Web Template toolbar of Microsoft Expression Web. If you are designing an add-in that is intended to reside in the Dynamic Web Template toolbar (the toolbaritem element is defined in the add-in manifest), use this list to define values for the parent and before attributes.

Code View toolbar

  • COMMANDBAR_CodeView_ListMembers    corresponds to the List Members command ( w4_btn_edit_list_member ).

  • COMMANDBAR_CodeView_ParameterInfo    corresponds to the Parameter Info command ( w4_btn_edit_param_tip ).

  • COMMANDBAR_CodeView_CompleteWord    corresponds to the Complete Word command ( w4_btn_edit_complete_word ).

  • COMMANDBAR_CodeView_ListCodeSnippets    corresponds to the List Code Snippets command ( w4_btn_code_snippets ).

  • COMMANDBAR_CodeView_FollowCodeHyperlink    corresponds to the Follow Code Hyperlink command ( w4_btn_code_hyperlink_follow ).

  • COMMANDBAR_CodeView_PreviousCodeHyperlink    corresponds to the Previous Code Hyperlink command ( w4_btn_code_hyperlink_back ).

  • COMMANDBAR_CodeView_NextCodeHyperlink    corresponds to the Next Code Hyperlink command ( w4_btn_code_hyperlink_forward ).

  • COMMANDBAR_CodeView_FunctionLookup    corresponds to the Function Lookup drop-down menu.

  • COMMANDBAR_CodeView_ToggleBookmark    corresponds to the Toggle Bookmark command ( w4_btn_html_toggle_bookmark ).

  • COMMANDBAR_CodeView_NextBookmark    corresponds to the Next Bookmark command ( w4_btn_html_next_bookmark ).

  • COMMANDBAR_CodeView_PreviousBookmark    corresponds to the Previous Bookmark command ( w4_btn_html_previous_bookmark ).

  • COMMANDBAR_CodeView_ClearBookmarks    corresponds to the Clear Bookmarks command ( w4_btn_html_clear_bookmarks ).

  • COMMANDBAR_CodeView_SelectTag    corresponds to the Select Tag command ( w4_btn_edit_select_tag ).

  • COMMANDBAR_CodeView_FindMatchingTag    corresponds to the Find Matching Tag command ( w4_btn_edit_match_tag ).

  • COMMANDBAR_CodeView_SelectBlock    corresponds to the Select Block command ( w4_btn_edit_balance_braces ).

  • COMMANDBAR_CodeView_FindMatchingBrace    corresponds to the Find Matching Brace command ( w4_btn_edit_match_brace ).

  • COMMANDBAR_CodeView_InsertStartTag    corresponds to the Insert Start Tag command ( w4_btn_html_insert_start_tag ).

  • COMMANDBAR_CodeView_InsertEndTag    corresponds to the Insert End Tag command ( w4_btn_html_insert_end_tag ).

  • COMMANDBAR_CodeView_InsertHTMLComment    corresponds to the Insert HTML Comment command ( w4_btn_html_insert_comment ).

  • COMMANDBAR_CodeView_InsertCSSComment    corresponds to the Insert CSS Comment command ( w4_btn_insert_css_comment ).

  • COMMANDBAR_CodeView_Options    corresponds to the Options drop-down menu.

    • COMMANDBAR_CodeView_Options_WordWrap    corresponds to the Word Wrap command.

    • COMMANDBAR_CodeView_Options_LineNumbers    corresponds to the Line Numbers command.

    • COMMANDBAR_CodeView_Options_SelectionMargin    corresponds to the Selection Margin command.

    • COMMANDBAR_CodeView_Options_AutoIndent    corresponds to the Auto Indent command.

    • COMMANDBAR_CodeView_Options_HighlightInvalidHTML    corresponds to the Highlight Invalid HTML command.

    • COMMANDBAR_CodeView_Options_HighlightIncompatibleHTML    corresponds to the Highlight Incompatible HTML command.

See Also

Concepts

MENU names
COMMANDBAR names
The add-in manifest

  Copyright © 2011 by Microsoft Corporation. All rights reserved.