Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Hide/Visible IWButton with template
#4
(05-22-2019, 09:05 AM)Alexandre Machado Wrote:
(05-21-2019, 06:58 AM)matija Wrote: I have IWButton in my Form with RenderVisibility=true. 

This button i have defined in HTML template {%IWButton%}.

I want one time hide button in another time visible this button with Event.

IWButton.Visible:=false / IWButton.Visible:=true;

Change other property? Why not work?!

Set 
IWButton.StyleRenderOptions.RenderVisibility := True;
IWTemplateProcessorHTML.RenderStyles := True;

It should work

Thx this work, however now disregard property button in css btn btn-success ! 

How my button {%IWButton%} form format in HTML template with btn btn-success?
Reply


Messages In This Thread
Hide/Visible IWButton with template - by matija - 05-21-2019, 06:58 AM
RE: Hide/Visible IWButton with template - by matija - 05-23-2019, 09:42 AM

Forum Jump:


Users browsing this thread: 1 Guest(s)