Subject: [development] View Source in Drupal
To: development@drupal.org
Message-ID:
       <AANLkTin_
0BNB4a7YhZKqUqNWugOVh=xe=iM0MZQskbua@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Hi Everyone,

I am wondering if anyone knows whether there is a module that provides
viewing source code of nodes in Drupal as Wikipedia's view source.

Thanks,
Jin


Hi Jin

Do you use the Devel module?  The module, Devel, generates a lot of information about what is going on, I find it an indispensable tool. Krumo, a part of devel or used as a standalone module that depends on Devel, can display all of the elements of a given array or object. Krumo is an alternative to php's built-in print_r and var_dump functions and can print out a stack of variables using css and dhtml in way that is more human readable than the alternatives.

--
Best Regards,
James R Stone
fndtn357@gmail.com


"The skill of coding is to create a context in which other people can contribute."