Dear,
I have a custom views details for document entity. I have too two Document folder.
I have custom button, for each type of document. I push button (right) with
this.menu.buttons.push({
1) I click document .. and I see 2 document folder
2) I click one document folder and see list view of document
3) when I click one document, I see detail view of document
But I don't see my button, I must "refresh" the page in navigator to view the button.
I have try the other way.., I push all button.. and then in
afterRender: function () {
I hide the button..
And same behaviour.. I must "refresh" the page in navigator to hide the button.
Is there a function I can call ? and not manually refresh the page in navigator ?
Regards
I have a custom views details for document entity. I have too two Document folder.
I have custom button, for each type of document. I push button (right) with
this.menu.buttons.push({
1) I click document .. and I see 2 document folder
2) I click one document folder and see list view of document
3) when I click one document, I see detail view of document
But I don't see my button, I must "refresh" the page in navigator to view the button.
I have try the other way.., I push all button.. and then in
afterRender: function () {
I hide the button..
And same behaviour.. I must "refresh" the page in navigator to hide the button.
Is there a function I can call ? and not manually refresh the page in navigator ?
Regards
Comment