Adobe Dreamweaver Forums



Last 10 THreads :         Funky Repeater Problem (Please help !!!) (Last Post : Greg Lafrance - Replies : 0 - Views : 1 )           »          CS4: CSS export not working for text with image (Last Post : dv8kiwi - Replies : 8 - Views : 9 )           »          Going from ASP TO PHP (Last Post : David Powers - Replies : 10 - Views : 11 )           »          sorting styles list (Last Post : vpr155 - Replies : 2 - Views : 3 )           »          Scrolling a cell (Last Post : kjgreen77 - Replies : 2 - Views : 3 )           »          need assistance with buttons pulling in different MC's (Last Post : DPSwebmaster - Replies : 2 - Views : 3 )           »          input text question (Last Post : redsox05 - Replies : 2 - Views : 3 )           »          The formal parameter "@CCNumber" was not declared as anOUTPUT parameter (Last Post : athanasiusrc - Replies : 1 - Views : 2 )           »          Div or iFrame resize depending on content. (Last Post : Nancy O - Replies : 1 - Views : 2 )           »          can someone recommend a good hosting co. (Last Post : P@tty Ayers ~ACE - Replies : 22 - Views : 23 )           »         


Home Register FAQ Members List Calendar Search Today's Posts Mark Forums Read
User Info Statistics
Go Back   Adobe Dreamweaver Forums > Dreamweaver: Main > Dreamweaver General
 
Tags: , , ,



Reply
  #1 (permalink)  
Old 08-29-2008, 06:02 PM
DynV
 
Posts: n/a
Diggs:
Default 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
Sponsored Links
  #2 (permalink)  
Old 09-06-2008, 01:30 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default 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
  #3 (permalink)  
Old 09-06-2008, 01:30 PM
DynV
 
Posts: n/a
Diggs:
Default 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


  #4 (permalink)  
Old 09-06-2008, 02:30 PM
DynV
 
Posts: n/a
Diggs:
Default 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:30 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default 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:26 PM
DynV
 
Posts: n/a
Diggs:
Default 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, 02:01 AM
DynV
 
Posts: n/a
Diggs:
Default 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:32 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default 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:34 AM
DynV
 
Posts: n/a
Diggs:
Default 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, 01:02 PM
Murray *ACE*
 
Posts: n/a
Diggs:
Default 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


Thread Tools
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 On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



© Camley Interactive (camley.info) 2008 - all logos and images are copywrite their respective owners.
Proud member of the Camley Interactive Network
All times are GMT. The time now is 11:57 PM.


Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.
Inactive Reminders By Mished.co.uk