How to add hyperlinks to property names in the class display?
I am attempting to create a custom display for my class where the object properties names would be displayed as hyperlinks. When clicked, a hyperlink would display the value of the corresponding property in the Command Window. I want the same default display of the object but with the properties names as the hyperlinks.
My end goal is to seamlessly traverse through an object that has many "child" properties, e.g., objectName.Prop1.Prop2.Prop3.Prop4. My intended strategy is to use mouse clicks instead of having to type and use multiple tab-completes.
How can I do that?I am attempting to create a custom display for my class where the object properties names would be displayed as hyperlinks. When clicked, a hyperlink would display the value of the corresponding property in the Command Window. I want the same default display of the object but with the properties names as the hyperlinks.
My end goal is to seamlessly traverse through an object that has many "child" properties, e.g., objectName.Prop1.Prop2.Prop3.Prop4. My intended strategy is to use mouse clicks instead of having to type and use multiple tab-completes.
How can I do that? I am attempting to create a custom display for my class where the object properties names would be displayed as hyperlinks. When clicked, a hyperlink would display the value of the corresponding property in the Command Window. I want the same default display of the object but with the properties names as the hyperlinks.
My end goal is to seamlessly traverse through an object that has many "child" properties, e.g., objectName.Prop1.Prop2.Prop3.Prop4. My intended strategy is to use mouse clicks instead of having to type and use multiple tab-completes.
How can I do that? customdisplay, hyperlink, object, property, class, display MATLAB Answers — New Questions