在Rally CardBoard中动态设置卡DIV组件的ID

时间:2017-08-25 19:56:33

标签: rally appsdk2

我想要完成的任务:在onload

时动态设置id卡片中的卡片内容的div

例如: 覆盖以下组件的id

'25-08-2017 10:26:11 type 45 host'

尝试失败:

<div class="x-component iterationtrackingboard-card rui-card portfolioitem card-134459361996 editable x-component-default x-border-box drag-handle" id="rallycard-1157">

1 个答案:

答案 0 :(得分:0)

反过来的事件怎么样?

{
    listeners: {
        afterrender: function(card) {
            var record = card.getRecord(),
                el = card.getEl();
                //set id here
        }
    }
}