Commit Graph
77 Commits
Author SHA1 Message Date
sunhao 0d242d0c0e * zin: refactor. 2023-11-17 16:52:05 +08:00
sunhao f7d4e76a6b * zin: refactor hooks, add hook class to modify dom. 2023-11-15 14:30:47 +08:00
sunhao 390366872b * zin: refactor. 2023-10-18 21:06:14 +08:00
sunhao 152973906b * zin: support to set url with params of createLink. 2023-10-18 21:06:14 +08:00
sunhao a63cc35dd5 * zin: support to set data with camelCase name. 2023-10-18 21:06:14 +08:00
sunhao 4184681d99 * zin: support to set any value with set::xxx. 2023-10-18 17:01:56 +08:00
sunhao 2e6fe80f60 * zin: refactor type. 2023-10-18 17:01:56 +08:00
sunhao 6fcbd8540b * zin: refactor. 2023-08-31 16:56:34 +08:00
sunhao 1282f73c05 * zin: fix property access error. 2023-08-30 11:38:57 +08:00
dingyongliang 8c6a85faf1 * zin: fix dropmenu can't add className. 2023-08-30 11:09:12 +08:00
sunhao 3f412042e6 * zin: fix clone not work in php 5.4. 2023-08-29 21:26:27 +08:00
sunhao d6cb9266fa * zin: show zin warning on encountered set::class. 2023-08-29 19:29:38 +08:00
sunhao 7ac1968529 * zin: fix zin errors not show in zinbar. 2023-08-29 19:28:33 +08:00
sunhao a89bc755d5 * zin: refactor to compatible with php 5.4.
# Conflicts:
#	module/instance/ui/view.html.php
#	module/repo/ui/monaco.html.php
2023-08-29 18:00:56 +08:00
sunhao 5a095e0dd3 * zin: refactor variable-length args with func_get_args. 2023-08-29 16:35:57 +08:00
sunhao 2003aece3a * zin: support to init zui component with share data. 2023-07-27 17:06:27 +08:00
dingyongliang 1b4009cf00 * zin: rm portal class. 2023-07-26 18:32:00 +08:00
dingyongliang 726361ef92 * zin: refactor h class. 2023-07-26 15:41:49 +08:00
dingyongliang 06256a5566 * zin: function rename. 2023-07-26 09:59:43 +08:00
sunhao f0e67e73c7 * zin: add wg function. 2023-07-18 15:54:43 +08:00
sunhao 89752d3e66 * zin: skip to send debug info with non-zin ajax request. 2023-07-17 22:00:43 +08:00
sunhao 7125c7563b * zin: make value canbe null for setting ID. 2023-07-15 21:05:44 +08:00
sunhao 0d5bf73667 * zin: fix zinDebug is undefined. 2023-07-15 20:48:23 +08:00
sunhao 9fafdd88d1 * zin: fix event binding on widget without id not work. 2023-07-13 11:39:33 +08:00
dingyongliang ed5a90217c * zin: fix createJsScopeCode (tmp). 2023-07-13 09:38:24 +08:00
tianshujie f5dc206b73 * Fixed an issue with jsVar setting 0 to array. 2023-07-12 14:59:18 +08:00
dingyongliang 0673cdc9be * zin: refactor usePager. 2023-07-12 13:28:57 +08:00
wangyidong 0bbf56f088 * Adjust style. 2023-07-12 09:56:55 +08:00
sunhao fa0c418dee * zin: rename wg::getDefinedProps to definedPropsList. 2023-07-12 08:48:35 +08:00
sunhao b00f0ebc0d * zin: fix picker not work as expected. 2023-07-12 08:48:35 +08:00
dingyongliang 12d96f78e6 * zin: enable strict_types. 2023-07-11 17:18:05 +08:00
dingyongliang dd51bba733 * zin: add set function type. 2023-07-10 17:15:40 +08:00
dingyongliang 2aacbfc89f * zin: add type for wg. 2023-07-10 15:47:35 +08:00
dingyongliang 88a0667518 * zin: enable strict_type and add static type. 2023-07-10 10:43:45 +08:00
朱金勇 3a215d708a * Refactor framework for roadrunner. 2023-07-09 14:30:31 +00:00
sunhao 6ba460d016 * zin: fix widget gid conflict. 2023-07-04 15:37:06 +08:00
dingyongliang 749aeebd94 * zin: refactor set. 2023-07-04 15:21:53 +08:00
sunhao ef085a1597 * zin: fix rawContent not work as expected. 2023-07-04 10:06:19 +08:00
朱金勇 c8731f9a59 - Remove ob_end_clean(). 2023-07-03 16:03:10 +00:00
tianshujie b6e991ab98 * Change the name of the imported file. 2023-07-03 08:25:55 +08:00
sunhao 7d31fa55f5 * zin: auto skip to render rawContent when user called. 2023-06-30 20:20:11 +08:00
sunhao 62023ee24f * zin: fix js error on load page with rawContent. 2023-06-30 20:20:11 +08:00
sunhao 2b91b3d89a * zin: fix block not work as expected. 2023-06-29 12:13:33 +08:00
liugang 153b62af13 * render: refactor function to check if is ajax request and reset widget. 2023-06-21 08:37:31 +08:00
sunhao 36672674d4 * zin: support to call render() automatically. 2023-06-20 21:09:14 +08:00
sunhao b85aa4f7d1 * zin: support to use raw content from buffer. 2023-06-20 20:49:07 +08:00
sunhao 9795433dfc * zin: fix pageJS and pageCSS not work. 2023-06-20 19:47:06 +08:00
sunhao 7a2fcd6fb3 * zin: refactor js and css in context. 2023-06-20 18:04:46 +08:00
sunhao 5fbeb9acd3 * zin: support to auto remove timers from page js. 2023-06-20 12:19:40 +08:00
sunhao 9088ef9c9b * zin: add more lifecycle methods to zin page. 2023-06-20 11:28:50 +08:00