API Docs for: 0.0.2
Show:

chess.view.dialog.Comment Class

Extends dialog.Dialog
Module: View

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

commentAfter

(
  • model
  • move
)

Show comments after a move. Automatically executed when commentAfter event is fired by controller

Parameters:

commentBefore

(
  • model
  • move
)

Show comments before a move. Automatically executed when commentAfter event is fired by controller

Parameters: