> The Autogrow textarea feature here is something i think could be good on a > TWhttp://www.appelsiini.net/projects/jeditable/custom.html
http://www.TiddlyTools.com/#TextAreaPlugin adds several usability features to the tiddler body textarea control displayed in edit mode. You can add a 'grab bar' to the bottom of the text area so you can manually stretch/shrink the height of the field by including the following in your EditTemplate: <span macro="resizeEditor"></span> and, to automatically adjust the height of the text area so that it will fit all lines of text without using a scrollbar, add "autosizeEditor" to the space-separated list of commands in the [[ToolbarCommands::EditToolbar]] slice value or, if using an older, customized EditTemplate, add the toolbar command to the macro invoked directly in the template: <div class='toolbar' macro='toolbar ... autosizeEditor'> Note: if you are not using a custom EditTemplate, you don't need to make any manual changes to the template, because TextAreaPlugin automatically tweaks the standard default ("shadow") EditTemplate to add the above macro and toolbar definitions automatically. enjoy, -e Eric Shulman TiddlyTools / ELS Design Studios --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/TiddlyWiki?hl=en -~----------~----~----~----~------~----~------~--~---

