Functionality that select the current tag

Ask a Question related to Macromedia Exchange Dreamweaver Extensions, Design and Development.

  1. #1

    Default Functionality that select the current tag

    I am trying to add functionality that selects the current tag. Like the tag editor does, but without the pop-up. I haven't got vary far on figuring it out and I would appriciate some help.

    M_I_C_U_S Guest

  2. Similar Questions and Discussions

    1. Is there a way to select the current datagrid row
      It seems when the user right clicks an item in a datagrid it calls the context menu events. I added a right click menu to my datagrid however,...
    2. Either BOF or EOF is True, or the current record hasbeen deleted. Requested operation requires a current record
      Can anyone pls help? I am getting the following error when search my database. "ADODB.Field (0x800A0BCD Either BOF or EOF is True, or the...
    3. #25474 [Opn->Fbk]: posting arrays from a select box with multiple select is not working properly
      ID: 25474 Updated by: sniper@php.net Reported By: fmuller at cisco dot com -Status: Open +Status: ...
    4. How to change the current thread current culture at run time.
      I have created a new culture : Dim objCulture As New CultureInfo("he") //hebrew When I tried to assign it to the current thread. ...
    5. SELECT DISTINCT + ORDER BY gives ERROR 145: ORDER BY items mustappear in the select list if SELECT DISTINCT is specified.
      Dan, You should be able to do this: SELECT Id, FaxID, ReceivedTime, Pages FROM ( SELECT DISTINCT .Id AS Id,
  3. #2

    Default Re: Functionality that select the current tag

    What do you mean by the "current" tag? To me, that means the one that is
    already (i.e. currently) selected.

    Randy

    > I am trying to add functionality that selects the current tag. Like the tag editor does, but without the pop-up. I haven't got vary far on figuring it out and I would appriciate some help.
    Randy Edmunds Guest

  4. #3

    Default Re: Functionality that select the current tag

    When I say current tag I mean as what the cursor is on. On either the opening
    or closing tag or within the opening and closing tag. The same functionality
    the tag selector offers but I would like to be able to apply a shortcut key to
    the functionality that performs the select to speed up my development.

    M_I_C_U_S Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

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 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139