CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Watermark

General discussion

by etwoss » 01 May 2014 14:46

Hi

Using a TIWCGJQFrame dialog with a TIWCGJQEdit on it

I use the Watermark option for the TIWCGJQEdit

When the dialog is first created the watermark shows the right text.
When i reuse the dialog the watermark property is overwritten but the text of the first call is shown.

Code: Select all
  if Assigned(FDialogFrame) then
  begin
    FDialogFrame.Free;
    FDialogFrame.Init(AID, ATitle , ALabelText , AButton1Text , AButton2Text, AWaterMark);
    FDialogFrame.IWFrameRegion.Visible:= True;
    Exit;
  end;

In the dialogs Init procedure

 edtNotes.WatermarkOptions.Text := AWatermark;




Eric
etwoss
 
Posts: 1205
Joined: 06 Feb 2014 08:58

by Jorge Sousa » 02 May 2014 10:48

Hi

edtNotes.WatermarkOptions.Text := AWatermark;


This doesn't generate js to be executed in ajax event.
Best Regards
CGDevTools Develop / Support Team
Home Page: http://www.cgdevtools.com
Jorge Sousa
 
Posts: 4261
Joined: 17 May 2012 09:58


Return to General - Archive

Who is online

Users browsing this forum: No registered users and 1 guest

Contact Us.