|
18 | 18 |
|
19 | 19 | <examples> |
20 | 20 | <example>revBrowserSet tBrowserId, "url", "http://www.runrev.com"</example> |
21 | | -<example><p>answer file "Please choose a file to display"</p><p>if the |
22 | | -result is not "cancel" then</p><p> put it into tFile</p><p> put |
23 | | -revBrowserSet tBrowserID,"url","file://" & tFile </p><p>end |
| 21 | +<example><p>answer file "Please choose a file to display"</p><p>if theresult |
| 22 | +is not "cancel" then</p><p> put it into tFile</p><p> put revBrowserSet |
| 23 | +tBrowserID,"url","file://" & tFile </p><p>end |
24 | 24 | if</p></example> |
25 | 25 | </examples> |
26 | 26 |
|
@@ -183,7 +183,10 @@ stack</description> |
183 | 183 |
|
184 | 184 | <value>The <b>revBrowserSet</b> command puts empty into the result if |
185 | 185 | successful. </value> |
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 |
| 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 |
187 | 190 | the "messages" property is set to true. The other callback messages are |
188 | 191 | always sent.<p></note><p></p><note> Setting the selected property selects |
189 | 192 | the first instance of that text. Setting the property repeatedly to the same |
@@ -223,7 +226,8 @@ false</p><p>end browserDisableScrollbars</p><p></p><p>on |
223 | 226 | browserToggleScrollbars</p><p> revBrowserSet sBrowserId, scrollbars, |
224 | 227 | (not(revBrowserGet(sBrowserId, scrollbars)))</p><p>end |
225 | 228 | browserToggleScrollbars</p><p></p><p></p><p></p><note> For general |
226 | | -information on using the browser library, see the notes in the <function tag="revBrowserOpen">revBrowserOpen function</function> |
| 229 | +information on using the browser library, see the notes in the <function |
| 230 | +tag="revBrowserOpen">revBrowserOpen function</function> |
227 | 231 | reference.</note><p>	</p></comments> |
228 | 232 | </description> |
229 | 233 | </doc> |
0 commit comments