Viewing 1 replies (of 1 total)
  • “wp_editor” won’t show up as you’re making ajax call which only returns ajax response but not wp editor which is built by javascript on that page. In short, ajax call can get server side text response but not javascript editor which is built on client side and needs javascript processor to process.

    You can try ( window.QTags ) function.

    After your ajax call is done, try to copy this property, replace an id to a new one and call the QTags function. All buttons should appear.

    window.QTags({‘id’: YOUR_NEW_ID_HERE, ‘buttons’: “strong,em,link,block,del,ins,img,ul,ol,li,code,more,close”});

Viewing 1 replies (of 1 total)
  • The topic ‘Get the wp_editor through AJAX Call’ is closed to new replies.