diff options
| author | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-03 19:57:22 +0100 | 
|---|---|---|
| committer | Fabio Bas <ctrlaltca@gmail.com> | 2013-11-26 11:42:49 +0100 | 
| commit | 44844e9dfc4bfdac7ef33e941a09a1597fc50a32 (patch) | |
| tree | 2a276ce48a505dd43a5d0415354209d70113502d /demos/quickstart/protected | |
| parent | 8f389748d555b39d139bc0852e35f2541f4e2cb5 (diff) | |
Ported TCallback + demo
Diffstat (limited to 'demos/quickstart/protected')
| -rwxr-xr-x | demos/quickstart/protected/pages/ActiveControls/Samples/TCallback/Home.page | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/demos/quickstart/protected/pages/ActiveControls/Samples/TCallback/Home.page b/demos/quickstart/protected/pages/ActiveControls/Samples/TCallback/Home.page index 04781438..6be81e96 100755 --- a/demos/quickstart/protected/pages/ActiveControls/Samples/TCallback/Home.page +++ b/demos/quickstart/protected/pages/ActiveControls/Samples/TCallback/Home.page @@ -39,7 +39,7 @@ The third parameter is taken from the textbox;    {
      var request = <%= $this->callback2->ActiveControl->Javascript %>;
      var param2 = 'value 2';
 -    var param3 = $('<%= $this->txt1->ClientID %>').value;
 +    var param3 = $('#<%= $this->txt1->ClientID %>').val();
      request.setCallbackParameter({'Param1':param1, 'Param2':param2, 'Param3':param3});
      request.dispatch();
    }
 | 
