Maris Kalnins
|
| Posted: 10/31/2002, 2:08 AM |
|
Dear CCS developers!
Sometimes for a not known reason - the html and php text coloring disappears
and everything becomes black and white! Why? and when this will be solved?
In some situations I need to change a php code for example grid class doesnt
allow me to display
several db records in one row different columns in multirow grid (which
would be very useful for developers if you could manage this through your
classes). The bad thing is that when I switch back
to HTML design view - my code changes disappear and the original code is
generated without prompting! Which leads to code loss!
Thanks!
Maris
|
|
|
 |
DonB
|
| Posted: 10/31/2002, 5:13 AM |
|
It's hard to tell exactly what you are describing, but it sounds like:
1. You have edited the HTML to insert various tags for formatting.
The HTML formatting is primarily controlled through CSS. If you insert
formatting tags, these are mostly likely not going to affect the rendered
page because a CSS element overrides it. You are better off modifying or
extending the CSS definition to include customized styles that you can
insert into the HTML with the "class=xyz" attribute.
2. You have edited the code page to customize its behavior.
CCS has "ownership" of both of these components. It builds them whenever it
needs to "synchronize" them with each other. If you completely delete the
code file, CCS will regenerate it. There is a "metafile" that contains all
the information needed to do this. When you edit the code page directly,
you create a conflict with the metadata - and you lose your changes. The
correct way is to stay within the regions you are allowed to edit -
specifically, the "Custom Code" and "Event" sections, which you must
explicitly create by choosing them from the Property box.
DonB
"Maris Kalnins" <proximus@mail.teliamtc.lv> wrote in message
news:apqvfi$9ka$1@news.codecharge.com...
> Dear CCS developers!
>
> Sometimes for a not known reason - the html and php text coloring
disappears
> and everything becomes black and white! Why? and when this will be solved?
>
> In some situations I need to change a php code for example grid class
doesnt
> allow me to display
> several db records in one row different columns in multirow grid (which
> would be very useful for developers if you could manage this through your
> classes). The bad thing is that when I switch back
> to HTML design view - my code changes disappear and the original code is
> generated without prompting! Which leads to code loss!
>
> Thanks!
> Maris
>
>
|
|
|
 |
Maris Kalnins
|
| Posted: 10/31/2002, 5:20 AM |
|
DonB!
1. this one is not quite clear because they disappear and after then appear
again
in very unpredictable way!
2. that's bad because not all can be done using only allowed places to
insert
your own code! there I see only two ways.. either CCS expands its
functionality
or they create or modify their code more accurately (without simple
overwriting
the old one)
:)
Maris
|
|
|
 |
Alexey Alexapolsky
|
| Posted: 10/31/2002, 8:05 AM |
|
Please submit your request at http://support.codechacharge.com
--
Alex,
Support Engineer
CodeCharge Team
"Maris Kalnins" <proximus@mail.teliamtc.lv> wrote in message
news:apqvfi$9ka$1@news.codecharge.com...
> Dear CCS developers!
>
> Sometimes for a not known reason - the html and php text coloring
disappears
> and everything becomes black and white! Why? and when this will be solved?
>
> In some situations I need to change a php code for example grid class
doesnt
> allow me to display
> several db records in one row different columns in multirow grid (which
> would be very useful for developers if you could manage this through your
> classes). The bad thing is that when I switch back
> to HTML design view - my code changes disappear and the original code is
> generated without prompting! Which leads to code loss!
>
> Thanks!
> Maris
>
>
|
|
|
 |
|