get_text_fields


Description:

[ Version ( deprecated = true , deprecated_since = "2.20." ) ]
public unowned HashTable<void*,void*>? get_text_fields ()

Warning: get_text_fields is deprecated since 2.20..

Get the values of the text fields contained in the form associated to this.

Note:

Use list_text_fields instead.

Get a GenericSet with the values of the text fields contained in the form associated to this. Note that fields will be missing if the form contains multiple text input elements with the same name, so this function does not reliably return all text fields.

Parameters:

this

a FormSubmissionRequest

Returns:

a GenericSet with the form text fields, or null if the form doesn't contain text fields.