Skip to content

Commit

Permalink
[TBD]
Browse files Browse the repository at this point in the history
WIP

Introduction of action in meta.js
Refactoring of dataeditors.js to get rid of prototype and to use
xm.action for performing AJAX requests.
  • Loading branch information
surli committed Oct 2, 2024
1 parent edc6d95 commit 2eff5e9
Show file tree
Hide file tree
Showing 3 changed files with 683 additions and 749 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,7 @@
#if ("$!xcontext.userReference" != '')
#addMetaAttribute($metaAttributes, 'user-reference', $!services.model.serialize($xcontext.userReference, 'default'))
#end
#addMetaAttribute($metaAttributes, 'action', "$xcontext.action")

<html xmlns="http://www.w3.org/1999/xhtml" lang="$xcontext.locale.toLanguageTag()" xml:lang="$xcontext.locale.toLanguageTag()" $stringtool.join($metaAttributes, ' ')>
<head>
Expand Down
Loading

0 comments on commit 2eff5e9

Please sign in to comment.