You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li>Today I shall be meeting with interference, ingratitude, insolence, disloyalty, ill-will, and selfishness all of them due to the offenders' ignorance of what is good or evil..</li>
904
-
<li>Today I shall be meeting with interference, ingratitude, insolence, disloyalty, ill-will, and selfishness all of them due to the offenders' ignorance of what is good or evil..</li>
905
-
<li>Today I shall be meeting with interference, ingratitude, insolence, disloyalty, ill-will, and selfishness all of them due to the offenders' ignorance of what is good or evil..</li>
903
+
<li>Begin with the possible; begin with one step.</li>
904
+
<li>Never think of results, just do!</li>
905
+
<li>Patience is the mother of will.</li>
906
+
<li>Man must use what he has, not hope for what is not.</li>
907
+
<li>Only super-efforts count.</li>
906
908
</ul>`,
909
+
properties: [{
910
+
name: "Type",
911
+
key: "type",
912
+
inputtype: SelectInput,
913
+
914
+
onChange: function(node,value){
915
+
returnchangeNodeName(node,value);
916
+
},
917
+
918
+
init: function(node){
919
+
returnnode.nodeName.toLowerCase()
920
+
},
921
+
922
+
data:{
923
+
options: [{
924
+
value: "ul",
925
+
text: "Unordered"
926
+
},{
927
+
value: "ol",
928
+
text: "Ordered"
929
+
}]
930
+
},
931
+
},{
932
+
name: "Items",
933
+
key: "items",
934
+
inputtype: ListInput,
935
+
htmlAttr:"data-slides-per-view",
936
+
inline:true,
937
+
data: {
938
+
selector:"li",
939
+
container:"",
940
+
prefix:"Item ",
941
+
removeElement: true,
942
+
"newElement": `<li>Do everything quickly and well.</li>`
0 commit comments