Roo/bootstrap/form/Password.js
authorleon <leon@roojs.com>
Thu, 4 May 2023 07:04:46 +0000 (15:04 +0800)
committerleon <leon@roojs.com>
Thu, 4 May 2023 07:04:46 +0000 (15:04 +0800)
Roo/bootstrap/form/Password.js [new file with mode: 0644]

diff --git a/Roo/bootstrap/form/Password.js b/Roo/bootstrap/form/Password.js
new file mode 100644 (file)
index 0000000..4287b31
--- /dev/null
@@ -0,0 +1,16 @@
+/**
+ * @class Roo.bootstrap.form.Password
+ * @extends Roo.bootstrap.form.Input
+ * Bootstrap Password class
+ * 
+ * 
+ * 
+ * 
+ * @constructor
+ * Create a new Password
+ * @param {Object} config The config object
+ */
+
+Roo.bootstrap.form.Password = function(config){
+    Roo.bootstrap.form.Password.superclass.constructor.call(this, config);
+};
\ No newline at end of file