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!
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, and content available only to registered users.
Join our community by registering and logging in.
As a member, you'll get access to exclusive forums, resources, 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