* Some notes
* Placeholder menu editor module
This commit is contained in:
@@ -79,7 +79,7 @@ function getDefaultConfig() {
|
||||
|
||||
users : {
|
||||
usernameMin : 2,
|
||||
usernameMax : 16,
|
||||
usernameMax : 16, // Note that FidoNet wants 36 max
|
||||
usernamePattern : '^[A-Za-z0-9~!@#$%^&*()\\-\\_+]+$',
|
||||
passwordMin : 6,
|
||||
passwordMax : 128,
|
||||
|
||||
@@ -802,6 +802,7 @@ function MultiLineEditTextView2(options) {
|
||||
//
|
||||
// :TODO: apply word wrapping such that text can be re-adjusted if it can now fit on prev
|
||||
self.keyPressLeft(); // same as hitting left - jump to previous line
|
||||
self.keyPressBackspace();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user