Skip to content

Commit 3fc29ab

Browse files
AlastairBatemanJekata
authored andcommitted
Adding in some missing '='s
1 parent 22d1976 commit 3fc29ab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

controls/editor/functionality/toolbars/overview.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ The lists below show the icon image, the name of the tool, a description of what
7373
|![](images/editor-xhtmlvalidator.png)| **XhtmlValidator** |XhtmlValidator - Uses the W3C XHTML Validator Page to perform validation of the current editor content.|`<tool name="XhtmlValidator" />`|
7474
|![](images/editor-csdialog-icon.png)| **CSDialog** |[Accessibility Compliance Check Dialog]({%slug editor/accessibility-and-internationalization/creating-accessible-content/compliance-check-dialog%}) - Uses HiSoftware's Compliance Sheriff tool to help the user create accessible content.|`<tool name="CSDialog" />`|
7575
|![StyleBuilder](images/editor-stylebuilder.png)| **StyleBuilder** |StyleBuilder - Provides options to define cascading style sheet (CSS) style attributes.|`<tool name="StyleBuilder" />`|
76-
|![](./images/editor-toggle-toolzone.png)|**Toggle ToolZone** *(this button is [Phone-Layout-related]({%slug editor/mobile-support/phone-layout/overview%}))*|Toggles the ToolZone in RadEditor with Phone Layout|`<tool name"MobileEdit" />`|
77-
|![](./images/editor-toggle-html-mode.png)|**Toggle Edit Mode** *(this button is [Phone-Layout-related]({%slug editor/mobile-support/phone-layout/overview%}))*|Switches between Design and HTML mode in RadEditor with Phone Layout.|`<tool name"ToggleEditMode" />`|
78-
|![](./images/editor-toggle-screen-mode.png)|**Toggle Screen Mode** *(this button is [Phone-Layout-related]({%slug editor/mobile-support/phone-layout/overview%}))*|Exits the full screen mode in RadEditor with Phone layout.|`<tool name"ToggleScreenMode" />`|
76+
|![](./images/editor-toggle-toolzone.png)|**Toggle ToolZone** *(this button is [Phone-Layout-related]({%slug editor/mobile-support/phone-layout/overview%}))*|Toggles the ToolZone in RadEditor with Phone Layout|`<tool name="MobileEdit" />`|
77+
|![](./images/editor-toggle-html-mode.png)|**Toggle Edit Mode** *(this button is [Phone-Layout-related]({%slug editor/mobile-support/phone-layout/overview%}))*|Switches between Design and HTML mode in RadEditor with Phone Layout.|`<tool name="ToggleEditMode" />`|
78+
|![](./images/editor-toggle-screen-mode.png)|**Toggle Screen Mode** *(this button is [Phone-Layout-related]({%slug editor/mobile-support/phone-layout/overview%}))*|Exits the full screen mode in RadEditor with Phone layout.|`<tool name="ToggleScreenMode" />`|
7979

8080
## Insert and Manage Links, Tables, Special Characters, Images and Media
8181

0 commit comments

Comments
 (0)