Fórum Sessão editavel #441009
25/04/2013
0
onde possuo duas section e o meu problema é que preciso que na section com id="editavel" seja possivel apagar e escrever dentro dessa section.
Conseguir fazer o seguinte até o momento :
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8"
<title>HTML 5 Test Content Editable</title>
</head>
<body>
<section>
<header>
<h1>Criando sessão editavel com HTML </h1>
</header>
<article>
<section>
<p>This paragraph not have contentEditable </p>
</section>
<section id="editavel">
<h2>Test HTML 5 ContentEditable</h2>
<p>This paragraph HAVE ContentEditable</p>
<ol>
<li>Testando</li>
<li>Exemplo</li>
<li>HTML 5</li>
</ol>
</section>
</article>
<footer>
Footer
</footer>
</section>
</body>
</html>
Walter Junior
Curtir tópico
+ 0Posts
07/05/2013
Joel Rodrigues
Gostei + 0
07/05/2013
Joel Rodrigues
<!DOCTYPE html> <html> <head> <meta charset="utf-8" <title>HTML 5 Test Content Editable</title> </head> <body> <section> <header> <h1>Criando sessão editavel com HTML </h1> </header> <article> <section> <p>This paragraph not have contentEditable </p> </section> <section id="editavel" contenteditable="true"> <h2>Test HTML 5 ContentEditable</h2> <p>This paragraph HAVE ContentEditable</p> <ol> <li>Testando</li> <li>Exemplo</li> <li>HTML 5</li> </ol> </section> </article> <footer> Footer </footer> </section> </body> </html>
Gostei + 0
07/05/2013
Marcelo Pastore
testei os dois codigos e não notei diferença, o que seria essa sessão editavel? para que serve?
Gostei + 0
07/05/2013
Joel Rodrigues
Gostei + 0
07/05/2013
Marcelo Pastore
Gostei + 0
07/05/2013
Joel Rodrigues
Se é muito utilizado? Bem, eu nunca vi em nenhum site, mas de repente... alguém deve usar.
Gostei + 0
08/05/2013
Marcelo Pastore
Se é muito utilizado? Bem, eu nunca vi em nenhum site, mas de repente... alguém deve usar.
hum, mas seria recuperado em algum banco? por exemplo.
Gostei + 0
08/05/2013
Joel Rodrigues
Não há regra.
Gostei + 0
03/06/2013
Walter Junior
e obrigado também a todos os outros amigos que participaram do tópico
Gostei + 0
03/06/2013
Joel Rodrigues
Gostei + 0
Clique aqui para fazer login e interagir na Comunidade :)