[Zope] Plone formgen

2007-11-19 Thread sujitha mary
hi,
i have installed Plone formgen on Plone 3.0.but I
couldn't find the custom action component in the
overrides section.Plz help me.


  Save all your chat conversations. Find them online at 
http://in.messenger.yahoo.com/webmessengerpromo.php
___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] HTML forms inside a Zsearch method

2007-11-28 Thread sujitha mary
Hi,
I would like to know how to set action for a selection button and checkbox 
inside the table that displays the data from the database.I have created a 
checkbox and selection button inside the template generated by Zsearch method 
uisng HTML code.I don't know how to set the value of the check box to the value 
that is fetched from database.Plz provide some help

   
-
 Why delete messages? Unlimited storage is just a click away.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Getting the value of a select button in ZSQL

2008-03-30 Thread sujitha mary
i have a ZSQL search interface that creates a page template in which a form 
that displays the database content is designed.this form has a select button 
and a submit button.i need to get the value of select button as argument in 
zsql method.can anybody plz help me hw to implement this.
   
-
 Now you can chat without downloading messenger. Click here to know how.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] display uploaded file

2008-06-06 Thread sujitha mary
hi all,
I need to display the contents of an uploaded file when i click a link.But when 
i click the link instead of displaying the contents i'm getting a message to 
save this BIN file.wht changes should i make to display it in my plone 
interface?Plz help.


   
-
 Bollywood, fun, friendship, sports and more. You name it,  we have it.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] display HTML files using TAL

2008-06-08 Thread sujitha mary
Hi all,
I need help in displaying a set of HTML files .I have created a TAL code which 
stores the name of the files in a list.But i don't know how to pass this values.
this is my code
here 'x' is the list that contains file names. i have uploaded the files as 
DTML document.

this  will be replaced

plz help.


   
-
 Bring your gang together. Do your thing. Find your favourite Yahoo! Group.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] display uploaded file

2008-06-08 Thread sujitha mary
After changing the content type also it's still the same.Is there any other 
option,my file is a text file

Peter Bengtsson <[EMAIL PROTECTED]> wrote: Change the uploaded file's 
content_type to text/plain and the browser
will try to display it.
This is something you can do to images too but you'll get a very
looong page of "junk".

2008/6/6 sujitha mary :
> hi all,
> I need to display the contents of an uploaded file when i click a link.But
> when i click the link instead of displaying the contents i'm getting a
> message to save this BIN file.wht changes should i make to display it in my
> plone interface?Plz help.
>
> 
> Bollywood, fun, friendship, sports and more. You name it, we have it.
> ___
> Zope maillist  -  Zope@zope.org
> http://mail.zope.org/mailman/listinfo/zope
> **   No cross posts or HTML encoding!  **
> (Related lists -
>  http://mail.zope.org/mailman/listinfo/zope-announce
>  http://mail.zope.org/mailman/listinfo/zope-dev )
>
>



-- 
Peter Bengtsson,
work www.fry-it.com
home www.peterbe.com
hobby www.issuetrackerproduct.com


   
-
 Meet people who discuss and share your passions.  Join them now.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Open an HTML file in zope

2008-06-18 Thread sujitha mary
Hi,

 I need to open and display an HTML file in zope.For that I uploaded the file 
as DTML document and tried to retrieve it from a page template.this is code 
which i wrote for this:
 
   this 
 will

 'PH226' is the name of my uploaded file.
 If i need to display more than one file at a time wht should i do?i tried to 
modify my code for displaying the files which is selected by the user thru' a 
form.But it didn't work:
This is the piece of code which i used
 
 
  this  will
   
 
 
 
   
-
 Explore your hobbies and interests. Click here to begin.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


Re: [Zope] Open an HTML file in zope

2008-06-19 Thread sujitha mary

Thanks a lot..It worked..
Andreas Jung <[EMAIL PROTECTED]> wrote: 

--On 18. Juni 2008 10:14:10 +0100 sujitha mary  
wrote:

> Hi,
>
>  I need to open and display an HTML file in zope.For that I uploaded the
> file as DTML document and tried to retrieve it from a page template.this
> is code which i wrote for this:  

>
> tal:replace="here/PH226">this  will 

>  'PH226' is the name of my uploaded file.

This will only work if the PH226 can be _aquired_ from your current context 
object (check with "The Zope Book 2.7 edition" about _ACQUISITION_ - one of 
the Zope core concepts.

>  If i need to display more than one file at a time wht should i do?i
> tried to modify my code for displaying the files which is selected by the
> user thru' a form.But it didn't work: This is the piece of code which i
> used
>  
>  

>   this
> will


Acquisition also applies here.

tal:replace="python: getattr(context, x)"

An alternative to acquisition for getting an object is traveral 
(restrictedTraverse('/path/to/object').

I strongly recommend reading the basic Zope documentation first in order to 
understand how acquistion works.

-aj


   
-
 Bollywood, fun, friendship, sports and more. You name it,  we have it.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] Opening uploaded file

2008-06-26 Thread sujitha mary
hi,
I have an uploaded file in home folder.i have a page which has an internal link 
to that file.But when i click the link a dialogue box is opened saying this is 
ASC file what you want firefox to do with this file.two options open,save is 
there..
But I need to display it in my page when user click the link.what can i do to 
open the file automatically..i had changed the content type of file to 
text/plain..
Please help..
thanks in advance

   
-
 Unlimited freedom, unlimited storage. Get it now___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )


[Zope] import error

2008-11-26 Thread sujitha mary
hi all,
The importing of my site is getting failed due to an error:
"Input MIME type 'text/x-web-markdown' for transform markdown_to_html is not 
registered in the MIME types registry"
I can't re-export my site as my system got crashed and i have only my backup 
which is a .zexp file.
Is there any other possibility?
Please help.
Thanks in advance.



   
-
 Bollywood news, movie reviews, film trailers and more!  Click here.___
Zope maillist  -  Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
**   No cross posts or HTML encoding!  **
(Related lists - 
 http://mail.zope.org/mailman/listinfo/zope-announce
 http://mail.zope.org/mailman/listinfo/zope-dev )