<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>
<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>
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.
esri|PopUpRenderer { skin-class: ClassReference("com.esri.viewer.skins.PopUpRendererSkin"); }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.