Width

Sets the block width in pixels or as a percentage of screen.

Examples

var block = CRM.GetBlock("companyboxlong");
block.Width="40%";
CRM.AddContent(block.Execute());
Response.Write(CRM.GetPage());

Sets the width of the company summary box to 40%.