Hello

Thank you very much for trying to help me.

I use this :
[% list_checkbox = BLOCK %]
   <input type="checkbox" name="check_item" value="[% id %]"\>
        <a href="[%base%]/[%classmetadata.table%]/view/[% id %]"> view </a>

    [% END %]

and it work. Thanks
Now my next step  is to try  to write an maypole actions to process the form
and the checkboxes.







----- Original Message ----- 
From: "Peter Speltz" <[EMAIL PROTECTED]>
To: "Dave Howorth" <[EMAIL PROTECTED]>
Cc: <[email protected]>
Sent: Thursday, April 06, 2006 6:50 PM
Subject: Re: [Maypole] Select with CheckBox on list


On 4/6/06, Dave Howorth <[EMAIL PROTECTED]> wrote:
> Peter Speltz wrote:


 <td >
            <input type="checkbox" name="check_item" value="[%item.id %]"\>
            <a href="[%"$base/$item.table/view/$item.id"%]"> view </a>
</td>

 You probably need to tweak the quotes and such or close the %] tag first.


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=k&kid0944&bid$1720&dat1642
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users
----------------------------------------------------------------------------
-----------
Wanadoo vous informe que cet  e-mail a ete controle par l'anti-virus mail.
Aucun virus connu a ce jour par nos services n'a ete detecte.






-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Maypole-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/maypole-users

Reply via email to