File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1
- classdef jsbutton < matlab .ui .componentcontainer .ComponentContainer
2
- % JSBUTTON Customizable javascript button.
1
+ classdef htmlbutton < matlab .ui .componentcontainer .ComponentContainer
2
+ % HTMLBUTTON Customizable HTML button.
3
3
%
4
4
% Copyright 2023 The MathWorks, Inc.
5
5
69
69
end % properties (Access = private)
70
70
71
71
methods
72
- function obj = jsbutton (Parent , opts )
73
- % JSBUTTON Class constructor
72
+ function obj = htmlbutton (Parent , opts )
73
+ % HTMLBUTTON Class constructor
74
74
%
75
- % jsbutton (Parent, opts) creates a customizable button.
75
+ % htmlbutton (Parent, opts) creates a customizable button.
76
76
% Specify Parent as a container object such as uifigure,
77
77
% uipanel or uigridlayout, and opts as Name=Value arguments
78
78
% including public properties of jsbutton.
79
79
80
80
arguments
81
81
Parent = []
82
- opts.?jsbutton
82
+ opts.?htmlbutton
83
83
end
84
84
85
85
% Call superconstructor to assign parent
You can’t perform that action at this time.
0 commit comments