added resizable textareas
This commit is contained in:
parent
04911c04e9
commit
722a214f80
13 changed files with 278 additions and 72 deletions
12
lib/WebGUI/i18n/English/Form_Textarea.pm
Normal file
12
lib/WebGUI/i18n/English/Form_Textarea.pm
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
package WebGUI::i18n::English::Form_Textarea; ##Be sure to change the package name to match the filename
|
||||
|
||||
our $I18N = { ##hashref of hashes
|
||||
'drag to resize' => {
|
||||
message => q|Drag to Resize|,
|
||||
lastUpdated => 0,
|
||||
context => q|alt tag for the text area drag icon|
|
||||
},
|
||||
|
||||
};
|
||||
|
||||
1;
|
||||
Loading…
Add table
Add a link
Reference in a new issue