CGDevTools Forum

Welcome to the Official CGDevTools Support Community Forums.

Tab shows a point after Caption

by assapan » 13 Aug 2018 17:41

idem with IE
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by assapan » 13 Aug 2018 17:55

by adding an ajaxrerender it solves the problem for me
Code: Select all
begin
  if (aTabIdx <> fActiveTabIdx) then
  begin
    fActiveTabIdx := aTabIdx;

    if (aTabIdx <> TABIDX_NONE) then
    begin
      if not TABS_Window.Visible then
      begin
        TABS_Window.Show;
      end;

      TABS_Window.ActiveTabIndex := aTabIdx;
    end
    else
    begin
      TABS_Window.Hide;
    end;
  end;
  if CGIsCallBackProcessing then
    TABS_Window.AjaxReRender(true,true);
end;
Want to visit Ardeche http://leclosdelarc.fr/index.php
The Pont d’Arc Cavern http://en.cavernedupontdarc.fr
Image
User avatar
assapan
 
Posts: 600
Joined: 16 Dec 2013 12:04
Location: France

by jorgo » 31 Aug 2018 13:53

Thx assapan,
this worked for me.

Best regards
jorgo
 
Posts: 108
Joined: 13 Jul 2016 15:57

Previous

Return to JQTabs

Who is online

Users browsing this forum: No registered users and 4 guests

Contact Us.