Class: BlockPyHistory

BlockPyHistory

new BlockPyHistory(main)

An object for displaying the user's coding logs (their history). A lightweight component, its only job is to open a dialog.
This:
Parameters:
Name Type Description
main Object The main BlockPy instance
Source:

Methods

openDialog()

Opens the history dialog box. This requires a trip to the server and occurs asynchronously. The users' code is shown in preformatted text tags (no code highlighting currently) along with the timestamp.
Source: