Want to pass your IBM Notes and Domino 9.0 Social Edition Application Development B C2040-410 exam in the very first attempt? Try Pass2lead! It is equally effective for both starters and IT professionals.
VCE
Which three properties in the Dojo Text Box control are available in the Edit Box control? (Choose three.)
A. alt
B. trim
C. lang
D. type
E. header
F. inputType
Jessica wants to resize a text field from its default size. What should she enter in the HTML attributes for the field?
A. ROWS=10 COLS=20
B. "ROWS=10 COLS=20"
C. SIZE=75 MAXLENGTH=100
D. "SIZE=75 MAXLENGTH=100"
A developer is working on an XPage and there is a client-side feature that needs to compute a value from a viewScope variable docStatus. Which Expression Language syntax will compute the value client-side?
A. var myStatus = viewScope.get('docStatus');
B. var myStatus = "{#viewScope.get('docStatus')}"
C. var myStatus = "#{javascript:viewScope;docStatus;}"
D. var myStatus = "#{javascript:viewScope.get('docStatus');}"