moqui-runtime icon indicating copy to clipboard operation
moqui-runtime copied to clipboard

The default runtime directory for Moqui Framework

Results 12 moqui-runtime issues
Sort by recently updated
recently updated
newest added

This evaluates the container macro type attribute for scenarios where the element needs context data, and adds a condition for conditional display of the container.

this depends on first approving [this PR](https://github.com/moqui/moqui-framework/pull/628) on the moqui framework

增加支持热键功能。热键定义范围:字母A-Z,数字0-9 1、alt+热键,定位到输入字段,字段包括text-line、drop-down、date-time、check、radio、textarea 2、ctrl+热键,点击按钮,包括container-dialog、dynamic-dialog、button-menu、link 3、在同一个form里面按回车键,会循环找输入框焦点 4、如果多个输入字段的热键一样,按alt+热键会在这些字段中循环 现在发现:ctrl+n、ctrl+w是浏览器缺省热键,无法使用 方案的基本是思路是通过自定义的moqui-key,在界面渲染的时候,绑定到对应的控件上,然后监控全局的键盘事件,进行相应的处理。不影响控件自己的按键处理逻辑。 如何使用: a、输入字段在中增加moqui-key属性 b、按钮字段在自己的属性增加moqui-key属性, c、基本是title或button-text在哪里定义,moqui-key就在哪里定义 d、无论大小写,系统自动转化为大写 特别定义: ctrl+· (Backquote),qapps下,open/close 左边主菜单;vapps/apps下,返回主菜单界面 关于screen和form 的xsd文件修改,需要在framework库中提交,如果本PR审核通过,再提交PR ----------------------------------------------------------------------------------------------------------- Added support for hotkey function. Hotkeys define scope: letters A-Z, numbers...

Add a way to visualize and search the moqui_http_log index along the moqui_logs index. Changed the text-line to specify the index to a drop-down, with both known indexes. Each index...

Changed the apple-touch-icon to as suggested by https://stackoverflow.com/questions/5110776/apple-touch-icon-for-websites and https://web.dev/learn/pwa/web-app-manifest/#icons-in-safari Add manifest.webmanifest and servieWorker.js transitions.

When multiple form-lists in same screen. Only Find button in first-list's header dialog can click. Click Find button of following form-list don't submit form. And the orderBy fields of other...

### Steps to Reproduce: 1. clone moqui-framework commit 722b9f29 2. get the following components: hivemind pm, hivemind admin, popc erp, my account, system, and tools 3. build and run with...

### Steps to Reproduce: 1. clone moqui-framework commit 722b9f29 2. get the following components: hivemind pm, hivemind admin, popc erp, my account, system, and tools 3. build and run with...

I found form.background-reload-id does not work in vapps. I have checked code I think it is cuased by incorret formSingleType "form" is assigned in DefaultScreenMacros.vuet.ftl line 380. "m-from" is expected...