User Profile

Collapse

Profile Sidebar

Collapse
fnsbe
fnsbe
Last Activity: Oct 5 '05, 01:35 PM
Joined: Oct 4 '05
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • fnsbe
    replied to Script error
    Now... The user sends this text into a database. When he wants to edit the existing text he clicks a button and a layer, that was hidden, appears. The layer shows the same kind of editor with the existing text in it.
    Everything works... but my java buttons don't...

    This is the layer with the editor that doesn't work properly :
    Code:
    <div id="edittekst<?php echo $paragr['artikel_id']?>" style="position:absolute;
    ...
    See more | Go to post

    Leave a comment:


  • fnsbe
    started a topic Script error

    Script error

    Hi everybody,

    First of all I'm not a java hero but I tried to write my own text editor.
    Everything works but only when the existing text need to be re-edited the butttons of my editor seem not to work anymore...

    This is the main script :

    Code:
    <!--
      function storeCaret (txtarea) { 
    	if (txtarea.createTextRange) { 
    	  selectedRange = document.selection.createRange().duplicate();
    ...
    See more | Go to post
No activity results to display
Show More
Working...