class

LuckyFlow::Webless::Form

Inherits Reference < Object

Constants

ALL_FORM_FIELDS = ".//*[self::input | self::select | self::textarea | self::button][not(./@form)][not(./@disabled)]"
ALL_FORM_FIELDS_WITH_FORM_ID = ".//*[self::input | self::select | self::textarea | self::button][not(./@form)][not(./@disabled)] | //*[self::input | self::select | self::textarea | self::button][(./@form = '%s')][not(./@disabled)]"

Constructors

new(form_node : HTML5::Node, submit_node : HTML5::Node)
Source

Instance methods