This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"> | |
<xp:div> | |
<xp:this.styleClass><![CDATA[#{javascript:return "col-sm-" + compositeData.xCol}]]></xp:this.styleClass> | |
<!-- <xp:inputText id="inputText1" value="#{mainDoc[compositeData.dataField]}"> --> | |
<xp:inputText id="inputText1" | |
value="#{viewScope[compositeData.dataField]}" maxlength="0"> | |
<xp:this.attrs> |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"> | |
<xp:div> | |
<xp:this.styleClass><![CDATA[#{javascript:return "col-sm-" + compositeData.xCol}]]></xp:this.styleClass> | |
<!-- <xp:inputText id="inputText1" value="#{mainDoc[compositeData.dataField]}"> --> | |
<xp:inputText id="inputText1" | |
value="#{viewScope[compositeData.dataField]}" maxlength="0"> | |
<xp:this.attrs> |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"> | |
<xp:div> | |
<xp:this.styleClass><![CDATA[#{javascript:return "col-sm-" + compositeData.xCol}]]></xp:this.styleClass> | |
<!-- <xp:inputText id="inputText1" value="#{mainDoc[compositeData.dataField]}"> --> | |
<xp:inputText id="inputText1" | |
value="#{viewScope[compositeData.dataField]}" maxlength="0"> | |
<xp:this.attrs> |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"> | |
<xp:div> | |
<xp:this.styleClass><![CDATA[#{javascript:return "col-sm-" + compositeData.xCol}]]></xp:this.styleClass> | |
<!-- <xp:inputText id="inputText1" value="#{mainDoc[compositeData.dataField]}"> --> | |
<xp:inputText id="inputText1" | |
value="#{viewScope[compositeData.dataField]}" maxlength="0"> | |
<xp:this.attrs> |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"> | |
<xp:div> | |
<xp:this.styleClass><![CDATA[#{javascript:return "col-sm-" + compositeData.xCol}]]></xp:this.styleClass> | |
<!-- <xp:inputText id="inputText1" value="#{mainDoc[compositeData.dataField]}"> --> | |
<xp:inputText id="inputText1" | |
value="#{viewScope[compositeData.dataField]}" maxlength="0"> | |
<xp:this.attrs> |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<xp:view xmlns:xp="http://www.ibm.com/xsp/core"> | |
<xp:this.data> | |
<xp:dominoDocument var="currentDocument"></xp:dominoDocument> | |
</xp:this.data> | |
<xp:this.resources> | |
<xp:styleSheet | |
href="http://handsontable.com/dist/handsontable.full.css"> |
This file contains hidden or 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
{ | |
"results": [ | |
{ | |
"id": "CA", | |
"text": "California" | |
}, | |
{ | |
"id": "CO", | |
"text": "Colarado" |
This file contains hidden or 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
var meeting =function() { //13.06.2018 y.y. | |
this.uid = "" ; | |
this.vSendTo = ""; | |
this.vSubject = ""; | |
this.sendMeeting = function(vMeetingID:String) // toplantı daveti göndermek için fonksiyon... | |
{ | |
var doc:NotesDocument = database.createDocument(); |
This file contains hidden or 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
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
</head> | |
<body> | |
<div id='root'> | |
<div id='sayfam'> | |
<label id='etiket1' for='kutucuk1'>Adınız</label> |
This file contains hidden or 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
<!DOCTYPE html> | |
<head> | |
<meta charset="utf-8"> | |
<script src= "https://unpkg.com/react@16/umd/react.production.min.js"></script> | |
<script src= "https://unpkg.com/react-dom@16/umd/react-dom.production.min.js"></script> | |
</head> | |
<body> | |
<div id='root'> |
OlderNewer