- Jun 6, 2020
- 11,559
- 4,422
I got fed up looking for a simple solution to be able to add tables to the HTML editor, so in the vein of keeping it simple I decided just to make it super easy and edit the HTML source from the Editor instead.
This wrapper just adds a code button
There is also a designer property that allows reducing the space between lines as in this
The attached project contains the code, and there is also a b4xlib.
The HTML editor is basic and based on some online editors. It only handles a limited amount of tags and styles, but does what I require of it : Quickly setting up simple tables.
To use, open the code editor window...
This wrapper just adds a code button
برای دیدن تصاویر باید ثبت نام کنید
to the Editors toolbar and when selected displays a text area with the code from the editor which you can then edit and style with inline <style></style> tags.
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن تصاویر باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید
If your target output is not the editor, you will need to make sure that the same css for the p tag is somewhere in your styles to maintain the look.The attached project contains the code, and there is also a b4xlib.
The HTML editor is basic and based on some online editors. It only handles a limited amount of tags and styles, but does what I require of it : Quickly setting up simple tables.
To use, open the code editor window...
برای دیدن لینک ها باید ثبت نام کنید
برای دیدن لینک ها باید ثبت نام کنید