matthiasblaesing commented on issue #4805:
URL: https://github.com/apache/netbeans/issues/4805#issuecomment-1477031371

   The issue here is, that the PHP embedding is replaced with the token 
`__UNKNOWN__` and the JS parser basicly sees:
   
   ```javascript
       var formBox = new FormBox;
       formBox.display({
       form : document.getElementById('thisForm')
               , buttons : [
               {icon : 'search.png', label : 'View', name : 'View', 
submitAction : true}
   __UNKNOWN__
                   , {icon : 'delete.png', label : 'Delete', name : 'Delete', 
submitAction : true}
   __UNKNOWN__
               ]
               , deleteConfirm : 1
       });
   ```
   
   This is indeed invalid code. Not sure yet how to handle this.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists

Reply via email to