Hexagora Forum
Hexagora Forum
Home | Profile | Active Topics | Members | Search | FAQ
 All Forums
 Dynamic HTML Editor
 Dynamic HTML Editor
 Extensions code placement

Note: You must be registered in order to post a reply.

Screensize:
UserName:
Password:
Format Mode:
Format: BoldItalicizedUnderlineStrikethrough Align LeftCenteredAlign Right Horizontal Rule Insert HyperlinkInsert Email Insert CodeInsert QuoteInsert List
   
Message:

* HTML is OFF
* Forum Code is ON
Smilies
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Clown [:o)]
Black Eye [B)] Eight Ball [8] Frown [:(] Shy [8)]
Shocked [:0] Angry [:(!] Dead [xx(] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
   

T O P I C    R E V I E W
2hats Posted - 08 Apr 2010 : 05:13:05
I have several extensions on a page (NOT the Master Page).
Extension1 and Extension2 etc.

Each extension has code to be placed before HTML tag.
How can I determine the order in which the code is placed?


Also if an extension (or two) is in the Master Page, what
is the placement order for those, and the subsequent ones
on the sub-pages?

What is the relationship with each form's (Master Page and Sub Page)
'Top of Page' placement.

It would be useful to have the rules used for code segment placement
during generation.
7   L A T E S T    R E P L I E S    (Newest First)
s.dav Posted - 10 Apr 2010 : 14:30:42
Are you sure? this appears to be quite strange to me;
if you want, send me the .dhe file and explain me what you want to do and I'll check the problem.
2hats Posted - 09 Apr 2010 : 20:57:07
I managed to move an extension order by using this!
I have same extension on two pages, one is Absolute, one is Relative.
Neither can be changed using positioning, as it is disabled.
I have reloaded all extensions, but it makes no difference.

How can I make an extension absolute?
s.dav Posted - 09 Apr 2010 : 16:58:24
No, when using "Relative Mode" you cannot do any trick because objects are sorted on-the-fly
2hats Posted - 09 Apr 2010 : 11:07:58
Thanks.

If the object is 'relative position', then need to make it 'absolute position' first.
Then move it up/down list with "Bring to Front" etc buttons.

Then make 'relative position again.

Thanks for that info.
s.dav Posted - 09 Apr 2010 : 09:43:50
Simply use the top toolbar buttons "Bring to Front", "Bring Forward", etc...
2hats Posted - 09 Apr 2010 : 09:03:33
Thanks for that info Davide.

That is very clear.

Is it possible to change the order of appearance, perhaps when the list is displayed in numerical order?

I know that the order can be changed by cut and paste, but perhaps drag and drop might be better!

Thanks again.
s.dav Posted - 08 Apr 2010 : 11:47:22
The code of every D.H.E. object is generated in order of appearance of the object in the page; if you look at the Object List window (in the right panel) you'll see a number near object names; this represents the order, from the smallest to the biggest so:

- In absolute mode objects below others are generated before (because they have smaller indexes)
- In relative mode objects in the top of the page are generated before others (because they have smaller indexes as they are re-ordered on the fly by the program)

Client page objects are inserted exactly into the position where the Page Placeholder object is, then the same rules apply.
If you Bring the Page PlaceHolder on the the Top, every Master-Page object should be generated before objects in the client page (when using Absolute Positioned object)

The header and before HTML tag code depend also on the order of objects in pages.

Hexagora Forum © s.dav Go To Top Of Page
Snitz Forums 2000