How to get toolbar in textarea
-
I want to get the edit toolbar in each <textarea>. How can I activate this in below code for example:
<div class=”form-field-text”>
<label>’. __(‘company_profile’, ‘agent-plugin’).'<span class=”field-tip”><i class=”fa fa-info-circle” aria-hidden=”true”></i><span class=”tip-content”>’. __(‘Describe your company’, ‘agent-plugin’).'</span></span></label>
<textarea class=”textblock” cols=”6″ rows=”12″ name=”company_profile” placeholder=”‘. __(‘customer_profile’, ‘agent-plugin’).'” >’.$result->company_profile.'</textarea>
<span><i class=”fa fa-check” style=”display:none;”></i></span>
</div>see link for screenshot: https://prntscr.com/gdz3rc
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘How to get toolbar in textarea’ is closed to new replies.