1. Question: A button can simply be an icon, or text, or both

    A
    True

    B
    False

    Note: Not available
    1. Report
  2. Question: Button can be with menus as well as without menus

    A
    True

    B
    False

    Note: Not available
    1. Report
  3. Question: Which is the primary handler for button creation and interaction in ExtJS?

    A
    Ext.Button

    B
    Ext.JButton

    C
    Ext.tbbutton

    D
    None

    Note: Not available
    1. Report
  4. Question: Which is the correct config option for toolbar button in ExtJS

    A
    { xtype:'tbbutton', text:'Button' }

    B
    { xtype:'tbutton', text:'Button' }

    C
    { xtype:'button', text:'Button' }

    D
    { type:'button', text:'Button' }

    Note: Not available
    1. Report
  5. Question: Which is the correct config option for toolbar split button in ExtJS?

    A
    { xtype: 'tbsplit', text: 'Split Button' }

    B
    { xtype: 'tbsplitbutton', text: 'Split Button' }

    C
    { xtype: 'button', text: 'Split Button' }

    D
    { xtype: 'tbbutton', text: 'Split Button' }

    Note: Not available
    1. Report
  6. Question: Which is the correct config option for toolbar icon buttons in ExtJS?

    A
    { xtype:'tbbutton', cls: 'x-btn-text-icon', icon:'images/bomb.png', text:'The Bomb' }

    B
    { xtype:'button', cls: 'x-btn-text-icon', icon:'images/bomb.png', text:'The Bomb' }

    C
    { xtype:'tbbutton', cls: 'x-btn-text', icon:'images/bomb.png', text:'The Bomb' }

    D
    { xtype:'tbbutton', layout: 'x-btn-text-icon', icon:'images/bomb.png', text:'The Bomb' }

    Note: Not available
    1. Report
  7. Question: Which is the correct config option for toolbar button handler in ExtJS?

    A
    { xtype:'tbbutton', text:'Button', handler:function(){ Ext.Msg.alert('Boo','Here I am'); } }

    B
    { xtype:'tbbutton', text:'Button', listener:function(){ Ext.Msg.alert('Boo','Here I am'); } }

    C
    { xtype:'tbbutton', text:'Button', eventr:function(){ Ext.Msg.alert('Boo','Here I am'); } }

    D
    { xtype:'tbbutton', text:'Button', click:function(){ Ext.Msg.alert('Boo','Here I am'); } }

    Note: Not available
    1. Report
Copyright © 2024. Powered by Intellect Software Ltd