Lexmark X925 Lexmark Document Distributor - Page 28

Change Language, Held Jobs, Search Held Jobs, Usb Drive, Bookmarks, Jobs by user, Lock Device

Page 28 highlights

Developing workflow solutions 28 Device class t656 Valid contents of the Valid contents of the element element 1-9 Standard printer functions The value specifies the number of buttons on the first page of the home screen. Three subsequent nine‑button pages are included in the layout, providing 27 additional buttons. • Change Language • Held Jobs • Search Held Jobs • Usb Drive • Bookmarks • Jobs by user • Lock Device LDD profile • Single Profile List of profiles • Profiles Shortcut • Shortcut Placeholder for an eSF application installed with the solution • App Reservation • Placeholder The placement of each button is determined by the order in which the buttons are defined. • Multifunction printers and single‑function printers with touch screens-The first button specified is the button nearest the upper‑left corner of the home screen in the specified layout. The order of the buttons progresses left‑to‑right, and then top‑to‑bottom by rows. If subsequent pages are present, then each page begins after all buttons have been specified on the previous page. To leave a blank space in the specified layout, define the button using the element, but do not include the element or any other properties of the button. • Single‑function printers without touch screens-The buttons appear as menu items in the order in which they are defined. The following sample XML file specifies a home screen for e‑Task 2 devices: 5 Copy Fax My Fax

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82

Device class
Valid contents of the
<buttonLayout>
element
Valid contents of the
<action>
element
t656
1
9
The value specifies the number of buttons
on the first page of the home screen. Three
subsequent nine
button pages are included
in the layout, providing 27 additional
buttons.
Standard printer functions
Change Language
Held Jobs
Search Held Jobs
Usb Drive
Bookmarks
Jobs by user
Lock Device
LDD profile
Single Profile
List of profiles
Profiles
Shortcut
Shortcut
Placeholder for an eSF application installed with the
solution
App Reservation
Placeholder
The placement of each button is determined by the order in which the buttons are defined.
Multifunction printers and single
function printers with touch screens
—The first button specified is the button
nearest the upper
left corner of the home screen in the specified layout. The order of the buttons progresses
left
to
right, and then top
to
bottom by rows. If subsequent pages are present, then each page begins after all
buttons have been specified on the previous page. To leave a blank space in the specified layout, define the button
using the
<button>
element, but do not include the
<action>
element or any other properties of the button.
Single
function printers without touch screens
—The buttons appear as menu items in the order in which they are
defined.
The following sample XML file specifies a home screen for e
Task 2 devices:
<?xml version="1.0" encoding="UTF-8"?>
<welcomescreen model="etask2">
<buttonLayout>5</buttonLayout>
<buttons>
<!-- Buttons in page 1 -->
<!-- A layout of 5 buttons is used, but only positions
2 and 3 on the first page contain buttons -->
<button/>
<button>
<action>Copy</action>
</button>
<button/>
<button>
<action>Fax</action>
<displayText>My Fax</displayText>
</button>
<button/>
Developing workflow solutions
28