質問編集履歴

3

追加修正

2016/10/25 06:05

投稿

sityu
sityu

スコア37

test CHANGED
File without changes
test CHANGED
@@ -109,3 +109,155 @@
109
109
  ###追記 10/25 14:25
110
110
 
111
111
  正確なソースを追記致します。
112
+
113
+
114
+
115
+
116
+
117
+ ###追記 10/25 15:02
118
+
119
+ 全て載せると問題があるので、少し手を加えました。
120
+
121
+
122
+
123
+ ```ここに言語を入力
124
+
125
+ <table class="result">
126
+
127
+ <tr>
128
+
129
+ <th>&nbsp;</th>
130
+
131
+ <th>○○○</th>
132
+
133
+ <th>□□□</th>
134
+
135
+ <th>×××</th>
136
+
137
+ <th>△△△</th>
138
+
139
+ </tr>
140
+
141
+ <tr>
142
+
143
+ <th>●●●</th>
144
+
145
+ <td class="td_input">
146
+
147
+ <input type="text" class="input_numeric" name="number[1200][10000]" id="number" value="" tabindex="3000">
148
+
149
+ </td>
150
+
151
+ <td class="td_input">
152
+
153
+ <input type="text" class="input_numeric" name="info[1200][10000][s]" id="number" value="" tabindex="3010">
154
+
155
+ </td>
156
+
157
+ <td class="td_input">
158
+
159
+ <input type="text" class="input_numeric" name="info[1200][10000][m]" id="number" value="" tabindex="3020">
160
+
161
+ </td>
162
+
163
+ <td class="td_input">
164
+
165
+ <input type="text" class="input_numeric" name="info[1200][10000][p]" id="number" value="" tabindex="3030">
166
+
167
+ </td>
168
+
169
+ </tr>
170
+
171
+ <tr>
172
+
173
+ <th>■■■</th>
174
+
175
+ <td class="td_input">
176
+
177
+ <input type="text" class="input_numeric" name="number[1200][20000]" id="number" value="" tabindex="3001">
178
+
179
+ </td>
180
+
181
+ <td class="td_input">
182
+
183
+ <input type="text" class="input_numeric" name="info[1200][20000][s]" id="number" value="" tabindex="3011">
184
+
185
+ </td>
186
+
187
+ <td class="td_input">
188
+
189
+ <input type="text" class="input_numeric" name="info[1200][20000][m]" id="number" value="" tabindex="3021">
190
+
191
+ </td>
192
+
193
+ <td class="td_input">
194
+
195
+ <input type="text" class="input_numeric" name="info[1200][20000][p]" id="number" value="" tabindex="3031">
196
+
197
+ </td>
198
+
199
+ </tr>
200
+
201
+ <tr>
202
+
203
+ <th>×××</th>
204
+
205
+ <td class="td_input">
206
+
207
+ <input type="text" class="input_numeric" name="number[1200][30000]" id="number" value="" tabindex="3002">
208
+
209
+ </td>
210
+
211
+ <td class="td_input">
212
+
213
+ <input type="text" class="input_numeric" name="info[1200][30000][s]" id="number" value="" tabindex="3012">
214
+
215
+ </td>
216
+
217
+ <td class="td_input">
218
+
219
+ <input type="text" class="input_numeric" name="info[1200][30000][m]" id="number" value="" tabindex="3022">
220
+
221
+ </td>
222
+
223
+ <td class="td_input">
224
+
225
+ <input type="text" class="input_numeric" name="info[1200][30000][p]" id="number" value="" tabindex="3032">
226
+
227
+ </td>
228
+
229
+ </tr>
230
+
231
+ <tr>
232
+
233
+ <th>▲▲▲</th>
234
+
235
+ <td class="td_input">
236
+
237
+ <input type="text" class="input_numeric" name="number[1200][40000]" id="number" value="" tabindex="3003">
238
+
239
+ </td>
240
+
241
+ <td class="td_input">
242
+
243
+ <input type="text" class="input_numeric" name="info[1200][40000][s]" id="number" value="" tabindex="3013">
244
+
245
+ </td>
246
+
247
+ <td class="td_input">
248
+
249
+ <input type="text" class="input_numeric" name="info[1200][40000][m]" id="number" value="" tabindex="3023">
250
+
251
+ </td>
252
+
253
+ <td class="td_input">
254
+
255
+ <input type="text" class="input_numeric" name="info[1200][40000][p]" id="number" value="" tabindex="3033">
256
+
257
+ </td>
258
+
259
+ </tr>
260
+
261
+ </table>
262
+
263
+ ```

2

修正内容明示

2016/10/25 06:05

投稿

sityu
sityu

スコア37

test CHANGED
File without changes
test CHANGED
@@ -10,13 +10,13 @@
10
10
 
11
11
  環境はIE11です。
12
12
 
13
- ソースコードを修正します。
14
13
 
15
14
 
16
15
 
17
16
 
18
17
 
18
+
19
- ###該当のソースコード
19
+ ###該当のソースコード 10/25 14:25 修正
20
20
 
21
21
  ```ここに言語を入力
22
22
 
@@ -106,6 +106,6 @@
106
106
 
107
107
 
108
108
 
109
- ###追記
109
+ ###追記 10/25 14:25
110
110
 
111
111
  正確なソースを追記致します。

1

ソースコードの修正

2016/10/25 05:33

投稿

sityu
sityu

スコア37

test CHANGED
File without changes
test CHANGED
@@ -8,6 +8,10 @@
8
8
 
9
9
  タブインデックスがきかなくてこまっています。
10
10
 
11
+ 環境はIE11です。
12
+
13
+ ソースコードを修正します。
14
+
11
15
 
12
16
 
13
17
 
@@ -16,53 +20,61 @@
16
20
 
17
21
  ```ここに言語を入力
18
22
 
23
+ {assign var=tidx1 value='3000'}
24
+
25
+ {assign var=tidx2 value='3010'}
26
+
27
+ {assign var=tidx3 value='3020'}
28
+
29
+ {assign var=tidx4 value='3030'}
30
+
19
31
  <table>
20
32
 
21
33
  <tr>
22
34
 
23
- <td><input type="text" tabindex="10"></td>
35
+ <td><input type="text" tabindex="{$tidx1++}"></td>
24
36
 
25
- <td><input type="text" tabindex="20"></td>
37
+ <td><input type="text" tabindex="{$tidx2++}"></td>
26
38
 
27
- <td><input type="text" tabindex="30"></td>
39
+ <td><input type="text" tabindex="{$tidx3++}"></td>
28
40
 
29
- <td><input type="text" tabindex="40"></td>
41
+ <td><input type="text" tabindex="{$tidx4++}"></td>
30
42
 
31
43
  </tr>
32
44
 
33
45
  <tr>
34
46
 
35
- <td><input type="text" tabindex="11"></td>
47
+ <td><input type="text" tabindex="{$tidx1++}"></td>
36
48
 
37
- <td><input type="text" tabindex="21"></td>
49
+ <td><input type="text" tabindex="{$tidx2++}"></td>
38
50
 
39
- <td><input type="text" tabindex="31"></td>
51
+ <td><input type="text" tabindex="{$tidx3++}"></td>
40
52
 
41
- <td><input type="text" tabindex="41"></td>
53
+ <td><input type="text" tabindex="{$tidx4++}"></td>
42
54
 
43
55
  </tr>
44
56
 
45
57
  <tr>
46
58
 
47
- <td><input type="text" tabindex="12"></td>
59
+ <td><input type="text" tabindex="{$tidx1++}"></td>
48
60
 
49
- <td><input type="text" tabindex="22"></td>
61
+ <td><input type="text" tabindex="{$tidx2++}"></td>
50
62
 
51
- <td><input type="text" tabindex="32"></td>
63
+ <td><input type="text" tabindex="{$tidx3++}"></td>
52
64
 
53
- <td><input type="text" tabindex="42"></td>
65
+ <td><input type="text" tabindex="{$tidx4++}"></td>
54
66
 
55
67
  </tr>
56
68
 
57
69
  <tr>
58
70
 
59
- <td><input type="text" tabindex="13"></td>
71
+ <td><input type="text" tabindex="{$tidx1++}"></td>
60
72
 
61
- <td><input type="text" tabindex="23"></td>
73
+ <td><input type="text" tabindex="{$tidx2++}"></td>
62
74
 
63
- <td><input type="text" tabindex="33"></td>
75
+ <td><input type="text" tabindex="{$tidx3++}"></td>
64
76
 
65
- <td><input type="text" tabindex="43"></td>
77
+ <td><input type="text" tabindex="{$tidx4++}"></td>
66
78
 
67
79
  </tr>
68
80
 
@@ -78,7 +90,7 @@
78
90
 
79
91
  ###試したこと
80
92
 
81
- HTMLとPHPで組んでおり、trの数は前後するのですが、
93
+ HTMLとPHPとSmartyで組んでおり、trの数は前後するのですが、
82
94
 
83
95
  縦に移動した後に隣の列に移動したいです。
84
96
 
@@ -89,3 +101,11 @@
89
101
  なにか対応方法などあれば教えてください。
90
102
 
91
103
  宜しくお願いします。
104
+
105
+
106
+
107
+
108
+
109
+ ###追記
110
+
111
+ 正確なソースを追記致します。