Tag Info

New answers tagged

0

Avoid manipulating a page via scripts loaded with CEWPs. It's messy and insecure and can be broken easily by any user with edit access to the page. Load those scripts in the master page or the page layout, if you need them. And yes, you can make the text box wider with CSS, but you won't be able to convert it to a multi-line text field. That's another data ...


0

Yeah, you're on the right path. Use a CEWP, and if you can grab the control, you should be all set to apply css to resize it as needed. Here's a little cheat I use. These functions return the TD cells from the table. Using getFieldCcontrolCell("Field Name"), you can then search it for the textbox and work it from there. function ...



Top 50 recent answers are included