Welcome to the { mindfrost82.com } forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Go Back   { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-29-2008, 05:50 PM
DynV
 
Posts: n/a
adding a tag in replay history

I was trying to make sentences part of a list so I had the history panel
displayed and was using the keyboard in the design section (being in split
mode). I was on a list item and pressed down then Start Of Line (SOL), End Of
Line (EOL), used contextual menu button to choose quick tag editor > LI ending
up with "Wrap Tag : [LI]" in the history. I clicked the down arrow then
shift-clicked wrap tag and clicked replay but the only thing it did was to
select the whole next sentence ...

Am I doing something wrong ? Should I use another way to make a LI ?

Thank you for your kind help,
DynV


Reply With Quote
  #2 (permalink)  
Old 09-06-2008, 01:14 PM
DynV
 
Posts: n/a
Re: adding a tag in replay history

Does anyone know anything that could help with this issue ?

Thanks
DynV

1 week reminder


Reply With Quote
  #3 (permalink)  
Old 09-06-2008, 01:26 PM
Murray *ACE*
 
Posts: n/a
Re: adding a tag in replay history

The history panel doesn't record mouse events like button clicks. Sorry.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"DynV" <webforumsuser@macromedia.com> wrote in message
news:g999de$68p$1@forums.macromedia.com...
>I was trying to make sentences part of a list so I had the history panel
> displayed and was using the keyboard in the design section (being in split
> mode). I was on a list item and pressed down then Start Of Line (SOL),
> End Of
> Line (EOL), used contextual menu button to choose quick tag editor > LI
> ending
> up with "Wrap Tag : [LI]" in the history. I clicked the down arrow then
> shift-clicked wrap tag and clicked replay but the only thing it did was to
> select the whole next sentence ...
>
> Am I doing something wrong ? Should I use another way to make a LI ?
>
> Thank you for your kind help,
> DynV
>
>


Reply With Quote
  #4 (permalink)  
Old 09-06-2008, 01:53 PM
DynV
 
Posts: n/a
Re: adding a tag in replay history

I didn't use the mouse at all in the design section, here's the original
sentence : [Q]I was on a list item and pressed down then Start Of Line (SOL),
End Of Line (EOL), used contextual menu button to choose quick tag editor > LI
ending up with "Wrap Tag : [LI]" in the history.[/Q] In [h]used contextual
menu button[/h], the button is on the keyboard on the bottom right between CTRL
& Super (or Windows logo) buttons.

But whichever way, I just need to transform part of a text to a tag in the
design section, whether it'd be LI or Q or DT ...

Reply With Quote
  #5 (permalink)  
Old 09-06-2008, 02:01 PM
Murray *ACE*
 
Posts: n/a
Re: adding a tag in replay history

What is the change you want to make? Can it be done with a Find/Replace?

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"DynV" <webforumsuser@macromedia.com> wrote in message
news:g9tugl$1gm$1@forums.macromedia.com...
>I didn't use the mouse at all in the design section, here's the original
> sentence : [Q]I was on a list item and pressed down then Start Of Line
> (SOL),
> End Of Line (EOL), used contextual menu button to choose quick tag editor
> > LI

> ending up with "Wrap Tag : [LI]" in the history.[/Q] In [h]used
> contextual
> menu button[/h], the button is on the keyboard on the bottom right between
> CTRL
> & Super (or Windows logo) buttons.
>
> But whichever way, I just need to transform part of a text to a tag in the
> design section, whether it'd be LI or Q or DT ...
>


Reply With Quote
  #6 (permalink)  
Old 09-06-2008, 03:01 PM
DynV
 
Posts: n/a
Re: adding a tag in replay history

This is precicely what I'd like to do with this sample text in the numbered
list representing block elements identified before the column (:)

[num]P: text[/num]
[num]P: list item 1, list item 2, list item 3[/num]
[num]P: text[/num]

The text in the design section from the last numbered list should be
transformed through automation (history replay) to become like the next one.

[num]P: text[/num]
[num]UL:
[bullet]list item 1[/bullet]
[bullet]list item 2[/bullet]
[bullet]list item 3[/bullet]
[/num]
[num]P: text[/num]


Reply With Quote
  #7 (permalink)  
Old 09-08-2008, 01:57 AM
DynV
 
Posts: n/a
Re: adding a tag in replay history

perhaps that the block level elements was unclear so here's the corresponding
HTML:

<p>text1</p>
<p>text2 item 1, text2 item 2, text2 item 3</p>
<p>text3</p>

second list (what I want the first to become):

<p>text1</p>
[BULLET]
[LI]text2 item 1</li>
[LI]text2 item 2</li>
[LI]text2 item 3</li>
[/BULLET]
<p>text3</p>

Please ask if you'd like me to clarify anything


Reply With Quote
  #8 (permalink)  
Old 09-08-2008, 04:19 PM
Murray *ACE*
 
Posts: n/a
Re: adding a tag in replay history

I think you would be able to do this with a find and replace option using
regular expressions. Are you adept at formulating a regular expression
search? Unfortunately, I am not but there are others here who are quite
good.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"DynV" <webforumsuser@macromedia.com> wrote in message
news:ga1t9f$9mf$1@forums.macromedia.com...
> perhaps that the block level elements was unclear so here's the
> corresponding
> HTML:
>
> <p>text1</p>
> <p>text2 item 1, text2 item 2, text2 item 3</p>
> <p>text3</p>
>
> second list (what I want the first to become):
>
> <p>text1</p>
> [BULLET]
> [LI]text2 item 1</li>
> [LI]text2 item 2</li>
> [LI]text2 item 3</li>
> [/BULLET]
> <p>text3</p>
>
> Please ask if you'd like me to clarify anything
>
>


Reply With Quote
  #9 (permalink)  
Old 09-09-2008, 02:07 AM
DynV
 
Posts: n/a
Re: adding a tag in replay history

Murray thank you for your suggestion, I have already had a look at it
unfortunately I don't have the time to learn regex for now so learning to use
the history replay would be great ! if entering HTML code in the design
section would do it that would be great but I doubt it's the case so I'm
looking for the "proper" history way to assign tags to text.

Anyone else would have such experience ? Is there a better way I could bring
attention to the issue ? An IRC channel perhaps or an informal forum ?

Reply With Quote
  #10 (permalink)  
Old 09-09-2008, 12:52 PM
Murray *ACE*
 
Posts: n/a
Re: adding a tag in replay history

I suggest you repost with a new subject line, asking for help with the
Regular expression.

--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
==================


"DynV" <webforumsuser@macromedia.com> wrote in message
news:ga4i88$cje$1@forums.macromedia.com...
> Murray thank you for your suggestion, I have already had a look at it
> unfortunately I don't have the time to learn regex for now so learning to
> use
> the history replay would be great ! if entering HTML code in the design
> section would do it that would be great but I doubt it's the case so I'm
> looking for the "proper" history way to assign tags to text.
>
> Anyone else would have such experience ? Is there a better way I could
> bring
> attention to the issue ? An IRC channel perhaps or an informal forum ?
>


Reply With Quote
Reply

  { mindfrost82.com } > Gadget Corner > Tech Newsgroups > Software > Adobe Software > Dreamweaver


Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are Off
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 12:03 PM.


Powered by vBulletin, Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
© 1999-2008 mindfrost82.com v11.0


Sponsors:
iPhone Reviews | Pio Baroja | Payday Loan | Shares | Loans



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