[pmwiki-users] Default form markup questions...

The Editor editor at fast.st
Thu Aug 24 14:25:59 CDT 2006


Actually, since the standard forms markup uses (:input textarea...:)
that leaves the option of (:textarea:) available.  Which makes this a
nice intuitive solution:

Markup('textarea', 'inline', '/\(:textarea (.*?):\\)/', '<textarea name=$1>');
Markup('textareaend', 'inline', '/\(:textareaend:\\)/', '</textarea>');

Making possible:

(:textarea Field:)(:include Data-Group.Name lines=x..x :)(:textareaend:)

Will be added to FAST Data project asap  Works nicely!  My first try
at the markup.  I think I'm getting the hang of this.

Cheers,
Caveman




More information about the pmwiki-users mailing list