To modify the behavior of a html component, double click on the component name located in the central workspace, it opens a popup window called "Component Configuration Window". The following figure shows the window for the component:
The first field of the window shown in the figure above is a field called "Name Component", in this you can enter a name for the component. The second field allows you to enter HTML code.
Note: By default any output SistevProcess involves the execution of a process within the body tags (<body> ... </ body>) of an HTML pre-set, so to avoid redundancy in HTML blocks caused by using the HTML component, you must set the variable: $this->CI->executemodel->html_output in false within a code component, as shown below:
$this->CI->executemodel->html_output = FALSE;
At the bottom of the window are three buttons appear: Save, Apply, Cancel. The Save button: Saves the changes made to the component and close the window. The Apply button: Saves the changes made to the component without closing the window. The Cancel button: Closes the window without saving changes to the component.
No hay comentarios:
Publicar un comentario