![]() |
Sergey Kornilov admin 5/22/2014 |
Assuming you only have one details table you can use the following on Add/Edit/View page to hide details: $(".rnr-c-details").hide();
$(".rnr-c-details").show();
|
A
|
Abul author 5/22/2014 |
Assuming you only have one details table you can use the following on Add/Edit/View page to hide details: $(".rnr-c-details").hide();
$(".rnr-c-details").show();
|
![]() |
Sergey Kornilov admin 5/22/2014 |
Here is an example of executing some Javascript code based on change of state/value of another control: |
A
|
Abul author 5/23/2014 |
Here is an example of executing some Javascript code based on change of state/value of another control: http://xlinesoft.com/phprunner/docs/show_dropdown_list_of_us_states.htm
var ctrlControlBoxnameOnMaster = Runner.getControl(pageid, 'control box on master page');
|