Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

return Haste.toggleAjaxOperation beendet onclick-Ereignis #172

Open
Samson1964 opened this issue Jul 14, 2022 · 0 comments
Open

return Haste.toggleAjaxOperation beendet onclick-Ereignis #172

Samson1964 opened this issue Jul 14, 2022 · 0 comments

Comments

@Samson1964
Copy link

Ich möchte in onclick einen weiteren Funktionsaufruf hinzufügen, aber da Haste.toggleAjaxOperation sich mit einem return in onclick einträgt, werden alle weiteren Funktionen nicht mehr ausgeführt:

'attributes'          => 'onclick="javascript:alert(\'Hallo\'); Backend.getScrollOffset()"',
'haste_ajax_operation' => array

funktioniert nicht. alert wird nicht ausgeführt.

In HTML sieht das so aus:

onclick="return Haste.toggleAjaxOperation(this, 16610); javascript:alert('Hallo'); Backend.getScrollOffset()"

Das return am Anfang beendet onclick und führt die beiden weiteren Funktionen nicht mehr aus.

Contao selbst arbeitet anders, z.B. bei toogle:

'attributes'          => 'onclick="Backend.getScrollOffset(); javascript:alert(\'Hallo\'); return AjaxRequest.toggleVisibility(this,%s)"',

das funktioniert, weil toggleVisibility erst als Letztes ausgeführt wird.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant