Page 1 of 1

AjaxReRender() with Label??

PostPosted: 22 Jul 2015 03:45
by Aggie85
Howdy All!!

I am using a JQMNavbar + a JQMLabel to create a TPageControl like control.

When a button on the navigator is clicked on, I update the JQMLabel->Text property with an HTML <iframe> and as long as I have the OnVClick() not use ajax, it works GREAT!!

Is it possible to re-render the label using ajax?

Thanks in advance!

Aggie85

Re: AjaxReRender() with Label??

PostPosted: 22 Jul 2015 09:20
by Jorge Sousa
Hello

Is it possible to re-render the label using ajax?


Yes, of course, just call IWCGJQMLabel1.AjaxReRender();

Re: AjaxReRender() with Label??

PostPosted: 22 Jul 2015 13:26
by Aggie85
Good Morning Jorge!

I searched for it through the header files and C Builder's Insight didn't bring it up.

I will just type it and see if the compiler finds it!

--
Update:
----------
I have no idea how I missed it last night, but after recompiling my project, even Insight finds it!

WORKS BEAUTIFULLY (at least with my test data)!

Thanks!

Aggie85