mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
committed by
Sebastien Ros
parent
3b7ce64fb1
commit
54b21ebae7
@@ -224,6 +224,12 @@ namespace Orchard.Forms.Shapes {
|
||||
return DisplayShapeAsInput(Display, Shape, "text");
|
||||
}
|
||||
|
||||
[Shape]
|
||||
public IHtmlString Password(dynamic Display, dynamic Shape) {
|
||||
Shape.Classes.Add("password");
|
||||
return DisplayShapeAsInput(Display, Shape, "password");
|
||||
}
|
||||
|
||||
[Shape]
|
||||
public void Textarea(
|
||||
TextWriter Output,
|
||||
|
||||
Reference in New Issue
Block a user