mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-05 01:11:36 +02:00
* Work on forms
* More work on VerticalMenuView: setItems(), etc.
This commit is contained in:
parent
4f3a8ac500
commit
4234e03008
8 changed files with 106 additions and 19 deletions
|
@ -119,6 +119,8 @@ MCIViewFactory.prototype.createFromMCI = function(mci) {
|
|||
|
||||
case 'VM' :
|
||||
setOption(0, 'itemSpacing');
|
||||
setOption(1, 'justify');
|
||||
setOption(2, 'textStyle');
|
||||
|
||||
view = new VerticalMenuView(this.client, options);
|
||||
break;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue