![]() |
![]() |
| Paypal | FTP | CCD | Buscar | Trucos | Trabajo | Foros |
|
|||||||
| Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
|
|
Herramientas | Buscar en Tema | Desplegado |
|
#4
|
||||
|
||||
|
Estoy tatando de hacer el ejemplo de la pagina que me pasaste, pero no me remplaza los objetos, solo me despliega el mismo texto
index.php <?php require_once("rpcl/rpcl.inc.php"); //Includes use_unit("forms.inc.php"); use_unit("extctrls.inc.php"); use_unit("stdctrls.inc.php"); use_unit("qooxdoo/stdctrls.inc.php"); //Class definition class Unit1 extends Page { public $LblNombre = null; public $EdName = null; public $btnLogin = null; function btnLoginClick($sender, $params) { $this->LblNombre->Caption = 'Benvenido ... ' . $this->EdName->Text; $this->LblNombre->Visible = true; } } global $application; global $Unit1; global $nombre; //Creates the form $Unit1=new Unit1($application); //Read from resource file $Unit1->loadResource(__FILE__); //Shows the form $Unit1->show(); ?> index.html <html> <head> <title></title> <meta content="text/html; charset=unicode" http-equiv="Content-Type" /> </head> <body> <table border="1" cellspacing="1" cellpadding="1" width="300"> <tbody> <tr> <td>{$EdName}</td> <td>{$btnLogin}</td> <td> </td> </tr> <tr> <td>{$LblNombre}</td> <td> </td> <td> </td> </tr> <tr> <td> </td> <td> </td> <td> </td> </tr> </tbody> </table> </body> </html> Tambien modifique las propiedades del php, para lo del template:
__________________
Gracias de antemano Saludos ........ --------------------------------- Ramiro Flores |
|
|
Temas Similares
|
||||
| Tema | Autor | Foro | Respuestas | Último mensaje |
| Publicar pagina php hechas con RadPhP XE | kurono | Varios | 5 | 25-10-2011 21:15:35 |
| No se por donde empezar. | andrey75s | Internet | 1 | 21-02-2008 21:46:52 |
| Por que empezar a programar en .NET | hibero | .NET | 2 | 15-12-2005 18:45:40 |
| Por donde empezar...? | Delphiboy | Varios | 2 | 09-09-2005 21:39:59 |
| Empezar con OOP. | onairam | OOP | 2 | 08-05-2003 21:30:09 |
|