R
R
Rust_Cohle2015-03-16 09:41:34
ExtJS/Sencha
Rust_Cohle, 2015-03-16 09:41:34

What JavaScript libraries are there for creating forms using xml or json?

Need a tool to create forms dynamically with json or xml.
The project uses ExtJS.
There are settings files, for example:

{
  "title": "Список графиков пользователя",
  "buttons": [
    "Создать",
    "Редактировать"
  ],
  "grid": {
    "columns": [
      "Идентификатор",
      "Название графика"
    ]
  },
  "mess": "Выберите график"
}

All these settings need to be transferred to web forms. Now all settings are edited in json.
Found inputEx . But it uses YUI, and not such a rich interface as in ExtJS.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
M
MikhailTatsky, 2016-09-06
@MikhailTatsky

I advise you to pay attention to this library.
FancyForm
With more advanced functionality, it is provided as a module/standalone in the
FancyGrid project

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question