0

Button with several Lines

asked 2009-12-29 15:51:10 +0800

andij62 gravatar image andij62
315 1 7

Hallo,

is it possible to generate a button-label with several Lines?

Regards

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2010-01-02 12:56:07 +0800

andij62 gravatar image andij62
315 1 7

Hallo all,

someone has an idea to realisize a mulitline button-text. Its very important!

best regards

link publish delete flag offensive edit

answered 2010-01-02 15:40:57 +0800

kesavkolla gravatar image kesavkolla
180 3

The easiest way could be use jquery to modify the html of the button. You can use the following code to change the button text on UI side.

<script type="text/javascript" defer="true">
    zk.afterMount(function() {
        jq("$btnCancel").html("This is a <br /> Multi line");
    });
</script>

link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2009-12-29 15:51:10 +0800

Seen: 541 times

Last updated: Jan 02 '10

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More