[patch]: html.cc: DilloHtmlForm::getRadioInput()
This refactors code that looks for a radio input with a given name into a new method DilloHtmlForm::getRadioInput() . This marks a DilloHtmlForm API milestone: now only DilloHtmlForm member functions access the inputs data member. Everything else that needs to get an input from a form goes through the API. Regards, Jeremy Henty
On Thu, May 29, 2008 at 11:15:51PM +0100, Jeremy Henty wrote:
This refactors code that looks for a radio input with a given name into a new method DilloHtmlForm::getRadioInput() .
This marks a DilloHtmlForm API milestone: now only DilloHtmlForm member functions access the inputs data member. Everything else that needs to get an input from a form goes through the API.
Committed. -- Cheers Jorge.-
participants (2)
-
jcid@dillo.org
-
onepoint@starurchin.org