Question

Click on Link Button in Homepage Ignore opening new Homepage Window

If I Click on link Button in Homepage getting new homepage window,

How to ignore opening new window

For Link button Code is

{

                    "operation": "insert",

                    "propertyName": "items",

                    "parentName": "ToolsTile",

                    "name": "",

                    "values": {

                        "itemType": Terrasoft.ViewItemType.BUTTON,

                        "caption": {"bindTo": "Resources.Strings.CalculatorCaption"},

                        "click": {"bindTo": "onNavigateTocalculators"}

                    }

                },

Can you Suggest how to resolve this issue

Like 0

Like

3 comments

Dear Danyil Onoprienko,

My Question is not related to Creation of Button, It is related to LinkButton(Calculators) under SalesToolkit in HomePage,  Shown in below image.

 

Issue facing:- When click on Calculators(LinkButton), a new Homepage window is opening,  which is shown in the below image.

Please suggest me, How to ignore/Stop opening a new window Tab clicking on LinkButton(Calculators)

 

Using Link button Code is

{

                    "operation": "insert",

                    "propertyName": "items",

                    "parentName": "ToolsTile",

                    "name": "",

                    "values": {

                        "itemType": Terrasoft.ViewItemType.BUTTON,

                        "caption": {"bindTo": "Resources.Strings.CalculatorCaption"},

                        "click": {"bindTo": "onNavigateTocalculators"}

                    }

                },

 

Dear Community,

 

Is there any update on this issue.

 

Thank you in advance.

Mansoor.

Show all comments