Re: [Pharo-users] From Roassal RTView to html

2018-02-07 Thread Alexandre Bergel
ew. >>> b view >>> >>> .=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=..=. >>> >>> Best regards, >>> Milton >>> >>> >>> >>> >>> >>> 2018-02-05

Re: [Pharo-users] From Roassal RTView to html

2018-02-06 Thread Andrei Stebakov
//twitter.com'. ' >>>>>>> https://plus.google.com' }. >>>>>>> b build. >>>>>>> link := RTLinkView new >>>>>>> name: [ :model | model ] "#yourself"; >>>>>>> view: nil. >

Re: [Pharo-users] From Roassal RTView to html

2018-02-05 Thread Andrei Stebakov
gt; view: nil. >>>>> b view elements @ link. >>>>> >>>>> RTHTML5Exporter new >>>>> fileName: 'roassalfile.html'; >>>>> export: b view. >>>>> b view >>>>> >>>>> .=..

Re: [Pharo-users] From Roassal RTView to html

2018-02-05 Thread Andrei Stebakov
;>> 2018-02-05 14:16 GMT-03:00 Andrei Stebakov : >>> >>>> I'll try to find if there is a way to embed a clickable interaction. >>>> Looks like since there is no response to the topic, I was wondering if >>>> it's a non-pharo/roassal way to

Re: [Pharo-users] From Roassal RTView to html

2018-02-05 Thread Alexandre Bergel
gt;> I'll try to find if there is a way to embed a clickable interaction. >>>> Looks like since there is no response to the topic, I was wondering if >>>> it's a non-pharo/roassal way to do it or it's just not so many people >>>> tried it. >

Re: [Pharo-users] From Roassal RTView to html

2018-02-05 Thread Andrei Stebakov
2 AM, Alexandre Bergel > > wrote: >> >>> Hi Milton, >>> >>> Can you answer to Andrei please? >>> I know in Roassal there is a way to embed clickable interaction. >>> >>> Cheers, >>> Alexandre >>> >>> Begin forwarded

Re: [Pharo-users] From Roassal RTView to html

2018-02-05 Thread Andrei Stebakov
e: > Hi Milton, > > Can you answer to Andrei please? > I know in Roassal there is a way to embed clickable interaction. > > Cheers, > Alexandre > > Begin forwarded message: > > *From: *Andrei Stebakov > *Subject: **[Pharo-users] From Roassal RTView to html* > *D

[Pharo-users] From Roassal RTView to html

2018-02-02 Thread Andrei Stebakov
I was wondering if it's a good idea to expose some of the Roassal models via web (say Seaside) using the ability of Roassal to generate HTML for the view. In this case how could I "spice up" the HTML making for example those ellipces or lablels clickabe so the click could take me to some web page b