Is this kind of Matrix possible to do?
http://en.wikipedia.org/wiki/Traceability_matrix
So there is grid that I can just check X-marks with mouse click..
Is this kind of Matrix possible to do?
http://en.wikipedia.org/wiki/Traceability_matrix
So there is grid that I can just check X-marks with mouse click..
That shouldn't be a problem to configure - EditorGrid with checkboxes.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Factory Functions in Ext Extensions (Abstract Classes)
Condor wrote extension for dynamically adding/removing grid columns at runtime. I don't know the status of that extension but I think it's worth to try it.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Factory Functions in Ext Extensions (Abstract Classes)
Sorry, I haven't bookmarked it, I only remember that it does exist. Try to search User Extensions forum or send a PM to Condor.
Jozef Sakalos, aka Saki
A lot of valuable info at:
Saki's Extensions and Plugins
Saki's Extensions and Plugins Docs
Saki's Examples, Latest: Grid in Card Layout
Saki's Blog, Featured: Writing a Big Application in Ext, Latest: Factory Functions in Ext Extensions (Abstract Classes)
I can not sent PM to Condor...
Hi,
I made now sort implementation..
Okay if I make the JavaScript on J2EE backend how do I load it dynamically..
License of the source code of example must be MIT/BSD because this is closed source project..
What is better suggestion to do this..
Requirements must be loaded dynamically from Polarion ALM module.. and also Gliffy diagrams.. hard to explain.
Btw... You can download free trial here:
http://www.i4ware.fi/trial/
http://extensions.polarion.com/polar...tension=PE-202
The code to add/remove fields and columns can be found here.
But if you are planning to change multiple columns at the same time then you should use Ext.grid.ColumnModel.setConfig() instead of adding every column separately.
Condor