User Personal Details

Description

This control has two views, display's users personal contact information and edit mode, web user must be logged in to use this control.
 

Properties

  • EditEnabled
    • The edit details button will be displayed.
    • Default: false
  • PhoneRegex
    • Regular expression to validate the 'Phone' field
    • Default: will use the users current location.
  • MobileRegex
    • Regular expression to validate the 'Mobile' field
    • Default: will use the users current location.
 

Code Example

<ngage:UserPersonalDetails ID="UserPersonalDetails" runat="server" />
 

Basic CSS

/*User Personal Details */
.user-personal-details .form { clear:left; margin-top:20px; padding:0; max-width:600px; }
.user-personal-details .btn { float:left; }
@media screen and (max-width:759px) {
    .user-personal-details .form { text-align:left; }
}