Documentation
¶
Overview ¶
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
templ: version: v0.3.833
Index ¶
- Constants
- func CaptchaForm(captcha *captcha.Captcha) templ.Component
- func ForgotForm(captcha *captcha.Captcha) templ.Component
- func ForgotFormInit(formTagID string) templ.ComponentScript
- func LoginForm() templ.Component
- func LoginFormInit(formTagID string) templ.ComponentScript
- func Page(register, forgot *captcha.Captcha) templ.Component
- func PageInit(resetModalTagID string) templ.ComponentScript
- func RegisterForm(captcha *captcha.Captcha) templ.Component
- func RegisterFormInit(submitTagID, formTagID, loginTabTagID string) templ.ComponentScript
- func ResetForm() templ.Component
- func ResetFormInit(formTagID, loginTabTagID string) templ.ComponentScript
- func ShowModal(modalTagID string) templ.ComponentScript
- func ShowTab(tabTagID string) templ.ComponentScript
- func TermsModal() templ.Component
Constants ¶
View Source
const ( ForgotFormTagID = "forgot-form" ForgotModalTagID = "forgot-modal" )
View Source
const ( RegisterFormTagID = "register-form" RegisterSubmitTagID = "register-submit" )
View Source
const ( ResetFormTagID = "reset-form" ResetModalTagID = "reset-modal" )
View Source
const ( RegisterTabTagID = "tab-register" LoginTabTagID = "tab-login" ForgotTabTagID = "tab-forgot" )
View Source
const (
LoginFormTagID = "login-form"
)
View Source
const (
TermsModalTagID = "terms-modal"
)
Variables ¶
This section is empty.
Functions ¶
func ForgotFormInit ¶ added in v4.11.0
func ForgotFormInit(formTagID string) templ.ComponentScript
func LoginFormInit ¶
func LoginFormInit(formTagID string) templ.ComponentScript
func PageInit ¶
func PageInit(resetModalTagID string) templ.ComponentScript
func RegisterFormInit ¶
func RegisterFormInit(submitTagID, formTagID, loginTabTagID string) templ.ComponentScript
func ResetFormInit ¶ added in v4.11.0
func ResetFormInit(formTagID, loginTabTagID string) templ.ComponentScript
func ShowModal ¶ added in v4.11.0
func ShowModal(modalTagID string) templ.ComponentScript
func ShowTab ¶
func ShowTab(tabTagID string) templ.ComponentScript
func TermsModal ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.