Advertising
advertising
related pastes to tag 'component'
- 1725389 - remote function: javascript tag component remoting
-
- <%// exemplo de conteúdo gerado no lado do servidor %>
- function haha(){
- <%="alert(\"haha!\");"%>
- }
- 1725387 - late binding: javascript tag component remoting
-
- <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <script>
- function TempTag(uri){
- var tag = document.createElement("script");
- 1725367 - temptag: javascript tag component remoting
-
- /**
- * este helper carrega scripts em tags temporárias e as remove em seguida.
- *
- * @param uri
- *
- */
- function TempTag(uri){
- 1725348 - documento 3: javascript tag component remoting
-
- function executar(){
- var input = document.getElementById("remoto");
- alert(input.value);
- }
- 1725347 - documento 2: javascript tag component remoting
- 1725346 - documento 1: javascript tag component remoting
-
- <html>
- <body>
- <div id="div" style="border: 1px groove;width:320px;height:100px;">
- <!-- dinamico -->
- </div>
- <hr/>
- <button id="btn">Carregar conteúdo dinâmico</button>
- <script>
- 1725290 - sample templates: javascript template oo component clonenode
-
- <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
- <%@page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
- <html>
- <head>
- <title>PAOL - Stress do Calculo</title>
- <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
- <style type="text/css">
- 1725071 - XHR helper: javascript object oo xmlhttprequest xhr component
-
- /**
- * este utilitário permite você carregar url's e injetá-las dentro de um
- * elemento qualquer, presumivelmente uma div.
- *
- * o processo é inteiramente assíncrono, mas se você precisar suspender todas as
- * execuções paralelas você pode alterar este código livremente.
- *
- * @param url