Lines Matching refs:text
28 <div class="text-container" onclick="click">
29 <text class="text-style">{{onClick}}</text>
31 <div class="text-container" ontouchstart="touchStart">
32 <text class="text-style">{{touchstart}}</text>
34 <div class="text-container" ontouchmove="touchMove">
35 <text class="text-style">{{touchmove}}</text>
37 <div class="text-container" ontouchend="touchEnd">
38 <text class="text-style">{{touchend}}</text>
40 <div class="text-container" ontouchcancel="touchCancel">
41 <text class="text-style">{{touchcancel}}</text>
43 <div class="text-container" onlongpress="longPress">
44 <text class="text-style">{{onLongPress}}</text>
58 .text-container {
65 .text-style {
68 text-align: center;