PHP - Manual: Newt Components Flags
2025-11-04
| constant | meaning | 
|---|---|
NEWT_FLAG_RETURNEXIT | 
     Exit form, when component is activated | 
NEWT_FLAG_SCROLL | 
     Component is scrollable | 
NEWT_FLAG_DISABLED | 
     Component is disabled | 
NEWT_FLAG_BORDER | 
     |
NEWT_FLAG_WRAP | 
     Wrap text | 
NEWT_FLAG_NOF12 | 
     Don't exit form on pressing F12 | 
NEWT_FLAG_MULTIPLE | 
     |
NEWT_FLAG_SELECTED | 
     Component is selected | 
NEWT_FLAG_CHECKBOX | 
     Component is checkbox | 
NEWT_FLAG_PASSWORD | 
     Entry component is password entry | 
NEWT_FLAG_SHOWCURSOR | 
     Show cursor | 
官方地址:https://www.php.net/manual/en/constants.newt.components-flags.php