定制 urbitech/forms 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

urbitech/forms

最新稳定版本:3.1.9

Composer 安装命令:

composer create-project urbitech/forms

包简介

Reusable form components

README 文档

README

Components to Nette form Plugins

Composer SetUp

Configure extension to config.neon

extensions:
	urbitechForms: URBITECH\Forms\DI\FormsExtension

Require Components

	"urbitech/forms": "^3.0",
	"frontpack/composer-assets-plugin": "dev-master"

Component frontpack/composer-assets-plugin is component for move assets file from vendor to www directory Asterisk "*" in urbitech/forms can be replace with concreate version of repository. For example: "^2.4"

SetUp of assets folder removement

"config": {
	"assets-files": {
		"urbitech/forms": [
			"src/assets/css",
			"src/assets/js",
			"src/assets/images"
		]
	},
	"assets-target": {
		"urbitech/forms": "www/assets/urbitech-forms"
	}
}

On localhost is necessary disable secure-http

"secure-http": false,

Form in presenter SetUp

Set country for search

->setOption("data-country", "cz")

It's possible to set more countries coma separated.

->setOption("data-country", "cz,sk")

Set linked container with map

->setOption("data-urbitech-form-position", "MAP_CONTAINER_ID")

Set linked container with address

->setOption("data-urbitech-form-address", "ADDRESS_CONTAINER_ID")

Set custom container ID. If is unset, aplication use container name

->setOption("controls-id", "CUSTOM_ID")

Show / Hide button for use whispered data from form to map (for addressInput)

->setOption('data-useButton', 1)

Allow autofill position in map when address form is used (for addressInput)

->setOption('data-autofill-position', 1)

Allow autofill address to form after map click (for positionInput)

->setOption('data-autofill-address', 1)

Allow draggable mode on map marker

->setOption('data-marker-draggable', 1)

Other

Less styles requires Bootstrap variables

@import "variables.less";

统计信息

  • 总下载量: 4.14k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 3
  • Forks: 0
  • 开发语言: JavaScript

其他信息

  • 授权协议: Unknown
  • 更新时间: 2021-02-10

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固