Little feature request - html editor

If you have questions or if you want to share your opinion about Aware IM post your message on this forum
Post Reply
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Little feature request - html editor

Post by weblike »

Hi,

Support please add the "Justify" option in html editor. I know there is html code editing possible, but not all my users are knowing to do this.
Image

thank you
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Feature request - html editor - JUSTIFIED Text

Post by weblike »

Hi Support,

Please reconsider this in your todo list...
We re using a lot this html editor and justified text looks better than a left arranged text:
Image
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Little feature request - html editor

Post by BenHayat »

Great idea George!
1+
customaware
Posts: 2405
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: Little feature request - html editor

Post by customaware »

I doubt it is possible. It is a Sencha control I suspect which does not at this stage seem to have a Justify option.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: Little feature request - html editor

Post by weblike »

Hi Mark,

Here is a example of integrating TinyMce editor in Extjs5 http://www.point-constructor.com/tinyta_demo/

Thank you.
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Little feature request - html editor

Post by BenHayat »

weblike wrote:Hi Mark,

Here is a example of integrating TinyMce editor in Extjs5 http://www.point-constructor.com/tinyta_demo/

Thank you.
I've seen TinyMCE used in many applications.
customaware
Posts: 2405
Joined: Mon Jul 02, 2012 12:24 am
Location: Ulaanbaatar, Mongolia

Re: Little feature request - html editor

Post by customaware »

I am not very good at nutting that stuff out but in my head, the area where I get stuck is getting an object back into Aware.

I think it would be an easy task to call the Tiny Editor but the problem is what to do with what you type.

I am sure there is a way but I dont know how.
Cheers,
Mark
_________________
AwareIM 6.0, 8.7, 8.8, 9.0 , MariaDB, Windows 10, Ubuntu Linux. Theme: Default, Browser: Arc
Upcloud, Obsidian....
Image
hpl123
Posts: 2602
Joined: Fri Feb 01, 2013 1:13 pm
Location: Scandinavia

Re: Little feature request - html editor

Post by hpl123 »

1+
Henrik (V8 Developer Ed. - Windows)
weblike
Posts: 1165
Joined: Sun Dec 02, 2012 12:00 pm
Location: Europe

Re: Little feature request - html editor

Post by weblike »

Hi all,

I have a simple workaround on this.

Simply put the attribute tag in a <div> inside the html template:

<div style="font-size:12px; line-height:15px; padding-left=30px; padding-top:10px; padding-bottom:20px; width:630px;" align="justify">

<<BOOrder.ContractDetails>>

</div>

This seems to do the tricks...:)

Image


Cheers
Thx,
George
________________________________
Developer Edition
AwareIM: v8.5, build 2824
OS: Windows Server 2012
DB: MySql 5.6.42
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Little feature request - html editor

Post by BenHayat »

Nice George! Cheers to you too! Image
BenHayat
Posts: 2749
Joined: Thu Dec 23, 2010 5:48 am
Location: Fla, USA
Contact:

Re: Little feature request - html editor

Post by BenHayat »

Hi George;

Again, thank you for the workaround. Today, as I experimented with that Div and align="justify" I have come to conclusion that it's best to ONLY put the align attribute to Div and nothing else in order not to affect the formatting of the content.

So I wrapped my tag with
<div align="justify">
xxxxxxxxxx
</div>

And the result came out perfect, and if the user changed the form size, everything adjusted dynamically.
Simple, yet powerful! :)
Post Reply