Page 1 of 2

TableMaker

Posted: Wed Nov 14, 2012 4:11 pm
by Pablo César
I made this an application to assist everyone when needs posting messages and needs to insert Table tags.

You can set the number of column and row, then will be generated and filed which can be displayed on screen and made available on the clipboard, ready to be pasted on your post edition here on the forum.

I hope you enjoy !

<Attached file was removed because there is an updated version in later message>

Re: TableMaker

Posted: Wed Nov 14, 2012 5:38 pm
by Rathinagiri
Wow! That's really great man! I wish I could do this. :)

Re: TableMaker

Posted: Wed Nov 14, 2012 7:04 pm
by Pablo César
rathinagiri wrote:Wow! That's really great man! I wish I could do this. :)
Thank you, colleague. I would like to know if this HMG app could be migrated in HMGScript with JS.

TableMaker

Posted: Fri Nov 16, 2012 1:41 am
by Pablo César
Dear Rathinagiri,

In this forum, table tags are not with all HTML features. For example, in HTML we have:

- In table tag, has other parameter.
for no border or
with border
- In sub-tags of table tag, here we have "tr" and "td" but missing "th" to define that is a header line. See image below:
image.jpg
image.jpg (26.89 KiB) Viewed 7486 times
If is not too much work for implement in forum tag table, we could use TableMaker with all features here too. What do you think ?

Re: TableMaker

Posted: Fri Nov 16, 2012 6:39 am
by Rathinagiri
Actually Table BBCode is implemented using table, td and tr. No html parameters are allowed.

Let me check and tell you.

TableMaker

Posted: Fri Nov 16, 2012 10:40 am
by Pablo César
rathinagiri wrote:Actually Table BBCode is implemented using table, td and tr. No html parameters are allowed.

Let me check and tell you.
I know all these tags codes are made in php BBCodes. But what I tried to say: is that could it be implemented for more features in forum. But all depends the BBCodes installed.

Re: TableMaker

Posted: Tue Nov 11, 2014 4:53 pm
by Javier Tovar
OK pablo gracias por compartir!

Saludos

Re: TableMaker

Posted: Wed Nov 12, 2014 10:26 am
by serge_girard
Great Pablo !

Serge

Re: TableMaker

Posted: Wed Nov 12, 2014 11:01 am
by bpd2000
Thank you Pablo for sharing, Nice

TableMaker

Posted: Wed Dec 10, 2014 8:10 pm
by Pablo César
It was improved navigation and backcolor of Grid.

Now new release:
TableMaker.rar
Version 1.4
(1.07 MiB) Downloaded 499 times
Note: I know that I have to improve some more this navigation routine. I need to use specific address of cell and goes direct, not cell by cell...