NetTalk Central

NetTalk Web Server => Web Server - Ask For Help => Topic started by: Alberto on June 22, 2021, 11:25:59 AM

Title: NT12 and inline browse buttons
Post by: Alberto on June 22, 2021, 11:25:59 AM
Hi, Im trying to get all the browse inline buttons in one line using the Disconected web example.
There are 3 buttons Change Delete and Select.
Ive set Change and delete not to be last in cell but they are still in a separete line.
please see pic
Ive tryed setting the span column to 3 in the header of the first column (changebutton) and setting it in the column tab too but nothing happaens.
Another weir thing is that the div has the class atribute empry
see second pic
Any way to do it?
Thanks
Title: Re: NT12 and inline browse buttons
Post by: Bruce on June 22, 2021, 05:42:42 PM
yes, it's done using css, specifically the flexbox css stuff.

Cheers
Bruce
Title: Re: NT12 and inline browse buttons
Post by: Alberto on June 23, 2021, 07:04:00 AM
Im trying to do this but nothing of what Ive added to the CSS tab of the column is coded in the html page.
See pic for CSS classes added and what I see in F12

<div class=" nt-browse-cell nt-browse-table-cell  nt-flexwidth-1" data-elem="browse-cell">
<div class="" data-nt-col="2">   

the div does not has id nor class
Title: Re: NT12 and inline browse buttons
Post by: Bruce on June 24, 2021, 07:25:16 PM
probably a good idea to post an example so I can see what you are doing.

Cheers
Bruce