Group Abstract Group Abstract

Message Boards Message Boards

Change width of input control in FormLayoutFunction?

Posted 10 years ago
POSTED BY: Mark Greenberg
4 Replies

...delete...

(one day there will be a way to delete one's post from the forum... ;-) )

POSTED BY: David Reiss
Posted 10 years ago

Yes. Wow! I never would have come up with that on my own. I'm glad I asked. Thank you, David. It works perfectly.

POSTED BY: Mark Greenberg

Well, I had to do some digging through the Documentation Center to accrete insight. And I ultimately found it in the Documentation for FormFunction under scope/controls in this example:

CloudDeploy[
 FormFunction[{"x" -> <|"Interpreter" -> "String", 
     "Control" -> 
      Function[
       Tooltip[InputField[##], 
        EntityValue[Entity["Species", "Species:FelisCatus"], 
         EntityProperty["Species", "Image"]]]]|>}, func]]

Since there's an explicit InputField there I just had to use this example as a hint for the answer I gave you.

POSTED BY: David Reiss
POSTED BY: David Reiss
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard