User Portlet User Portlet

Discussions
Does anybody know if it is possible to have multiline or multicolumn tabs of a TabView? For example having the tabs from one to twenty to be displayed on two lines from one to ten and from eleven to twenty while still being in the same group of...
I uses the first example of the documentation of FormFunction: form = FormFunction[{"first" -> "String", "second" -> "Number"}, Dataset] It gives a FormFunction. I deploy it to the cloud as instructed in the doc: ...
Why Dataset does not accept to add two more lines in the "quantifying" element (and returns an Association instead of making the 2 more lines)? How to make the 4 rows of "governing" to appear instead of only the 2 first one and a gray line saying...
Is there a possibility to make the grey word "Information" not appear when the form "form" is called by form[]? Clear[form]; form = FormFunction[ "Information" -> RepeatingElement[ CompoundElement[ ...
Dear All, Impossible to have a form to run when called from ActionMenu in a Palette: I create a FormFunction "form": Clear[form]; form = FormFunction[ "Information" -> RepeatingElement[ ...
Hello All, I cannot understand why: "foo" works when called from ActionMenu, 2+2 works when called from ActionMenu, Sqrt[2] works when called from ActionMenu,and Plot[Sin[x], {x, 0, 2 Pi}] DOES NOT work when also called from...