ResultMessageTime (col)

ResultMessage가 보여질 시간을 설정합니다.(ms단위)
설정한 시간만큼 메세지가 보여지고 자동으로 사라집니다.
이 속성을 설정하지 않으면 "확인" 버튼을 누를 때까지 메세지가 보여지게 됩니다.

Type

number

Options

Value Description
number 메세지가 보여질 시간(ms단위)

Example

//이메일 주소 확인
options.Cols = [
    ...
    {
        Type: "Text",
        ResultMask: "^[\\w\\.\\+%-]+@[A-Za-z0-9\\.-]+\\.[A-Za-z]{2,6}$",
        ResultMessage: "이메일 주소를 확인해 주세요.",
        ResultMessageTime: 800,
        Name: "sa_email",
        Width: 120,
        ...
    },
    ...
];

Read More

Since

product version desc
core 8.0.0.0 기능 추가