PHP Classes

format html

Recommend this page to a friend!

      PHP Forms Class with HTML Generator and JavaScript Validation  >  PHP Forms Class with HTML Generator and JavaScript Validation package blog  >  Locating addresses on...  >  All threads  >  format html  >  (Un) Subscribe thread alerts  
Subject:format html
Summary:format html
Messages:5
Author:flavio r
Date:2014-08-28 15:12:42
 

  1. format html   Reply   Report abuse  
Picture of flavio r flavio r - 2014-08-28 15:12:42
I need to show data with html format in addimput Accessible = 0. I'm trying to use type = text.
I compose the string with html format and put in Value, but it shows how string. He shows not formatted in html. How can this be done?
Thank you very much!

  2. Re: format html   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-08-29 00:23:29 - In reply to message 1 from flavio r
I am not sure if this is what you want, but did you try the HTML editor plugin?

  3. Re: format html   Reply   Report abuse  
Picture of flavio r flavio r - 2014-08-29 13:10:10 - In reply to message 2 from Manuel Lemos
Not yet used it, I'll try.
thanks

  4. Re: format html   Reply   Report abuse  
Picture of Geraldo Patrício Geraldo Patrício - 2014-09-08 13:40:38 - In reply to message 2 from Manuel Lemos
Manuel, bom dia...

Usando sua classe Forms, como posso alterar a visualização de um campo Varchar ou blob para ser usado como Arquivo para upload(tipo Imagem)

I need use the type Blob or Varchar in file value.
Who the sintaxe?
Example:

Type: INT using Lockup Table:
<?Php
..............
'tipo' => array(CAPTION => 'Tipo', TABLE => "tb_tipo", ID => "id", TEXT => "descricao"),
...............
?>

and BLOB or Varchar to upload file type: PNG, JPG, etc...?????


  5. Re: format html   Reply   Report abuse  
Picture of Manuel Lemos Manuel Lemos - 2014-09-09 05:27:26 - In reply to message 4 from Geraldo Patrício
Como assim? Se quer fazer upload de arquivo, deve usar um campo tipo file?