gpt4 book ai didi

grails - Grails 2.4.3 TagLib自动完成

转载 作者:行者123 更新时间:2023-12-02 15:54:49 24 4
gpt4 key购买 nike

我有自己的TagLib和一些使用controlleraction这样的属性的标签商品。

例如:

  Closure modalboxLink = { attrs, body ->
def writer = out
writer << '<span class="clickable" onclick="'
writer << remoteFunction(controller: attrs.controller, action: attrs.action, onLoading: 'loadingSpinner()', onComplete: 'removeSpinner()',
onSuccess: 'viewModal(data);', onFailure: 'errorAlert();', params: attrs.params)
writer << '">'
writer << body()
writer << '</span>'

}

当我在GSP中使用此标记时, Controller 或 Action 属性没有自动完成功能,这会很好。

我如何获得此自动完成功能?

最佳答案

在Intellij中,您可以像这样简单地记录标签:

/**
this tag is super important!
@attr controller controller is hyper important
@attr action action is even more important
@body you can't live without it
*/
Closure modalboxLink = { attrs, body ->
...
}

我不确定其他IDE,但是...

关于grails - Grails 2.4.3 TagLib自动完成,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34851727/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com