Lines Matching refs:text
27 <div class="text-container" onclick="click">
28 <text class="text-style">{{onClick}}</text>
30 <div class="text-container" ontouchstart="touchStart">
31 <text class="text-style">{{touchstart}}</text>
33 <div class="text-container" ontouchmove="touchMove">
34 <text class="text-style">{{touchmove}}</text>
36 <div class="text-container" ontouchend="touchEnd">
37 <text class="text-style">{{touchend}}</text>
39 <div class="text-container" ontouchcancel="touchCancel">
40 <text class="text-style">{{touchcancel}}</text>
42 <div class="text-container" onlongpress="longPress">
43 <text class="text-style">{{onLongPress}}</text>
57 .text-container {
64 .text-style {
67 text-align: center;