![]() |
Sergey Kornilov admin 7/12/2011 |
Add a new section to CSS style declaration using Visual Editor in HTML mode: @media print {
<span class='noprint'>...</span>
|
F
|
futo author 7/12/2011 |
[quote name='admin' date='12 July 2011 - 09:04 AM' timestamp='1310457859' post='59389'] @media print {
<span class='noprint'>...</span>
|
C
|
cgphp 7/12/2011 |
You can use multiple classes for an element by separating them with a space in the class attribute: <INPUT id=Fakt_print class="button noPrint" value=ISPIS type=button typeid="ib"> |
F
|
futo author 7/12/2011 |
You can use multiple classes for an element by separating them with a space in the class attribute: <INPUT id=Fakt_print class="button noPrint" value=ISPIS type=button typeid="ib">
|
C
|
cgphp 7/12/2011 |
Do you use some custom code in the "Client" option of the button ? |
F
|
futo author 7/12/2011 |
Do you use some custom code in the "Client" option of the button ?
|
C
|
cgphp 7/12/2011 |
Sorry, what's inside "Client Before" ? |
F
|
futo author 7/12/2011 |
Sorry, what's inside "Client Before" ?
|
C
|
cgphp 7/12/2011 |
Try the following code. The if statement is not necessary. ctrl.setEnabled(); |
F
|
futo author 7/12/2011 |
Try the following code. The if statement is not necessary. ctrl.setEnabled();
|
C
|
cgphp 7/12/2011 |
Check under the View page events if you have more than one instance of the same button. If so, remove it. |
F
|
futo author 7/12/2011 |
Check under the View page events if you have more than one instance of the same button. If so, remove it.
|
F
|
futo author 7/12/2011 |
thanks.. this is not so important..... i'l set this another time.... thanks again tomo
|