Does a Tag Library Descriptor exists for Dolphin

Hello Guys,

Dolphin uses many specific HTML Tags.
Developing through Eclipse, my codes are bristling with an impressive number of warnings and errors.

Is there a Tag Library Descriptor for Dolphin?
May someone here point me to that?
I'm new here and couldn't find it. Worse I'm not sure where to post this question.

In advance Thanks.
-Charles

Quote · 16 Mar 2012

http://www.boonex.com/forums/topic/server-hell-forums.htm

 

check this..

 

Quote · 16 Mar 2012

Sorry,
I reported your post instead of clicking "Quote".
So sorry. :D

BTW it seems your answer has nothing related with my question.
-Charles

Quote · 16 Mar 2012

If you are referring to the tags that start with <bx....> tags then no, not in the classical sense. It uses a set of custom tags or keys that will evaluate the result as html output.

Here's a list of the set of predefined template keys:
1. injection_head - add injections in the <head> tag.
2. injection_body - add ingection(attribute) in the <body> tag.
3. injection_header - add injection inside the <body> tag at the very beginning.
4. injection_logo_before - add injection at the left of the main logo(inside logo's DIV).
5. injection_logo_after - add injection at the right of the main logo(inside logo's DIV).
6. injection_between_logo_top_menu - add injection between logo and top menu.
7. injection_top_menu_before - add injection at the left of the top menu(inside top menu's DIV).
8. injection_top_menu_after - add injection at the right of the top menu(inside top menu's DIV).
9. injection_between_top_menu_breadcrumb - add injection between top menu and breadcrumb.
10. injection_breadcrumb_before - add injection at the left of the breadcrumb(inside breadcrumb's DIV).
11. injection_breadcrumb_after - add injection at the right of the breadcrumb(inside breadcrumb's DIV).
12. injection_between_breadcrumb_content - add injection between breadcrumb and main content.
13. injection_content_before - add injection just before main content(inside content's DIV).
14. injection_content_after - add injection just after main content(inside content's DIV).
15. injection_between_content_footer - add injection between content and footer.
16. injection_footer_before - add injection at the left of the footer(inside footer's DIV).
17. injection_footer_after - add injection at the right of the footer(inside footer's DIV).
18. injection_footer - add injection inside the <body> tag at the very end.

The list above can be found in BxDolTempate.php file.

You can take a look at documentation located at:
http://www.boonex.com/doc/

If you meant something else, try giving an example of the warnings and errors you are getting from Eclipse. I use Eclipse for Android development and not so much for PHP (tho there is a PHP plugin for it). If you are getting errors, is it preventing your site from working?

 

Hello Guys,

Dolphin uses many specific HTML Tags.
Developing through Eclipse, my codes are bristling with an impressive number of warnings and errors.

Is there a Tag Library Descriptor for Dolphin?
May someone here point me to that?
I'm new here and couldn't find it. Worse I'm not sure where to post this question.

In advance Thanks.
-Charles

 

Updating my BoonexNerd.net site.
Quote · 16 Mar 2012

Hello jtadeo,

 

If you are referring to the tags that start with <bx....> tags then no, not in the classical sense. It uses a set of custom tags or keys that will evaluate the result as html output.

 

Yes, my question is about <bx..> tags and all others own tags.
Eclipse is validating tags against standard tags library.

All unknown tags are highlighted and colored unless they are added to the  "tags library definitons".
That's why I was wondering if there are such tags library for Dolphin.

It is possible to make specific parameters for a project, ignoring code validation for instance.
But It is quite annoying for an eclipse user.

Anyway you helped me a lot bringing to me the right anwers to my question.
I have to try without.

Many thanks & Regards.
-Charles

Quote · 16 Mar 2012
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.