[zEditor] zEditor as a full editor

  Bài viết hay nhất1
I am requesting to make zEditor as a full editor for posting body. Please make this because O love the features for: instant preview, wall post,,quote and all other things. Please make it full editor including all other BBcode like image upload, youtube video etc. Thanks
  Bài viết hay nhất2
nói nôm na lại và tóm gọn ý có nghĩa là
bạn ấy muốn zEditor của bác "0" không chỉ có vài cái bbcode như b i u code quote .....
mà bạn ấy muốn cái zEditor có full mọi thứ cả up ảnh, căn lề trái, lề phải, font chữ, cở chữ, chèn link, video .........
e thì chỉ cần thêm cái up ảnh là đủ rồi, còn những cái khác có thể vào full editor cho tiện, chứ viết hết ra thế giống như viết luôn cái quick reply mới :3
  Bài viết hay nhất3
I'm sorry, zEditor is a quick reply. It's possible to make it as a full editor but it won't have many features that you said above. In other words, it will just be a normal editor with instant preview feature and several bbcode buttons added. Or you just can use this (the full editor this site's currently using), don't do the quick_reply part.
  Bài viết hay nhất4
Thanks for reviewing my request. But, is it possible to make instant preview option for posting body?
  Bài viết hay nhất5
put this code in your posting_body
Code:
<script type="text/javascript">
//<![CDATA[
$(function () {
   $('input[name="preview"]').click(function (a) {
      a.preventDefault();
      $.post(location.href, {
         "message": $('textarea[name="message"]').val(),
         "preview": "Preview",
      }, function (data) {
         $('.main #frm-form').before('<div class="main-head clearfix"><p class="h2">Preview</p></div>' + $(data).find('.main-content.topic')[0].outerHTML)
      });
   });
});
//]]>
</script>
it should do it
  Bài viết hay nhất6
Zero wrote:put this code in your posting_body
Code:
<script type="text/javascript">
//<![CDATA[
$(function () {
   $('input[name="preview"]').click(function (a) {
      a.preventDefault();
      $.post(location.href, {
         "message": $('textarea[name="message"]').val(),
         "preview": "Preview",
      }, function (data) {
         $('.main #frm-form').before('<div class="main-head clearfix"><p class="h2">Preview</p></div>' + $(data).find('.main-content.topic')[0].outerHTML)
      });
   });
});
//]]>
</script>
it should do it

It's not working. It's disabling the preview button. Here you can check http://www.bdtipsntricks.com/post?f=16&mode=newtopic
Info: I am also using GOeditor 1.5
  Bài viết hay nhất7
I'm working on it. Just let you know. The full zEditor will support instant preview and custom bbcodes.
Edit: I spent the whole day working on the layout. Here is a pic of it
[zEditor] zEditor as a full editor Xcyv
  Bài viết hay nhất8
Thanks. You are working so hard. Hope, you will be successful very soon.
  Bài viết hay nhất9
You cannot reply to topics in this forum