fr:spell-check - calling from trigger

classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

fr:spell-check - calling from trigger

FParsons
is there a way to use a trigger to call the spell-checker component instead of the icon that appears when you bind it to a control?

I'd like a "toolbar" in an HTML edit dialog, so I'd rather have the spell-check button appear next to the other buttons.
-- Francis
Reply | Threaded
Open this post in threaded view
|

Re: fr:spell-check - calling from trigger

FParsons
(bump)
-- Francis
Reply | Threaded
Open this post in threaded view
|

Re: fr:spell-check - calling from trigger

Alessandro  Vernet
Administrator
In reply to this post by FParsons
Francis,

Since last week, the spell checker is using and fr:button. Have it
tried it since? Is it rendered in a way that works better for you? (I
am not sure what you mean by "toolbar"; maybe a screenshot could
clarify that.)

Alex

On Sat, Jun 19, 2010 at 7:20 PM, FParsons <[hidden email]> wrote:

>
> is there a way to use a trigger to call the spell-checker component instead
> of the icon that appears when you bind it to a control?
>
> I'd like a "toolbar" in an HTML edit dialog, so I'd rather have the
> spell-check button appear next to the other buttons.
>
>
> -----
> -- Francis
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/fr-spell-check-calling-from-trigger-tp2261516p2261516.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: fr:spell-check - calling from trigger

FParsons
Alex - I have not tried the latest builds. Do you have a screenshot of what the button looks like?

I just wanted to be able to use a regular trigger to call fr:spellcheck, rather than having the button automatically placed next to the text field. This is because I want to have a few triggers grouped together  above the html edit field (that's all I meant by "toolbar"), and it seems more logical to have them together rather than most above, and the spellcheck trigger following the text field.

Is this possible?
-- Francis
Reply | Threaded
Open this post in threaded view
|

Re: Re: fr:spell-check - calling from trigger

Alessandro  Vernet
Administrator
Francis,

The button looks as in the screenshot attached, and you can customize
it with CSS (e.g. removing the text to only keep the icon, or even
change the icon). The button doesn't need to be next to the field; you
can have the button anywhere you want in your page. The only
constraint is that the button is bound to a specific node; i.e. you
can't spell check text in multiple node with a single button.

Alex

On Sat, Jun 26, 2010 at 7:31 PM, FParsons <[hidden email]> wrote:

>
> Alex - I have not tried the latest builds. Do you have a screenshot of what
> the button looks like?
>
> I just wanted to be able to use a regular trigger to call fr:spellcheck,
> rather than having the button automatically placed next to the text field.
> This is because I want to have a few triggers grouped together  above the
> html edit field (that's all I meant by "toolbar"), and it seems more logical
> to have them together rather than most above, and the spellcheck trigger
> following the text field.
>
> Is this possible?
>
> -----
> -- Francis
> --
> View this message in context: http://orbeon-forms-ops-users.24843.n4.nabble.com/fr-spell-check-calling-from-trigger-tp2261516p2269770.html
> Sent from the Orbeon Forms (ops-users) mailing list archive at Nabble.com.
>
>
> --
> You receive this message as a subscriber of the [hidden email] mailing list.
> To unsubscribe: mailto:[hidden email]
> For general help: mailto:[hidden email]?subject=help
> OW2 mailing lists service home page: http://www.ow2.org/wws
>
>


--
Orbeon Forms - Web forms, open-source, for the Enterprise -
http://www.orbeon.com/
My Twitter: http://twitter.com/avernet


--
You receive this message as a subscriber of the [hidden email] mailing list.
To unsubscribe: mailto:[hidden email]
For general help: mailto:[hidden email]?subject=help
OW2 mailing lists service home page: http://www.ow2.org/wws

spell-checker-button.png (10K) Download Attachment
--
Follow Orbeon on Twitter: @orbeon
Follow me on Twitter: @avernet
Reply | Threaded
Open this post in threaded view
|

Re: Re: fr:spell-check - calling from trigger

FParsons
Alex - thanks for the screenshot. I downloaded the nightly build to look at it. If I were to use it all I'd have to do is use fr:button for the other buttons to make them match (the others are regular xforms triggers).

However, at this point I don't know if I'll be able to use the Google service (at work) as it's probably being blocked, but I don't really know - however it seems to work fine at home!

BTW, when I click the spell-check button, I see the "Loading" indicator appear and nothing else happens.

There is still a possibility to try Spellex, but I don't know if the powers that be will want to buy it ;-) Thanks anyway!

-- Francis