Menu

pipe rule

Jim Saxton

pipe | ||

|

or

||

view.type = |

or

view.type = ||

This element has no parameters and does not place any interactive or information on the screen. What it does is add a second view on the screen. All elements placed in the command file after this element are placed on the second view. With many elements in the file, this can create a verry tall window. the pipe element makes the window wider, but more compact. the double pipe, || ads a virticle line at the view boundry.

Only use this type once in a file. Yoshi will ignore a second pipe type request.

example:

*.title = Welcome to Yoshi
#*.look = no-border
#*.look = Bordered
#*.look = Floating
#*.look = Modal
#*.x = 50
#*.y = 260
*.bgcolor = 255,232,181

chk.type = checkbox
chk.default = 1
chk.label = This is the first checkbox prompt.
chk.tooltip = Yes, its that simple!

chk2.type = checkbox
#chk2.default = 1
chk2.label = This is the second checkbox prompt.
chk2.tooltip = Yes, its that simple!

chk3.type = checkbox
chk3.default = 1
chk3.label = This is the third checkbox prompt.
chk3.tooltip = Yes, its that simple!

chk4.type = checkbox
chk4.default = 1
chk4.label = This is the fourth checkbox prompt.
chk4.tooltip = Yes, its that simple!

view.type = |
#view.type = ||

radio.type = radiobutton
radio.label = How would you like your coffee?
radio.option1 = Black
radio.option2 = With milk
radio.option3 = With milk and sugar
radio.option4 = Only sugar, no milk
radio.default = option1
radio.tooltip = Please make your selection.

pipe

pipe

Single and double pipe windows

rule --

--

rule.type = --

This element has no parameters and does not place any interactive or information on the screen. What it does is add a horizontal rule for a visual separation between sections.

example:

*.title = Welcome to Yoshi
#*.look = no-border
#*.look = Bordered
#*.look = Floating
#*.look = Modal
#*.x = 50
#*.y = 260
*.bgcolor = 255,232,181

chk.type = checkbox
chk.default = 1
chk.label = This is the first checkbox prompt.
chk.tooltip = Yes, its that simple!

chk2.type = checkbox
#chk2.default = 1
chk2.label = This is the second checkbox prompt.
chk2.tooltip = Yes, its that simple!

chk3.type = checkbox
chk3.default = 1
chk3.label = This is the third checkbox prompt.
chk3.tooltip = Yes, its that simple!

chk4.type = checkbox
chk4.default = 1
chk4.label = This is the fourth checkbox prompt.
chk4.tooltip = Yes, its that simple!

rule.type = --

radio.type = radiobutton
radio.label = How would you like your coffee?
radio.option1 = Black
radio.option2 = With milk
radio.option3 = With milk and sugar
radio.option4 = Only sugar, no milk
radio.default = option1
radio.tooltip = Please make your selection.

rule

A window with a horizontal rule

Back Next


MongoDB Logo MongoDB