[dokuwiki] Re: HTML_EDITFORM_INJECTION event
- From: "Martin Tschofen" <martin.tschofen@xxxxxxxxx>
- To: dokuwiki@xxxxxxxxxxxxx
- Date: Sun, 28 Jan 2007 17:58:11 -0600
For the two form scenario: Couldn't you close the form tag and open a new
one, stick your inputs in it without closing the form again?...martin
On 1/28/07, Gunther <dokuwiki@xxxxxxxxxxxxxx> wrote:
Hello list!
Just some thoughts about the ' HTML_EDITFORM_INJECTION' event, which is
currently only available in the devel version.
If I "Use this to inject additional form fields into the form. " I have
at least two problems.
The first one will be the actual place where the trigger is placed. It's
inside the <form> tag. So I could only add some fields to the form but
no separate form (with different action attribute).
This leads to the second problem: If I got it right, the form values are
processed by the doku.php. And there only 3 predefined $_POST vars are
handled. So if I want to use my additional form values I have to change
the code in doku.php.
There should be an alternativ handling of $_POST vars and a trigger
which sends me back to my action plugin for processing my values.
Just my 2 cents!
Greetings
Gunther
--
DokuWiki mailing list - more info at
http://wiki.splitbrain.org/wiki:mailinglist
- Follow-Ups:
- [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- From: Gunther Pilz
- References:
- [dokuwiki] HTML_EDITFORM_INJECTION event
- From: Gunther
Other related posts:
- » [dokuwiki] HTML_EDITFORM_INJECTION event
- » [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- » [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- » [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- » [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- » [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- » [dokuwiki] Re: HTML_EDITFORM_INJECTION event
Hello list! Just some thoughts about the ' HTML_EDITFORM_INJECTION' event, which is currently only available in the devel version. If I "Use this to inject additional form fields into the form. " I have at least two problems. The first one will be the actual place where the trigger is placed. It's inside the <form> tag. So I could only add some fields to the form but no separate form (with different action attribute). This leads to the second problem: If I got it right, the form values are processed by the doku.php. And there only 3 predefined $_POST vars are handled. So if I want to use my additional form values I have to change the code in doku.php. There should be an alternativ handling of $_POST vars and a trigger which sends me back to my action plugin for processing my values. Just my 2 cents! Greetings Gunther -- DokuWiki mailing list - more info at http://wiki.splitbrain.org/wiki:mailinglist
- [dokuwiki] Re: HTML_EDITFORM_INJECTION event
- From: Gunther Pilz
- [dokuwiki] HTML_EDITFORM_INJECTION event
- From: Gunther