webview

Check-in [a982f8c954]
Login

Check-in [a982f8c954]

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:Corrected procedure names in documentation
Downloads: Tarball | ZIP archive
Timelines: family | ancestors | descendants | both | trunk | v1.0.0
Files: files | file ages | folders
SHA3-256: a982f8c954a92cad07254e7d321eb1ae7c161cd15397976eef36d9a1baf35183
User & Date: murphy 2018-09-19 21:10:15.363
Context
2018-09-30
14:44
Added release information file check-in: 2e72abe868 user: murphy tags: trunk
2018-09-19
21:10
Corrected procedure names in documentation check-in: a982f8c954 user: murphy tags: trunk, v1.0.0
2018-09-01
15:28
Documentation links check-in: 30b8e128e3 user: murphy tags: trunk, v1.0.0
Changes
Unified Diff Ignore Whitespace Patch
Changes to webview.wiki.
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
given <tt>SELECTOR</tt> on the page displayed by the given <tt>WEBVIEW</tt>.
The given style <tt>PROPERTY</tt> is set to the given <tt>VALUE</tt> for the
selected elements, optionally specifying a <tt>PRIORITY</tt> other than the
default.

<tt>SELECTOR</tt> is specified as for [https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors|CSS].

<h3 id="p:webview-style-set!"><tt><nowiki>
  (webview-style-set! WEBVIEW SELECTOR PROPERTY VALUE [PRIORITY]) ⇒ VOID
</nowiki></tt></h3>

Asynchronously triggers a style modification of all DOM elements matching the given
<tt>SELECTOR</tt> on the page displayed by the given <tt>WEBVIEW</tt>. The
given style <tt>PROPERTY</tt> is removed from the selected elements.

<tt>SELECTOR</tt> is specified as for [https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors|CSS].







|
|







83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
given <tt>SELECTOR</tt> on the page displayed by the given <tt>WEBVIEW</tt>.
The given style <tt>PROPERTY</tt> is set to the given <tt>VALUE</tt> for the
selected elements, optionally specifying a <tt>PRIORITY</tt> other than the
default.

<tt>SELECTOR</tt> is specified as for [https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors|CSS].

<h3 id="p:webview-style-delete!"><tt><nowiki>
  (webview-style-delete! WEBVIEW SELECTOR PROPERTY) ⇒ VOID
</nowiki></tt></h3>

Asynchronously triggers a style modification of all DOM elements matching the given
<tt>SELECTOR</tt> on the page displayed by the given <tt>WEBVIEW</tt>. The
given style <tt>PROPERTY</tt> is removed from the selected elements.

<tt>SELECTOR</tt> is specified as for [https://developer.mozilla.org/en-US/docs/Learn/CSS/Introduction_to_CSS/Selectors|CSS].