mirror of
https://github.com/NuSkooler/enigma-bbs.git
synced 2025-08-02 07:51:52 +02:00
+ MCI support for focusArgs, e.g. 'focusTextStyle'
+ TextView initial support for fillChar and justify + Add color support to string_util.js::pad() * Better color handling in Views
This commit is contained in:
parent
4234e03008
commit
6c841105ab
13 changed files with 126 additions and 162 deletions
|
@ -433,6 +433,7 @@ function display(art, options, cb) {
|
|||
bg : parser.bgColor,
|
||||
flags : parser.flags,
|
||||
};
|
||||
mci[mapItem].focusArgs = args;
|
||||
} else {
|
||||
mci[mapItem] = {
|
||||
args : args,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue