Gossamer Forum
Home : Products : Gossamer Links : Development, Plugins and Globals :

Defining size of a TEXTAREA in plugin settings

Quote Reply
Defining size of a TEXTAREA in plugin settings
Hi,

I've never actually had the need to do this before, so I'm at a bit of a loss as to how its done <G>

I'm trying to define a TEXTAREA plugin setting option, so that its 15,15 in size. The current code I have is:

Code:
$mgr->install_options('MembershipSystem', [['PaymentTypes', '30 days|30|10.00|description of membership
60 days|30|17.50|description of membership
90 days|30|25.00|description of membership
1 year|365|50.00|description of membership', 'Example usage:

30 days|30|10.00|description of membership
60 days|30|17.50|description of membership
90 days|30|25.00|description of membership
1 year|365|50.00|description of membership', 'TEXTAREA', [], [], '']]);

Is there even an option for this?

I know that the last 2 [], [] bits are for SELECT / CHECKBOX etc fields (the options) - but I can't for the life of me work out how the fix the dimensions :|

TIA if anyone knows <G>

Cheers

Andy (mod)
andy@ultranerds.co.uk
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package | GLinks ULTRA Package PRO
Links SQL Plugins | Website Design and SEO | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Subject Author Views Date
Thread Defining size of a TEXTAREA in plugin settings Andy 3252 Jul 18, 2007, 2:57 AM
Post Re: [Andy] Defining size of a TEXTAREA in plugin settings
Andy 3149 Aug 8, 2007, 3:07 AM
Thread Re: [Andy] Defining size of a TEXTAREA in plugin settings
brewt 3161 Aug 8, 2007, 6:33 PM
Post Re: [brewt] Defining size of a TEXTAREA in plugin settings
Andy 3128 Aug 9, 2007, 2:01 AM