Grails开发 定制scaffold中的一些探索的keywords
使用constraints 修改 CRUD页面中的字段顺序
class Airline {
static constraints = {
name()
url()
frequentFlyer()
notes()
}
install-template 是定制scaffold的关键
兴奋的找到了插件:https://grails.org/plugin/fields,可以模仿
相关推荐
hooopo 2014-07-12
80447518 2014-06-18
purpen 2014-05-23
jackyzhuyuanlu 2015-02-12
daociyiyou 2016-11-07
coderbx 2013-03-11
yehell 2012-04-24
yeyedeyatou 2011-08-04
Ben的程序员生涯 2011-04-29
jieren 2010-02-18
carpenterworm 2009-04-03
trapeze 2008-06-06
掘井之路 2019-07-01
思想的苇草 2019-06-30