Genexus WebPanel HTML type variable Gx X Ev3 U5

0

I am creating a Web Panel, where I need to have a Text control variable with HTML Format, which works perfectly for me in Transactions, only in Web Panel it does not work (it shows html as text).

  • I tried using a domain that already has the HTML format, but it did not work.
  • I tried to make the variable with type varchar (1000) and change the format in it, but it did not work.
  • I tried to modify the format in the Web Panel, but it is disabled to change.
  • How can it be configured to do this or in what way can it be done?

    Thanks, Ariel

        
    asked by Ariel Laniado 22.08.2016 в 21:44
    source

    2 answers

    2

    It seems that unlike in transactions, in Web Panels you have to say that the variable is ReadOnly to be able to modify the format, with that I could put the HTML format and it worked correctly

        
    answered by 22.08.2016 в 21:50
    0

    Ariel,

    Yes, because the html is a mode of visualization, not of editing (unless it is used in the fckeditor mode) ...

        
    answered by 23.08.2016 в 01:20