Is it possible to set background image in panel? I found only background-color option. Thanks. |
Hi Emil, You can define a custom CSS to achieve this. First of create a CSS file like tomcat/formspider/apps/YOUR_APP_NAME/css/my_style.css. Then edit application settings from FormspiderIDE and set custom css property to "my_style.css". An example of my_style.css:
You can see the name of your panel in the name of CSS class. Regards Thanks it works!
(07 Jan '15, 08:25)
Emil
|