| Class | Description |
|---|---|
| AbstractConsole |
Provides the base class for Kendo UI console widget
Note about the capacity: the capacity allows to define a maximum number of messages. Elder messages will be automatically removed from the model object on insertion. However, this is only reflected when the component is (re-)rendered ( Component.onBeforeRender() has to be invoked) |
| Console |
Provides a Kendo UI console widget
Note about the capacity: the capacity allows to define a maximum number of messages. Elder messages will be automatically removed from the model object on insertion. However, this is only reflected when the component is (re-)rendered ( Component.onBeforeRender() has to be invoked) |
| ConsoleBehavior |
Provides the Kendo UI console behavior
|
| ConsoleMessages |
Provides the
Console model object |
| FeedbackConsole |
Provides a Kendo UI feedback console widget
Note about the capacity: the capacity allows to define a maximum number of messages. Elder messages will be automatically removed from the model object on insertion. However, this is only reflected when the component is (re-)rendered ( FeedbackConsole.onBeforeRender() has to be invoked) |
Copyright © 2021 7thWeb. All rights reserved.