Great, thanks, do you want PITS entries for issues raise on the email lists?

On 10 July 2015 at 03:25, Petko Yotov <5...@5ko.fr> wrote:

> I have added it for the next version, you can get forms.php from
> subversion now.
>
> The current ways to add form attributes are:
> - define the whole $InputAttr array in config.php, OR
> - define a $PostConfig function to append attributes to that array:
>
>   $PostConfig['FormTarget'] = 100;
>   function FormTarget($pn) {
>     $GLOBALS['InputAttrs'][] = "target";
>   }
>
> You will not need this with the next version for the "target" attribute
> but we may try to find an easier way for admins to add allowed attributes.
>
> Petko
>
> On 2015-07-09 06:32, Simon wrote:
>
>> I'm trying to get the result of a form submission open in a new page,
>> e.g.
>> (:input form method="post" action="
>> http://example.com/phonelist/index.cfm?call=search"; target="_blank":)
>>
>
>
>
> _______________________________________________
> pmwiki-devel mailing list
> pmwiki-devel@pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-devel
>



-- 
____
http://kiwiwiki.nz
_______________________________________________
pmwiki-devel mailing list
pmwiki-devel@pmichaud.com
http://www.pmichaud.com/mailman/listinfo/pmwiki-devel

Reply via email to