Login   Register  
PHP Classes
elePHPant
Icontem

File: templates/template/controls_edit/text_edit.tpl

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  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: 2013-05-10 10:32
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}