Hi,
In Studio in EditView I have some new panel renamed from default "PANEL 1" to "BLABLA". Now when editing that module when view the source there is:
Great.. But when I do that in studio in DetailView then go to detail view in the module in the source I have:Code:<div id="BLABLA"> <table width="100%" border="0" cellspacing="1" cellpadding="0" class="tabForm"> <th class="dataLabel" align="left" colspan="8"> <h4>BLABLA</h4>
Bad.. How to change that default value "panel_1" to what I want? "BLABLA" in my example. I have a javascript in view.edit.php and also want to use that script in view.detail.php (for the entire panel "BLABLA")Code:<div id='panel_1'> <h4 class="dataLabel">BLABLA</h4><br> <table width='100%' border='0' cellspacing='0' cellpadding='0' class='tabDetailView'>
SugarCE 5.0
Thanks


LinkBack URL
About LinkBacks



Reply With Quote
I guess yesterday I was out of space
)
Bookmarks