This repository has been archived by the owner on Feb 12, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
0a64e8f
commit f4b5276
Showing
8 changed files
with
83 additions
and
42 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<ui:composition xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:ui="http://java.sun.com/jsf/facelets" | ||
xmlns:h="http://java.sun.com/jsf/html" | ||
xmlns:f="http://java.sun.com/jsf/core" | ||
xmlns:blut="http://github.com/blutorange" | ||
xmlns:xi="http://www.xima.de/taglib/xfc" | ||
xmlns:p="http://primefaces.org/ui" xmlns:o="http://omnifaces.org/ui" | ||
xmlns:c="http://java.sun.com/jsp/jstl/core" | ||
xmlns:pe="http://primefaces.org/ui/extensions" | ||
template="./template.xhtml"> | ||
|
||
<ui:define name="monaco"> | ||
<blut:monacoEditor widgetVar="monaco" id="monaco" | ||
value="#{testBean.longCode}" width="100%" autoResize="true" | ||
basename="simple.js" directory="blutorange/examples" | ||
editorOptions="#{testBean.editorOptions}" | ||
style="flex-grow: 1;flex-basis: 0" height="auto" | ||
uiLanguage="#{testBean.uiLanguage}"> | ||
</blut:monacoEditor> | ||
</ui:define> | ||
|
||
<ui:define name="script"> | ||
<script> | ||
window.testCase = function() { | ||
log("Scroll down."); | ||
log("Click on update."); | ||
log("After the update, the scroll position should not have changed.."); | ||
}; | ||
</script> | ||
</ui:define> | ||
</ui:composition> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.