Progress Dialog - caf_h:progressDialog

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.panel.ProgressDialog
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.panel.ProgressDialog
Description Progress bar that overlays another control when toggled visible
Palette LocationCAF Html/Control/Dialog/Progress Dialog
Client-Side ModelCAF.OverlayPanel.Model
Attributes 
NameRequiredTypeDescription
centeredfalsejavax.el.ValueExpression
(must evaluate to boolean)
True if content centered within panel

If not specified, the default value is "true".

forfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
ID of control to overlay
hideEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of custom script.aculo.us hide effect

Valid values are:

  • [any_other_value]
  • Effect.Fade
  • Effect.BlindUp
  • Effect.SlideUp
  • Effect.Shrink
  • Effect.Puff
  • Effect.SwitchOff
  • Effect.DropOut
  • Effect.Squish
  • Effect.Fold
  • Effect.CAF.Fade
  • Effect.CAF.SlideClose
  • Effect.CAF.SlideClose.Left
  • Effect.CAF.SlideClose.Top
  • Effect.CAF.SlideClose.Right
  • Effect.CAF.SlideClose.Bottom
hideEffectOptionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Additional options for custom script.aculo.us hide effect
idfalsejava.lang.String Control identifier
messagefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Message to display in dialog (defaults to 'Processing...')
opacityfalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Opacity of panel when visible, from 0.0 (completely transparent) to 1.0 (completely opaque)

If not specified, the default value is "1.0".

renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

showEffectfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Name of custom script.aculo.us show effect

Valid values are:

  • [any_other_value]
  • Effect.Appear
  • Effect.BlindDown
  • Effect.SlideDown
  • Effect.Grow
  • Effect.CAF.Appear
  • Effect.CAF.SlideOpen
  • Effect.CAF.SlideOpen.Left
  • Effect.CAF.SlideOpen.Top
  • Effect.CAF.SlideOpen.Right
  • Effect.CAF.SlideOpen.Bottom
showEffectOptionsfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Additional options for custom script.aculo.us show effect

Output generated by Vdldoc View Declaration Language Documentation Generator.