RealTimeDesigner Support Network
Wiki Forums Libraries Docs Support RealTimeDesigner Home
Welcome! Log In Create A New Profile

Advanced

ID request for PopExtraOrderForm save button and sendorderform button

Posted by cos 
cos
ID request for PopExtraOrderForm save button and sendorderform button
March 18, 2015 06:52AM
Can you add id's to popextraorderform save button and the sendorderform submit button?

Thanks
Re: ID request for PopExtraOrderForm save button and sendorderform button
March 18, 2015 12:17PM
If it's to alter their CSS, then no new ID is needed. You can use the cascade property of CSS.
For example, suppose you want to change the font size of the buttons to be 18px.

For popextraorderform you can use this:
#itempops_indesigner INPUT.SizesStyle {
	font-size: 18px;
}

For sendorderform, this one:
#sendorder_button_div INPUT.SizesStyle {
	font-size: 18px;
}

In general, in CSS, if you put a space between two properties you're bascially asking to alter the leftmost property, but ONLY the ones that are into the rightmost property.
In our cases, changing the SizesStyle clss but only the one which is included into the secified IDs.
cos
Re: ID request for PopExtraOrderForm save button and sendorderform button
March 18, 2015 03:46PM
Thanks. This will be fine.
cos
Re: ID request for PopExtraOrderForm save button and sendorderform button
July 16, 2015 04:14PM
Another one. How to change the SAVE button for revisions in the designer. I cannot see the ID for that button anywhere.
Re: ID request for PopExtraOrderForm save button and sendorderform button
July 21, 2015 11:20AM
For that one you can use like this:
#panel_items_container INPUT.SizesStyle {
	font-size: 18px;
}
That button is the only SizesStyle class used into the panel_items_container ID
Re: ID request for PopExtraOrderForm save button and sendorderform button
July 21, 2015 03:10PM
Wait, istake. It is NOT the only one. So, I've added an ID, and it's userrevise_save_button

Sorry!
cos
Re: ID request for PopExtraOrderForm save button and sendorderform button
July 21, 2015 03:22PM
Perfect. Thanks.
Sorry, only registered users may post in this forum.

Click here to login