Pastoid

The page you are looking at now is at this URL: http://pastoid.com/arc

This paste was last updated on March 6, 2009 at 8:14 am.

Pasted Coderaw

// Textareas don't always need to be massive. This works for both tabcontrol_textarea and admincontrol_textarea templates.
 
 
$instructions = $myform->append('textarea','plugin_version_instructions', 'null:null', _t('Instructions') );
$instructions->value = $plugin_versions->info->instructions;
$instructions->rows = '3';
$instructions->cols = '75';
$instructions->class[] = 'resizable'; // works best for admincontrol, not tabcontrol.
$instructions->template = 'tabcontrol_textarea';
 
 

Toggle wordwrap

Referring DomainHits
Unknown Referer 127
pastoid.com 6
search.live.com 2
drunkenmonkey.org 1
Is this paste spam?
<Hide