citmp2015 / flink-visual-programming

2 stars 9 forks source link

Frontend ui finalsprint #203

Closed alxkum closed 8 years ago

alxkum commented 8 years ago

The console window is completely hidden per default. It'll automatically pop up after the first call to addItem() and can be minimized/maximized by the user (or programmatically via minimize() and maximize()). Adding console entries should be done via addItem(). The first parameter may contain some simple HTML code (e.g. ... to highlight errors, inline CSS not supported). The second parameter 'prependDate' is optional (default false), it will automatically prepend the current time (e.g. "[19:32:47] Finished compiling") in a lighter color. Use clear() to clear the console.