Dear support,
i am using version 3.0.3.
i create a new Action that open saved EntryTemplate by using ecm/widget/dialog/AddcontentItemDialog.
i have to set some propertyValue after the EntryTemplate Is loaded.
i use
aspec.after(addContentItemDialog.addcontnetItemPropertiesPane,"onCompleteRendering",lang.hitch(addContentItemDialog,function(){
})).
it heppen 2 times,it effect only on the 2 time. i use
addItemDialog.addcontnetItemPropertiesPan.setProperty("property1",value);
but if i am add
addItemDialog.addcontnetItemPropertiesPan.setProperty("property2",value);
it will not effect the screen, it looks like the func setProperty can be run once.
is way to fix this issue?
there is othre way to achive that (except the EDS)?
Thank you
#IBMContentNavigator(ICN)#Support#SupportMigration