API Docs for: 0.0.2
Show:

chess.view.notation.Panel Class

Extends View
Module: View

Game notation panel.

Constructor

chess.view.notation.Panel

(
  • config
)

Parameters:

Example:

 children:[
 ...
 {
     type:'chess.view.notation.Panel',
     notations:'long',
     showContextMenu:true
 }
 ...

Item Index

Attributes

notations

String

Long or short notations. Example of long: "e2-e4". Example of short: "e4". Valid values : "short" and "long"

Default: 'short'

showContextMenu

Boolean

Show context menu for grading of moves, comments etc

Default: false