Skip to content
This repository was archived by the owner on Nov 30, 2018. It is now read-only.
This repository was archived by the owner on Nov 30, 2018. It is now read-only.

New Feature: "url" pair for member/elements #22

@Corneloues

Description

@Corneloues

The request to to add a "url" pair to member and element lists for the dForm plugin. The syntax would be of the format:

"url" : "http://...."

and would be applied as follows:

...
"elements" :
    [
        { "url" : "http://example.com/json/element-list.json" }
    ]
...

In th case of an accordion, the .json file would contain one or more of the following:

{
"caption" : "Customer Information",
"elements" : [ {...} ]
}

In the case of a the .json file would contain: { "value", "text", "value", "text", "value", "text", "value", "text" } This would allow for truly dynamic forms. Cheers, Roy

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions