Hi,
I would like to change the css (Content font size + field Height) of a specific form field.
Is there any function on nuBuilder that would help?
Thank you.
Welcome to the nuBuilder Forums!
Register and log in to access exclusive forums and content available only to registered users.
Register and log in to access exclusive forums and content available only to registered users.
Change CSS for a specific form field
-
- Posts: 177
- Joined: Tue Nov 15, 2011 2:24 pm
-
- Posts: 177
- Joined: Tue Nov 15, 2011 2:24 pm
Re: Change CSS for a specific form field
Hi Steven,
Thank you.
I'm using below code and works fine for me.
Is there a way to have JavaScript "onchange" for the "Delete" check-boxes?
I would like to call "nuSaveForm()" every time someone needs to delete a subform record.
Thank you.
Thank you.
I'm using below code and works fine for me.
Code: Select all
$('#product_code').css({"background-color": "LemonChiffon", "font-size": "130%"});
I would like to call "nuSaveForm()" every time someone needs to delete a subform record.
Thank you.
BR
Rui
Rui
-
- Posts: 177
- Joined: Tue Nov 15, 2011 2:24 pm