Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
This post has been edited 1 times, last edit by "Tuur" (May 16th 2023, 12:33pm)
![]() |
Source code |
1 2 3 4 5 6 |
<krpano> <translation name="Toggle Artplacer Editor" text="Abrir/Cerrar Editor de Artplacer" /> <translation name="width:" text="Ancho:" /> <translation name="height:" text="Altura:" /> ... </krpano> |
![]() |
Source code |
1 |
<layer type="text" textalign="center" name="btnToggleArtplacerEditor" style="artplacer_editor_button_black" text="get:translation[Toggle Artplacer Editor].text" /> |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer
![]() |
Source code |
1 2 3 4 5 |
$initvar = [ 'label_to_translate_1' => 'Eerste label in het Nederlands', 'label_to_translate_2' => 'Tweede label in het Nederlands', 'label_to_translate_3' => 'Derde label in het Nederlands', ]; |
![]() |
Source code |
1 |
onhover="showtext(calc($label_to_translate_1));" |
Location: Netherlands
Occupation: Krpano custom coding / Virtual Tours / Photography / Musician / Recording engineer