[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gambas-bugtracker] Bug #3090: Component: WebTabPanel


http://gambaswiki.org/bugtracker/edit?object=BUG.3090&from=L21haW4-

Comment #1 by Omar MORENO:

For now, I have worked around the issue using JavaScript:

function texttab(text)
{ 
  const elements = document.getElementsByClassName('gw-tab-selected');
  elements[0].textContent = text;
}

Thank you in advance for looking into this.


----[ Gambas bugtracker-list is hosted by https://www.hostsharing.net ]----

References:
[Gambas-bugtracker] Bug #3090: Component: WebTabPanel<bugtracker@xxxxxxxxxxxxxx>