Just a
{{{test}}}
Richard
On Tue, Sep 11, 2012 at 5:55 PM, Richard Vézina <[email protected]
> wrote:
> The proper code I come up with :
>
> {{{
> for input_elem in form.elements("input[]"):
> if input_elem.attributes['_type']=='text':
> input_elem["_placeholder"] = YOURPLACEHOLDERTEXT
> }}}
>
> Richard
>
>
> On Tue, Sep 11, 2012 at 4:08 PM, Richard Vézina <
> [email protected]> wrote:
>
>> input is a reserved word...
>>
>> Richard
>>
>>
>> On Fri, Aug 31, 2012 at 1:01 PM, Alec Taylor <[email protected]>wrote:
>>
>>> Perfect, thanks to you both :)
>>>
>>> --
>>>
>>>
>>>
>>>
>>
>>
>
--