You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: demos/widgets/headers/external.php
+3-4Lines changed: 3 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -41,14 +41,13 @@
41
41
42
42
<h2>Auto Init</h2>
43
43
44
-
<p>Because these toolbars are not within the page they will not auto initalize. you must call the toolbar plugin yourself on document ready</p>
44
+
<p>Because these toolbars are not within the page they will not auto initalize. You must call the toolbar plugin yourself on document ready.</p>
45
45
46
46
<h2>Ajax Navigation</h2>
47
47
48
-
<p>Because these toolbars are not within the page they will remain in the dom until manually removed. However they will automaticly hide if you navigate to a page containing a toolbar to allow the pages own toolbars to take their place. They will automaticly show again if you navigate to a page containing no toolbars.
49
-
</p>
48
+
<p>Because these toolbars are not within the page they will remain in the DOM until manually removed. However they will automatically hide if you navigate to a page containing a toolbar to allow the pages own toolbars to take their place. They will automatically show again if you navigate to a page containing no toolbars.</p>
50
49
51
-
<p>Toolbars not within a page will not be pulled into the dom durring ajax navigation</p>
50
+
<p>Toolbars not within a page will not be pulled into the DOM during Ajax navigation.</p>
0 commit comments