C
|
cgphp 3/7/2012 |
Check this article: http://xlinesoft.com/phprunner/docs/hide_controls_on_add_edit_pages.htm |
C
|
ckapote author 3/7/2012 |
Thank you Cristian . Check this article: http://xlinesoft.com/phprunner/docs/hide_controls_on_add_edit_pages.htm |
![]() |
Sergey Kornilov admin 3/7/2012 |
$xt->assign("box1_fieldblock",$_SESSION["UserID"]=="DPA"); |
C
|
ckapote author 3/9/2012 |
HI, $xt->assign("box1_fieldblock",$_SESSION["UserID"]=="DPA"); |
C
|
cgphp 3/9/2012 |
If your HTML code is something like: <input type="checkbox" id="check1" value='1'>
$("input[type='checkbox'][id^='check']").click(function(e){ |