• Has anyone added a WYSIWYG editor to the Task Description field? My client doesn’t want to have to handcode when she needs to create a hyperlink.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wywalk

    (@wywalk)

    OK, I’ve been digging in the code, trying to figure out a way to do this, and I notice that most of the fields that I want an editor for have this in the code

    $this->_form_row( 'description', __('Project Description',NDZ), $this->_val($x,'project_description'), 'wysiwyg' );

    It seems like there should already be an editor, but the only place it’s showing up is the “Address” field on the “edit client” page. And the link icon doesn’t work on that page. I’ve tried deactivating all my Plugins, but the link icon still isn’t working, and I don’t have wysiwyg editors anywhere else.

    Plugin Author George Stephanis

    (@georgestephanis)

    The problem is that with the way the integrated WP wysiwyg editor is set up and triggered, those are both hitting the same input field, so it’s getting wysiwyg-ed twice. I’ve got something in the pipes to fix it, I’ve just not had a chance to hit it yet.

    -George

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Adding WYSIWYG editor to Task Description field’ is closed to new replies.