Part of Slepp's ProjectsPastebinTURLImagebinFilebin
Feedback -- English French German Japanese
Create Upload Newest Tools Donate
Sign In | Create Account

Advertising

advertising

related pastes to tag 'component'

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