Krang::BulkEdit::Textarea - Class for Textarea-based bulk editing
Krang::BulkEdit::Textarea - Class for Textarea-based bulk editing
This class implements methods to handle bulk editing in a textarea field. Textareas are used for bulk editing if an elementclass's 'bulk_edit' attribute is set to either '1' (legacy value) or 'textarea' (recommended explicit value).
pkg('CGI::ElementEditor')-element_bulk_edit()> and takes care of
initializing the textarea with all relevant element data.
It's arguments include:
pkg('CGI::ElementEditor')-element_bulk_edit()>
It breaks the incoming text into meaningfull chunks and records the latter in children of $element (the legacy bulk edit behavior).