PDA

Ver la Versión Completa : Cargar una Plantilla HTML en IntraWeb 6.0


kurono
26-12-2012, 03:59:33
hola amigos como estan les cuento que estoy empesando a desarrollar en intraweb 6.0 con delphi 7 pero quisiera cargar una plantilla html ya disenada pero no veo con que componente lo puedo hacer alguien podra decirme cual es el componente a utilizar

nlsgarcia
26-12-2012, 23:04:48
kurono,


Quisiera cargar una plantilla html ya disenada pero no veo con que componente lo puedo hacer alguien podra decirme cual es el componente a utilizar.

Revisa esta información:


HTML Templates

Templates allow for advanced formatting and layout of individual containers (forms, IntaWeb
frames or user controls, regions). Templates also allow a web designer to design the layout of
containers without using the IDE. In short, templates allow presentation and implementation
to be separated. Templates are simply special HTML files.

The use of templates still requires the browser to support HTML and JavaScript.
Any framed controls will be rendered without frames when templates are used. If you wish to
have frames in the template, you should frame them by using IFrame or other method in your
template.

To use templates create a "Templates" sub directory in your application directory and create a
<FormName>.html file. Next, for the form that you wish to apply the template to:

1. Add a HTML template processor on your form. In Intraweb for Delphi this type of
processor is called TIWTemplateProcessorHTML component an is placed on the
IntaWeb Control tab on the palette. In Intraweb for Visual Studio .NET this processor
is TemplateProcessorHTML and is placed on the Intraweb components toolbox item.

2. Set the form's LayoutMgr to the new HTML template processor control.

Most of the template functionality should be self-explanatory by looking at the examples. To
see templates in action see the Phonetics Customer Profiler demo.

Revisa este link:

IntraWeb Manual - Atozed Software: http://www.google.co.ve/url?sa=t&rct=j&q=%2Bintraweb%20%2Bplantillas%20html%20%2Bdelphi%207&source=web&cd=3&ved=0CFQQFjAC&url=http%3A%2F%2Fdownloads.atozed.com%2Fintraweb%2FIntrawebManual.pdf&ei=aW_bUJHqCI600QHrmoCwDA&usg=AFQjCNHMs-KFcqSUxUSNa7eEXd0MRkUb_g&bvm=bv.1355534169,d.dmQ&cad=rja
Espero sea útil :)

Nelson.

kurono
27-12-2012, 02:54:45
gracias nlsgarcia ya pude cargar la plantilla