Subversion Repositories SmartDukaan

Rev

Rev 33220 | Rev 33508 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 33220 Rev 33400
Line 1127... Line 1127...
1127
        text: message,
1127
        text: message,
1128
        duration: 3000, // 3 seconds
1128
        duration: 3000, // 3 seconds
1129
        gravity: "top", // or "bottom"
1129
        gravity: "top", // or "bottom"
1130
        position: "right", // "left", "center", "right"
1130
        position: "right", // "left", "center", "right"
1131
        backgroundColor: "green", // specify the background color
1131
        backgroundColor: "green", // specify the background color
-
 
1132
        offset: {
-
 
1133
            x: 20, // Horizontal margin from the right
-
 
1134
            y: 70 // Vertical margin from the top
-
 
1135
        }
1132
    }).showToast();
1136
    }).showToast();
1133
}
1137
}
1134
 
1138
 
1135
 
1139
 
1136
 
1140