File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -671,7 +671,7 @@ non-standard fields DAL logic could be not good enough. For these cases DAL
671
671
provides a way to customize forwarding logic using JS callbacks. You can
672
672
register JS forward handler on your page:
673
673
674
- .. code- block::javascript
674
+ .. code- block:: javascript
675
675
676
676
// autocompleteElem here is an HTML element for autocomplete field
677
677
yl.registerForwardHandler(" my_awesome_handler" , function (autocompleteElem) {
@@ -714,7 +714,7 @@ For the purpose of understanding the logic: you can implement forwarding of
714
714
some standard field by yourself as follows (you probably should never write this
715
715
code yourself):
716
716
717
- .. code- block::javascript
717
+ .. code- block:: javascript
718
718
719
719
yl.registerForwardHandler(" poormans_field_forward" ,
720
720
function (elem) {
You can’t perform that action at this time.
0 commit comments