Skip to content
项目
群组
代码片段
帮助
正在加载...
帮助
提交反馈
为 GitLab 提交贡献
登录
切换导航
I
inori_templ
项目
项目
详情
动态
版本
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
议题
0
议题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
计划
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
统计图
创建新议题
作业
提交
议题看板
打开侧边栏
inori
inori_templ
提交
911d9b97
提交
911d9b97
编写于
12月 10, 2019
作者:
zhangpingchuan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
zpc
上级
8d9fc3d8
变更
7
隐藏空白字符变更
内嵌
并排
正在显示
7 个修改的文件
包含
7 行增加
和
71 行删除
+7
-71
logo.png
APP/public/assets/images/logo.png
+0
-0
favicon.ico
APP/public/favicon.ico
+0
-0
index.html.ftl
APP/public/index.html.ftl
+0
-46
manifest.json.ftl
APP/public/manifest.json.ftl
+0
-18
App.tsx.ftl
APP/src/App.tsx.ftl
+1
-1
app-rich-text-editor.tsx.ftl
...ponents/app-rich-text-editor/app-rich-text-editor.tsx.ftl
+3
-3
README.md
README.md
+3
-3
未找到文件。
APP/public/assets/images/logo.png
已删除
100755 → 0
浏览文件 @
8d9fc3d8
2.5 KB
APP/public/favicon.ico
已删除
100755 → 0
浏览文件 @
8d9fc3d8
3.8 KB
APP/public/index.html.ftl
已删除
100755 → 0
浏览文件 @
8d9fc3d8
<
#
ibiztemplate
>
TARGET=PSSYSAPP
</
#
ibiztemplate>
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
/>
<link
rel=
"shortcut icon"
href=
"%PUBLIC_URL%/favicon.ico"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
/>
<meta
name=
"theme-color"
content=
"#000000"
/>
<meta
name=
"description"
content=
"Web site created using create-react-app"
/>
<link
rel=
"apple-touch-icon"
href=
"logo192.png"
/>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
-->
<link
rel=
"manifest"
href=
"%PUBLIC_URL%/manifest.json"
/>
<!--
Notice the use of %PUBLIC_URL% in the tags above.
It will be replaced with the URL of the `public` folder during the build.
Only files inside the `public` folder can be referenced from the HTML.
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
work correctly both with client-side routing and a non-root public URL.
Learn how to configure a non-root public URL by running `npm run build`.
-->
<title>
React App
</title>
</head>
<body>
<noscript>
You need to enable JavaScript to run this app.
</noscript>
<div
id=
"root"
></div>
<!--
This HTML file is a template.
If you open it directly in the browser, you will see an empty page.
You can add webfonts, meta tags, or analytics to this file.
The build step will place the bundled scripts into the <body> tag.
To begin the development, run `npm start` or `yarn start`.
To create a production bundle, use `npm run build` or `yarn build`.
-->
</body>
</html>
\ No newline at end of file
APP/public/manifest.json.ftl
已删除
100755 → 0
浏览文件 @
8d9fc3d8
<#ibiztemplate>
TARGET=PSSYSAPP
</#ibiztemplate>
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}
APP/src/App.tsx.ftl
浏览文件 @
911d9b97
...
@@ -75,7 +75,7 @@ export default class App extends PureComponent {
...
@@ -75,7 +75,7 @@ export default class App extends PureComponent {
return <div className="App">
return <div className="App">
<Layout id="components-layout-demo-custom-trigger">
<Layout id="components-layout-demo-custom-trigger">
<Sider trigger={null} collapsible style={{ minHeight: '100vh' }}>
<Sider trigger={null} collapsible style={{ minHeight: '100vh' }}>
<div className="logo"><img src="
https://cdn.ibizlab.cn/super-form
/logo.png" /></div>
<div className="logo"><img src="
assets/images
/logo.png" /></div>
<Menu theme="dark" mode="inline" defaultSelectedKeys={['<#if app.getAllPSAppViews()??><#list app.getAllPSAppViews() as singleView><#if singleView_index == 0></#if>"${singleView.getCodeName()}"</#list></#if>']} onClick={({ item, key, keyPath, domEvent }) => { this.handleMenuClick(item, key, keyPath, domEvent) }}>
<Menu theme="dark" mode="inline" defaultSelectedKeys={['<#if app.getAllPSAppViews()??><#list app.getAllPSAppViews() as singleView><#if singleView_index == 0></#if>"${singleView.getCodeName()}"</#list></#if>']} onClick={({ item, key, keyPath, domEvent }) => { this.handleMenuClick(item, key, keyPath, domEvent) }}>
<#if app.getAllPSAppViews()??>
<#if app.getAllPSAppViews()??>
<#list app.getAllPSAppViews() as singleView>
<#list app.getAllPSAppViews() as singleView>
...
...
APP/src/ibizsys/components/app-rich-text-editor/app-rich-text-editor.tsx.ftl
浏览文件 @
911d9b97
...
@@ -200,10 +200,10 @@ export default class AppRichTextEditor extends PureComponent<RichTextProps> {
...
@@ -200,10 +200,10 @@ export default class AppRichTextEditor extends PureComponent<RichTextProps> {
{ text: "C#", value: "csharp" },
{ text: "C#", value: "csharp" },
{ text: "C++", value: "cpp" }
{ text: "C++", value: "cpp" }
],
],
codesample_content_css: "
https://cdn.ibizlab.cn/super-form
/tinymce/prism.css",
codesample_content_css: "
assets
/tinymce/prism.css",
skin_url: "
https://cdn.ibizlab.cn/super-form
/tinymce/skins/lightgray",
skin_url: "
assets
/tinymce/skins/lightgray",
language_url:
language_url:
"
https://cdn.ibizlab.cn/super-form
/tinymce/langs/" +
"
assets
/tinymce/langs/" +
(this.langu ? this.langu : "zh_CN") +
(this.langu ? this.langu : "zh_CN") +
".js",
".js",
setup: editor => {
setup: editor => {
...
...
README.md
浏览文件 @
911d9b97
#
超级
表单React版
#
iBiz
表单React版
## 简介
## 简介
超级
表单React版是基于React和消费iBiz模型构建而成的表单Demo(下面简称表单),目前,该表单书写了我们表单常用的功能,如表单的栅格布局,flex布局,表单项动态显示,动态启用,动态空输入,表单值规则,表单的数据绑定,表单项的错误提示等功能。如果你的项目使用的前端框架是React,我们可以通过iBiz设计工具来设计我们的表单,然后把iBiz工具产生的成果物集成到我们的项目中,这样可以大大的减轻我们自己的工作压力。当然,由于业务场景的限制,如果有场景不满足,欢迎pr。
iBiz
表单React版是基于React和消费iBiz模型构建而成的表单Demo(下面简称表单),目前,该表单书写了我们表单常用的功能,如表单的栅格布局,flex布局,表单项动态显示,动态启用,动态空输入,表单值规则,表单的数据绑定,表单项的错误提示等功能。如果你的项目使用的前端框架是React,我们可以通过iBiz设计工具来设计我们的表单,然后把iBiz工具产生的成果物集成到我们的项目中,这样可以大大的减轻我们自己的工作压力。当然,由于业务场景的限制,如果有场景不满足,欢迎pr。
## 技术栈
## 技术栈
...
@@ -20,7 +20,7 @@ yarn start
...
@@ -20,7 +20,7 @@ yarn start
## 项目结构
## 项目结构
把该
超级
表单集成到我们的项目中,也是非常方便的。了解项目集成之前,我们首先来看一下我们的表单目录结构,如下图1:
把该
iBiz
表单集成到我们的项目中,也是非常方便的。了解项目集成之前,我们首先来看一下我们的表单目录结构,如下图1:
<div
align =
center
>

</div>
<div
align =
center
>

</div>
...
...
编辑
预览
Markdown
格式
0%
请重试
or
添加新附件
添加附件
取消
您添加了
0
人
到此讨论。请谨慎行事。
先完成此消息的编辑!
取消
想要评论请
注册
或
登录