Ver Mensaje Individual
  #3 (permalink)  
Antiguo 18/08/2011, 20:23
yuo2
 
Fecha de Ingreso: diciembre-2008
Ubicación: PERU
Mensajes: 294
Antigüedad: 15 años, 4 meses
Puntos: 23
Respuesta: problema con editor Whizzywig

Y el demo que esta en la pagina no te sirve, al parecer tu estas usando el q dice multiple area.


Código PHP:
Ver original
  1. <html>
  2. <head>
  3. <title>Basic Whizzywig Demo</title>
  4. <script type="text/javascript" src="../whizzywig.js"></script>
  5. </head>
  6. <body onload="whizzywig()">
  7.  
  8. <h1>Basic Whizzywig Demo</h1>
  9.  
  10. <form>
  11. <textarea name="edited" row="10" cols="80" style="width:99%; height:150px">
  12. <p><strong>Here</strong> is some text you can <em>edit</em>.</p>
  13. </textarea>
  14. <input type="submit" value="Submit"></form>
  15. <h3>Source of this page</h3>
  16.  
  17. ...
  18.  
  19. </body>
  20. </html>