chess.view.dialog.Comment Class
Move comment dialog. This dialog is by default created by a chess game controller. It listens to controller events "commentAfter" and "commentBefore". When these events are fired
Item Index
Methods
Methods
commentAfter
(
-
model
-
move
Show comments after a move. Automatically executed when commentAfter event is fired by controller
Parameters:
-
model
chess.model.Game -
move
Object
commentBefore
(
-
model
-
move
Show comments before a move. Automatically executed when commentAfter event is fired by controller
Parameters:
-
model
chess.model.Game -
move
Object