WebFormManager
Object Hierarchy:
Description:
[ CCode ( type_id = "webkit_web_form_manager_get_type ()" ) ]
[ Version ( since = "2.40" ) ]
public class WebFormManager : Object
Content:
Static methods:
- public static void input_element_auto_fill (Value element, string value)
Set the value of an HTML input element as if it had been edited by the
user, triggering a change event, and set it as filled automatically.
- public static bool input_element_is_auto_filled (Value element)
Get whether element
is an HTML input element that has
been filled automatically.
- public static bool input_element_is_user_edited (Value element)
Get whether element
is an HTML text input element that
has been edited by a user action.
Creation methods:
Signals:
- public signal void form_controls_associated (Frame frame, GenericArray<Value> elements)
Emitted after form elements (or form associated elements) are
associated to frame
.
- public signal void will_send_submit_event (Value form, Frame source_frame, Frame target_frame)
This signal is emitted when the DOM submit event is about to be fired
for form
.
- public signal void will_submit_form (Value form, Frame source_frame, Frame target_frame)
This signal is emitted when form
will imminently be
submitted.
Inherited Members:
All known members inherited from class GLib.Object
- @get
- @new
- @ref
- @set
- add_toggle_ref
- add_weak_pointer
- bind_property
- connect
- constructed
- disconnect
- dispose
- dup_data
- dup_qdata
- force_floating
- freeze_notify
- get_class
- get_data
- get_property
- get_qdata
- get_type
- getv
- interface_find_property
- interface_install_property
- interface_list_properties
- is_floating
- new_valist
- new_with_properties
- newv
- notify
- notify_property
- ref_count
- ref_sink
- remove_toggle_ref
- remove_weak_pointer
- replace_data
- replace_qdata
- set_data
- set_data_full
- set_property
- set_qdata
- set_qdata_full
- set_valist
- setv
- steal_data
- steal_qdata
- thaw_notify
- unref
- watch_closure
- weak_ref
- weak_unref