summaryrefslogtreecommitdiff
path: root/smarty_bit/block.textarea.php
AgeCommit message (Collapse)AuthorFilesLines
2008-06-18move name default assignment out of id check - that made no sensewjames51-0/+2
2008-06-13set default name propertywjames51-0/+1
2008-04-14whitespaceMax Kremmel1-1/+1
2007-07-29insert missing space between attributesMax Kremmel1-1/+1
2007-07-14edit help is now taken care of by services. this means that there is no need ↵Max Kremmel1-0/+3
for inclusion of edit help anywhere as long as services are called on edit pages and service tabs are included in edit tpl. help is included when {textarea} is in use. if you need to disable it set: display_help_tab=0 when calling the service tabs. edit help has also undergone a facelift.
2007-07-11Be a little bit more selective about what we allow fckeditor to latch onto.Nick Palmer1-2/+7
2007-06-28Make FCKEditor only latch onto text areas that are created with the smarty ↵Nick Palmer1-1/+5
{textarea} plugin.
2007-06-22Add phpdoc comment blocksLester Caine1-0/+8
2007-04-23use rows and cols as textarea attributesMax Kremmel1-2/+0
2007-04-22Handle rows and cols in a standards compliant way.Nick Palmer1-2/+6
2007-04-20Default textarea_id properly when it isn't already set.Nick Palmer1-0/+3
2007-04-20More work on block.textareaNick Palmer1-10/+26
2007-04-20Add new textarea block tag. Wheee!Nick Palmer1-0/+45
2006-11-30Removed unrequired textarea plugin. Found a better way to hook FCKeditor.Nick Palmer1-34/+0
2006-11-30Fix bug when textarea contains no value to start with.Nick Palmer1-1/+1
2006-11-30Added textarea block tag to facilitate fckeditor integration.Nick Palmer1-0/+34