WireIt FormContainer Field max-Wires

14 views
Skip to first unread message

stefan.f...@gmx.ch

unread,
Sep 11, 2013, 5:37:47 AM9/11/13
to wir...@googlegroups.com
Hi,

See code below: I would like to link several other container-wires with one field (field:Zutaten), however this is not going to work. It seems only to work with explicitly defined terminals.
How could this be solved?

BR Stefan

  "container": {
                   "xtype": "WireIt.FormContainer",

                   // inputEx options :
                   "title": "WireIt.FormContainer demo",
                   "fields": [
                       { "type": "number", "inputParams": { "label": "Preis", "name": "preis" } },
                       { "inputParams": { "label": "Zutaten", "name": "zutaten", "required": true, "wirable": true, "nMaxWires": "20" } }
                   ]
               }
Reply all
Reply to author
Forward
0 new messages