:tocdepth: 3 :py:mod:`gws.plugin.model_widget.password` ========================================== .. py:module:: gws.plugin.model_widget.password .. autoapi-nested-parse:: Password widget. **Source code:** :source:`gws.plugin.model_widget.password` Package Contents ---------------- .. py:class:: Config Bases: :py:obj:`gws.base.model.widget.Config` Password widget. (added in 8.1) .. py:attribute:: placeholder :type: str :value: '' Password input placeholder. .. py:attribute:: withShow :type: bool :value: False Create a "show password" button. .. py:class:: Object Bases: :py:obj:`gws.base.model.widget.Object` .. py:method:: props(user) .. py:class:: Props Bases: :py:obj:`gws.base.model.widget.Props` .. py:attribute:: placeholder :type: str .. py:attribute:: withShow :type: bool