Technical support This forum is closed.
Version 1.x > Technical support > BizForms OK button View modes: 
User avatar
Member
Member
pmeller - 5/2/2006 4:33:37 AM
   
BizForms OK button
Hi

Is it possible to set an image for the OK button on all BizForm? All buttons of our site use consitent images, however, as the Bizform is derived it uses the standard HTML button.

Paul

User avatar
Guest
admin - 5/2/2006 3:09:27 PM
   
Re: BizForms OK button
Hi Paul,

Thank you for your message. Unfortunately, it's not possible to change the OK button to a different button type. You could only modify its design using CSS style or using a code behind code like this:

BizForm1.Controls.FindControl( ... OK button ID ...).<some button control property> = ...

Please let me know if you need any additional details.

Best Regards,

User avatar
Member
Member
mmoohit - 9/8/2006 1:05:34 PM
   
Re: BizForms OK button
Hi Paul,
This information is quite useful but from where i can get the ID of the OK button?

Thanks
Mohit Kulshrestha

User avatar
Guest
marco - 9/10/2006 9:23:52 PM
   
Re: BizForms OK button
Try viewing the source in the webpage and search for the ok text.

In my form the name is name="CMSEditableRegion1:CMSUSERCONTROL_1:Bizform1:_ctl0:_ctl4

Good luck!!