Skip to content

Commit 1e07bc1

Browse files
committed
[[ Docs ]] Reverted some changes in revBrowser docs to be able to build docs.
1 parent c0fd019 commit 1e07bc1

File tree

2 files changed

+5
-12
lines changed

2 files changed

+5
-12
lines changed

docs/dictionary/command/revBrowserSet.xml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,19 +183,15 @@ stack</description>
183183

184184
<value>The <b>revBrowserSet</b> command puts empty into the result if
185185
successful. </value>
186-
<comments><note> The "advanced" callback messages are: <message
187-
tag="browserClick">browserClick</message>, <message
188-
tag="browserOut">browserOut</message> and <message
189-
tag="browserOver">browserOver</message>. These messages are only sent when
186+
<comments><note> The "advanced" callback messages are: <message tag="browserClick">browserClick</message>, <message tag="browserOut">browserOut</message> and <message tag="browserOver">browserOver</message>. These messages are only sent when
190187
the "messages" property is set to true. The other callback messages are
191188
always sent.<p></note><p></p><note> Setting the selected property selects
192189
the first instance of that text. Setting the property repeatedly to the same
193190
value will cycle through each occurrence of the value. Setting the selected
194191
to empty or to a string not present in the current document will reset the
195192
selected text, ie subsequently setting the selected to any string will
196193
select the first occurrence again. This behavior is similar to that of the
197-
<command tag="find">find
198-
command</command>.</note><p></p><p></p><change>There is a long standing
194+
<command tag="find">find command</command>.</note><p></p><p></p><change>There is a long standing
199195
issue with revBrowser that causes browser instances to be lost whenever the
200196
stack it is attached to has its window re-created. Previously, cases where
201197
this would occur had to be avoided when a browser was present on a
@@ -226,8 +222,7 @@ false</p><p>end browserDisableScrollbars</p><p></p><p>on
226222
browserToggleScrollbars</p><p> revBrowserSet sBrowserId, scrollbars,
227223
(not(revBrowserGet(sBrowserId, scrollbars)))</p><p>end
228224
browserToggleScrollbars</p><p></p><p></p><p></p><note> For general
229-
information on using the browser library, see the notes in the <function
230-
tag="revBrowserOpen">revBrowserOpen function</function>
225+
information on using the browser library, see the notes in the <function tag="revBrowserOpen">revBrowserOpen function</function>
231226
reference.</note><p>&#9;</p></comments>
232227
</description>
233228
</doc>

docs/dictionary/function/revBrowserOpenCef.xml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,9 @@ into tFile</p><p> put revBrowserOpenCef(the windowId of this stack,
6060
command</command>
6161
<command tag="revBrowserSet">revBrowserSet command</command>
6262
<command tag="revBrowserClose">revBrowserClose command</command>
63-
<command
64-
tag="revBrowserAddJavaScriptHandler">revBrowserAddJavaScriptHandler
63+
<command tag="revBrowserAddJavaScriptHandler">revBrowserAddJavaScriptHandler
6564
command</command>
66-
<command
67-
tag="revBrowserRemoveJavaScriptHandler">revBrowserRemoveJavaScriptHandler
65+
<command tag="revBrowserRemoveJavaScriptHandler">revBrowserRemoveJavaScriptHandler
6866
command</command>
6967
<message tag="browserOver">browserOver message</message>
7068
<message tag="browserNewInstance">browserNewInstance message</message>

0 commit comments

Comments
 (0)