mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-06-11 07:04:32 +02:00
* Some code cleanup
+ Bit of skeleton for TickerTextView * Detach of events in ViewController
This commit is contained in:
parent
eaf2aae48d
commit
d242546458
5 changed files with 104 additions and 4 deletions
|
@ -35,6 +35,7 @@ function entryPoint(client) {
|
|||
function artDisplayed(mci, callback) {
|
||||
var vc = new viewController.ViewController(client);
|
||||
vc.loadFromMCIMap(mci);
|
||||
vc.getView(1).setItems(['Item 1', 'Item Two', 'The Third']);
|
||||
vc.setViewOrder();
|
||||
vc.switchFocus(1);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue