Rally App SDK 2.0: how to get tooltip on -
If I have a portfolio of portfolio items and I include PercentDoneByStoryPlanEstimate in the column configuration, I hope that progress times get But when I am tired of the progress bar, I do not see the tooltip with additional information which I see in the rally.
How do I get the tooltip to display in an app?
Sample code:
Rally. On (function () {Ext.define ('CustomApp', {extension: 'Rally.APEP', component classics: 'app', Launch: function () {Rally.data.ModelFactory.getModel ({type: 'PortfolioItem ', Success: function (model) {this.grid = this.add ({xtype:' rallygrid ', model: model, columnCfgs: [' formattedID ',' name ',' daily daily plan estate ']};} Route. Lauchup app ('Custom app', {name: 'grid example'});}); < Div class = "post-text" itemprop = "text">
You only need to specify a view config and thus' Rallyparenton The 'add' plugin will add:
success: function (model) {this.grid = this.add ({xtype: 'rallygrid', model: model, columnCfgs: ['name', ' FormattedID ',' daily docbistoriplenesthemate '], see sign: {plugins: [{ptype:' rallypercentdonetooltip '}]}});
Comments
Post a Comment