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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -85,10 +85,10 @@ Panel settings
85
85
===================================
86
86
there are two settings for panel divs:
87
87
88
-
1. data-hash - takes the following values: true(default), false, and crumbs
88
+
1) data-hash - takes the following values: true(default), false, and crumbs
89
89
this attribute tells splitview to track history for the panel or not (true and false), or to set a 'crumb' (crumbs) button at the top left portion of the header for each page.
90
90
91
-
2. data-context - takes a jQuery selector value, or a hash of the following: url, panel, refresh.
91
+
2) data-context - takes a jQuery selector value, or a hash of the following: url, panel, refresh.
92
92
data-context tells splitview to load another page whose link can be found in the active page by the jQuery selector value, or a page which is pointed to by the hash. example:
0 commit comments