Chage Submit Button Text or use ImageButton Control
Hi i was just wondering how or if it is possible to change the text/appearance of the submit button in contour.. i know with css you could do some things but I'd love to also change the text or use an asp.net image button.
Can you have multiple buttons at the base of the form? ie submit/cancel?
Its not possible at the moment to have a custom submit button. You have to use jQuery to change the text or layout of the button. If you want, you can change some markup in a .Net file to change it permanent
Multiple buttons is also not possible with "hacking" :)
Also a being able to inject a css class name into the div#contour would be great. This can be really useful when working with grid based designs. (not a huge huge issue as we can inherit this, but would be useful as it reduces a step of having to add a wrapping tag and also reduces the need for another DIV tag.
Another thing we've picked up on is the css injection, can this be disabled? We have to override this anyway, so its a bit pointless having this code injected.
Injected css in general, for example on the BR tag. If these could be replaced with css classes that would be great. Or even better be replaced with something along the lines of;
<div class="clear"> </div>
Just a few thoughts! Great product, just always good to push some feedback erm back! :) Laux
No point it being there if its being superseded by a CSS file (and its arguably not best practice either).
I guess in a vague sense what would be great is... on the form designer there was an alternative view to see the 'code' editor; in here you could add these CSS values, etc or maybe just edit the code which produces the form. That way that could be passed nicely in as asp.net 'CssClass'.
Hmm I guess its mainly the validators that have some a style attribute with some css. Will log this into our issue tracker and should be updated in the next release
Chage Submit Button Text or use ImageButton Control
Hi i was just wondering how or if it is possible to change the text/appearance of the submit button in contour.. i know with css you could do some things but I'd love to also change the text or use an asp.net image button.
Can you have multiple buttons at the base of the form? ie submit/cancel?
Cheers,
Tom
Its not possible at the moment to have a custom submit button. You have to use jQuery to change the text or layout of the button. If you want, you can change some markup in a .Net file to change it permanent
Multiple buttons is also not possible with "hacking" :)
Comment author was deleted
Correct, it's a single button for the moment
We have a similar requirement.
Also a being able to inject a css class name into the div#contour would be great. This can be really useful when working with grid based designs. (not a huge huge issue as we can inherit this, but would be useful as it reduces a step of having to add a wrapping tag and also reduces the need for another DIV tag.
Another thing we've picked up on is the css injection, can this be disabled? We have to override this anyway, so its a bit pointless having this code injected.
Injected css in general, for example on the BR tag. If these could be replaced with css classes that would be great. Or even better be replaced with something along the lines of;
<div class="clear"> </div>
Just a few thoughts! Great product, just always good to push some feedback erm back! :) Laux
Comment author was deleted
Hey Laurence,
You can disable the default stylesheet from being added (it's a setting on the form).
Or am I misunderstanding your css injection question?
Yep, disabling the stylesheet is great, but some CSS in added in to a style='' tag.
Example below;
No point it being there if its being superseded by a CSS file (and its arguably not best practice either).
I guess in a vague sense what would be great is... on the form designer there was an alternative view to see the 'code' editor; in here you could add these CSS values, etc or maybe just edit the code which produces the form. That way that could be passed nicely in as asp.net 'CssClass'.
Thanks, Laurie
Comment author was deleted
Hmm I guess its mainly the validators that have some a style attribute with some css. Will log this into our issue tracker and should be updated in the next release
is working on a reply...