Insertion of BB codes

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • PHPstarter
    New Member
    • Jun 2009
    • 77

    Insertion of BB codes

    Hi, I'm pretty new to javascript, but I managed to make a simple BB Code script which allows me to paste stuff like [b.] text [/b.] (without the . )into my textarea by button.
    The problem is that this will always get inserted at the bottom/last in the text field, and not where the mouse is focused.

    How can I make it paste these codes where my mouse is targeted?
  • acoder
    Recognized Expert MVP
    • Nov 2006
    • 16032

    #2
    A couple of threads on the same problem:


    Comment

    • PHPstarter
      New Member
      • Jun 2009
      • 77

      #3
      Thank you, I found a solution in one of those threads.
      However, as my BB codes are repasted, the original, selected text is also repasted. so it looks like this:
      [b.] hello [/b.] hello
      instead of:
      [b.] hello [/b.]

      Is there any easy way to remove the selected text from a textarea? :)

      Comment

      • PHPstarter
        New Member
        • Jun 2009
        • 77

        #4
        Never mind, I solved it............. :)
        Thanks

        Comment

        Working...