Example #1
0
														flex:.50,
														height:150,
														layout:'absolute',
														items:[
															{
																xtype: 'radiogroup',
																columns:1,
																id:'<?php 
echo CHtml::activeId($shipment, 'service_type');
?>
',
																labelSparator:'',
																fieldLabel: '',
																vertical: false,
																items: <?php 
echo Product::getExtProducts($shipment);
?>
,
																x:10,
																y:10,
																allowBlank:false
															}
														]
													},
													{
														xtype:'panel',
														flex:.50,
														height:150,
														layout:'absolute',
														items:[
															{
Example #2
0
											type:'column',
											width: '100%',
											height: 40,
											border:false,
											items:[
												{
													xtype: 'radiogroup',
													id:'<?php 
echo CHtml::activeId($shipment, 'shipment_type');
?>
',
													labelSparator:'',
													fieldLabel: '',
													vertical: false,
													items: <?php 
echo Product::getExtProducts();
?>
												}
											]
										},
										{
											xtype: 'panel',
											layout:{type:'hbox'},
											width: '100%',
											height: 70,
											border:false,
											items:[
												{
													xtype:'panel',
													flex:.30,
													height:70,