项目作者: mesopelagique

项目描述 :
WebArea detail for 4d for ios
高级语言: Swift
项目地址: git://github.com/mesopelagique/form-detail-WebArea.git
创建时间: 2021-01-08T12:34:58Z
项目社区:https://github.com/mesopelagique/form-detail-WebArea

开源协议:MIT License

下载


Web Area

Language
check

template

Full demo base here

How to integrate

  • To use a detail form template, the first thing you’ll need to do is create a YourDatabase.4dbase/Resources/Mobile/form/detail folder.
  • Then drop the detail form folder into it.

For instance with git go to your database folder

  1. cd YourDatabase.4dbase/Resources/Mobile/form/detail

If your project is not a git repository, just clone

  1. git clone https://github.com/mesopelagique/form-detail-WebArea.git WebArea

otherwise use a submodule

  1. git submodule add https://github.com/mesopelagique/form-detail-WebArea.git WebArea

How to use it

In project editor choose this template and drop a field which contains

  • an absolute URL
    • ex: https://developer.4d.com/
  • or a relative URL to the 4d web server
    • ex: /4DAction/AnHTTPSharedMethod
  • or html string
    • ex: <h1>Hello World</h1>

projecteditor