Syntax
message (required : string ) message text
func (optional : function ) callback function called when button is pushed
option (optional : table) = {
fontSize = n -- font size of value (default: 50)
textColor = color -- message text color (default: Color.WHITE)
bgColor = color, -- background color (default : Color.BLUE)
strokeColor = color, -- border line color (default:Color.ROYAL_BLUE)
strokeWidth = n, -- border line width (default : fontsize*0.15)
popupTime = n, -- popup time in millisecond (default: 150 ms)
verticalMargin = n, -- margin from upper/lower boundary to contents in pixel
sideMargin = n -- margin from left/right boundary to contents in pixel
buttonText = string -- text in the confirm button
width = n -- width of alert window in pixel
height = n -- height of alert window in pixel
}
댓글 없음:
댓글 쓰기