PHP Classes

File: templates/template/controls_edit/text_edit.tpl

Recommend this page to a friend!
  Classes of Jorge Prado   My Rad 4 PHP   templates/template/controls_edit/text_edit.tpl   Download  
File: templates/template/controls_edit/text_edit.tpl
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: My Rad 4 PHP
Generate PHP class from MySQL table
Author: By
Last change: update version 1.0
update jquery ui gui
Date: 10 years ago
Size: 340 bytes
 

Contents

Class file image Download
{if $value.tamanio lt 50} <input type="text" name="{$value.nombre}" value="{$value.valor}" size="{$value.tamanio}" class="DDTextBox" id="{$value@key}" linkfields="{$value.linkfields}"/> {else} <textarea name="{$value.nombre}" rows="5" cols="80" id="{$value@key}" linkfields="{$value.linkfields}">{$value.valor}</textarea> {/if}