Skip to content

Instantly share code, notes, and snippets.

@ryandemmer
Created October 6, 2014 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ryandemmer/13f2ca3a9835a79695ad to your computer and use it in GitHub Desktop.
Save ryandemmer/13f2ca3a9835a79695ad to your computer and use it in GitHub Desktop.
Move editor buttons
$editor = $this->_displayButtons($id, $buttons, $asset, $author);
$editor .= '<label for="' . $id . '" style="display:none;" aria-visible="false">' . $id . '_textarea</label><textarea id="' . $id . '" name="' . $name . '" cols="' . $col . '" rows="' . $row . '" style="width:' . $width . ';height:' . $height . ';" class="wfEditor mce_editable source" wrap="off">' . $content . '</textarea>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment