India seo web development website designer freelance

How toolbar commands work

When draws a toolbar, the following events occur:

  1. For each toolbar control item, determines whether the file attribute exists.
  2. If the file attribute exists, calls canAcceptCommand() to determine whether it should enable the control in the current context of the document.
  3. For the Document Title text box in the toolbar, for example, canAcceptCommand() checks to see if there is a current DOM and if the current document is an HTML file. If both these conditions are true, the function returns true and enables the text box on the toolbar.

  4. If the file attribute exists, ignores the following attributes, if they are specified: checked , command , DOMRequired , enabled , script , showif , update , and value .
  5. If the file attribute does not exist, processes the attributes that are set for the toolbar control item: checked , command , DomRequired , and so on.
  6. For more information on specific item tag attributes, see Item Tag Attributes .

  7. calls the getCurrentValue() function on every update cycle, as specified by the update attribute, to determine what value to display for the control.
  8. The user selects an item on the toolbar.
  9. calls the receiveArguments() function to process any arguments that are specified by the arguments attribute of the toolbar item.

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 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117

India web developer website development India