04-11-2012 06:12 PM
Hi,
In SalesLogix Web, is there any control like GroupBox in the LAN version? Just need some UI to group stuff.
Thanks a lot!
04-12-2012 05:57 AM
04-12-2012 09:54 AM
I'm not familiar with LAN controls, but would be interested in comments on typical use of these SalesLogix quick form controls:
<script type="text/javascript" src="../SkinSupport/MadCapMerging.js"></script>
<script type="text/javascript" src="../SkinSupport/MadCapAliasFile.js"></script>
<script type="text/javascript" src="../SkinSupport/MadCapUtilities.js"></script>
<script type="text/javascript" src="../SkinSupport/MadCapBody.js"></script>
<script type="text/javascript" src="../SkinSupport/MadCapHighlighter.js"></script>
Standard Use
Allows you to isolate groups of controls in a Container control based on a particular data value. For example, you can use a base Container control that contains two containers; one group of controls to show when an opportunity is open, and a different group of controls to show when the opportunity is closed. You can use Container controls within Container controls.
Standard Use
Use the Panel control to group controls or to evenly space multiple controls in an area of the form. For example, if you want to evenly space three buttons across two columns, insert a Panel control that spans both columns, change the number of columns within the panel from one to three, and then insert a button into each column.
Use the Panel control if you have a single group of controls. Use the MultiTab control if you have multiple groups of controls that use the same space on the form.