Revision c5145261
Von Cem Aydin vor etwa 1 Jahr hinzugefügt
templates/design40_webpages/customer_vendor/test_page.html | ||
---|---|---|
34 | 34 |
this should have three '-' before and after touching:<br> |
35 | 35 |
---[% P.customer_vendor.picker('vendor5_id', '', type='vendor') %]--- |
36 | 36 |
|
37 |
<br><hr> |
|
38 |
widget including info button and link to edit<br> |
|
39 |
customer: <br> |
|
40 |
[% P.customer_vendor.picker('customer_id3', '', type='customer', show_details=1) %]<br> |
|
41 |
vendor: <br> |
|
42 |
[% P.customer_vendor.picker('vendor_id3', '', type='vendor', show_details=1) %]<br> |
|
37 | 43 |
</div> |
38 | 44 |
|
39 | 45 |
<script type="text/javascript"> |
templates/webpages/customer_vendor/test_page.html | ||
---|---|---|
33 | 33 |
this should have three '-' before and after touching:<br> |
34 | 34 |
---[% P.customer_vendor.picker('vendor5_id', '', type='vendor') %]--- |
35 | 35 |
|
36 |
<br><hr> |
|
37 |
widget including info button and link to edit<br> |
|
38 |
customer: <br> |
|
39 |
[% P.customer_vendor.picker('customer_id3', '', type='customer', id='foo', show_details=1) %]<br> |
|
40 |
vendor: <br> |
|
41 |
[% P.customer_vendor.picker('vendor_id3', '', type='vendor', show_details=1) %]<br> |
|
36 | 42 |
|
37 | 43 |
<script type='text/javascript'> |
38 | 44 |
$('#customer_id2').change(function() { $('#change1').html($('#customer_id2').val()) }) |
Auch abrufbar als: Unified diff
Kunden/Lieferanten Presenter: Tests ergänzt