summaryrefslogtreecommitdiff
path: root/templates/edit_textarea.tpl
AgeCommit message (Collapse)AuthorFilesLines
2025-08-27Template changes to cover uninitialized variables and style changes for PHP8.4lsces1-1/+1
2023-11-25w3c cleanup: The type attribute is unnecessary for JavaScript resources.spiderr1-1/+1
2016-04-25escape $textarea_edit so pages with textareas dont break stuffspider@app11-1/+1
2015-12-08Add flag for ckeditor enablelsces1-0/+3
( normally embeded textarea elements would beplain text )
2015-01-31add support for langcode in function.textareaspider1-1/+1
2015-01-30ckeditor package supportChristian Fowler1-3/+0
2014-05-30bootstrap3-css-changes-form-groupspiderr1-1/+1
2014-04-10use package check on smileys and quicktags includes in edit_textareasanto spider1-2/+2
2013-09-23move ckeditor config to extra filelsces1-67/+3
2013-07-29Add back in CKE4 toolbar optionslsces1-5/+62
CKE4 has been re-engineered as a 'programmable download' which does not help allowing configuration based on role or used preferences. Work still needed to restore some features.
2013-07-15Work in progress!lsces1-4/+9
But ckeditor does not work at all at present, so this is a step in the right direction and switching to ckeditor version 4 at same time.
2013-04-10fix textarea as a functionspiderr1-2/+1
2013-04-06major clean up for Smarty 3.0 and another pass at cleaning the top menusspiderr1-2/+2
2013-04-01bootstrap-conversionspiderr1-1/+1
2012-04-17Tidy up to remove 'STRICT' warningsLester Caine ext:(%22)1-3/+3
Split static and dynamic use of getDisplayUrl Create getContentUrl as the instantiated version parameters need to be identical across all classes getAttachment augmented by a static loadAttachment
2010-04-08add a char counter to textarea plugin, set maxchars=n to invoke, not ↵wjames51-2/+18
compatible with various html js editors - someone more ambitious can add such complex capability
2010-03-20add option to display require iconwjames51-0/+1
2010-02-12display error if there is onewjames51-0/+1
2008-09-15div.row.rt-edit congruent to div.row.submit, makes selecting rich text area ↵laetzer1-1/+1
easier
2007-12-07Add a help message when using click to activate features of fckeditor.Nick Palmer1-0/+5
2007-06-28Make FCKEditor only latch onto text areas that are created with the smarty ↵Nick Palmer1-1/+1
{textarea} plugin.
2007-05-02remove gContent->mInfo.data as default value for textarea. this will insert ↵Max Kremmel1-7/+3
the data of the content when we're creating a new comment. seems to work without the default. if this default value has a particular reason, we need to find a way to work around this.
2007-04-20Improvements to edit_textarea as I go through converting.Nick Palmer1-1/+9
2007-04-20Fixup edit_textarea.tpl to work with new smarty block function.Nick Palmer1-4/+1
2007-04-20Add new edit_textarea.tpl in preperation for textarea cleanup.Nick Palmer1-0/+20