<description> <![CDATA[<b>................. " text" </b> <A HREF="http://..../"> see more... </A> ]]> <mx:DataGrid width="100%" height="40%" sortableColumns="True" editable ="true"> <mx:columns> <mx:DataGridColumn headerText="Column 1" dataField="col1"/> <mx:DataGridColumn headerText="Column 2" dataField="col2"/> <mx:DataGridColumn headerText="Column 3" dataField="col3"/> </mx:columns> </mx:DataGrid> </description>
esri|PopUpRenderer { skin-class: ClassReference("com.esri.viewer.skins.PopUpRendererSkin"); }
Kaarim, / and make your code changes by adding the datagrid to the fx Declarations section and in the commitProperties function is where you add it to the vGroup. You will then need to add these lines to the default.css in your project.
<mx:DataGrid width="100%" height="40%" sortableColumns="True" editable ="true"> <mx:columns> <mx:DataGridColumn headerText="Column 1" dataField="col1"/> <mx:DataGridColumn headerText="Column 2" dataField="col2"/> <mx:DataGridColumn headerText="Column 3" dataField="col3"/> </mx:columns> </mx:DataGrid>
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.