[This is preliminary documentation and is subject to change.]
The CefFrame type exposes the following members.Methods
Name | Description | |
---|---|---|
![]() | Copy |
Execute copy in this frame.
|
![]() | Cut |
Execute cut in this frame.
|
![]() | Delete |
Execute delete in this frame.
|
![]() | Dispose | |
![]() | ![]() | (Inherited from ![]() |
![]() | ExecuteJavaScript |
Execute a string of JavaScript code in this frame. The |script_url|
parameter is the URL where the script in question can be found, if any.
The renderer may request this URL to show the developer the source of the
error. The |start_line| parameter is the base line number to use for error
reporting.
|
![]() | Finalize | (Overrides ![]() |
![]() | ![]() |
Serves as a hash function for a particular type.
(Inherited from ![]() |
![]() | GetSource |
Retrieve this frame's HTML source as a string sent to the specified
visitor.
|
![]() | GetText |
Retrieve this frame's display text as a string sent to the specified
visitor.
|
![]() | ![]() |
Gets the (Inherited from ![]() ![]() |
![]() | LoadRequest |
Load the request represented by the |request| object.
|
![]() | LoadString |
Load the contents of |string_val| with the specified dummy |url|. |url|
should have a standard scheme (for example, http scheme) or behaviors like
link clicks and web security restrictions may not behave as expected.
|
![]() | LoadUrl |
Load the specified |url|.
|
![]() | ![]() |
Creates a shallow copy of the current (Inherited from ![]() ![]() |
![]() | Paste |
Execute paste in this frame.
|
![]() | Redo |
Execute redo in this frame.
|
![]() | SelectAll |
Execute select all in this frame.
|
![]() | ![]() | (Inherited from ![]() |
![]() | Undo |
Execute undo in this frame.
|
![]() | ViewSource |
Save this frame's HTML source to a temporary file and open it in the
default text viewing application. This method can only be called from the
browser process.
|
![]() | VisitDom |
Visit the DOM document. This method can only be called from the render
process.
|
See Also