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