I successfully display a dialog on detail page thanks to guidance from how do I customize dialog to the detail page of an answer set?. But yet I am unable to customise the dialog shown on the detail page, "Here what i found"
Would love to know where could i find out the concept/dialog that is relate to the default dialog on detail page, based on the debug console? or there is others ways?
[Extra infomation] I display detail page with layout match,
}else-if (size(this.audioItem)==1){
layout-match (this.audioItem){
mode (Details)
}
}
It success. But when i customise the result view's message,
message{
if (size(this.audioItem)==1){
template ("Can?")
}
The message come out 'Here what i found'.