luci-base: add support for DynamicList with FileBrowser
authorYousong Zhou <yszhou4tech@gmail.com>
Tue, 3 Nov 2015 06:20:03 +0000 (14:20 +0800)
committerYousong Zhou <yszhou4tech@gmail.com>
Tue, 3 Nov 2015 09:07:45 +0000 (17:07 +0800)
Two new arguments url, defpath were added to cbi_dynlist_init() for
initializing the brower button.

An example of usage

    identity = section:taboption("general", DynamicList, "identity",
    translate("List of SSH key files for auth"))
    identity.datatype = "file"

Signed-off-by: Yousong Zhou <yszhou4tech@gmail.com>

No differences found