Can I Create Folders In Pages???

I need to organize my Pages files on my iPad in different folders. Is that possible?

You don't know if this feature will be added in the iOS 4 update for the iPad, as nothing has been announced about it except the date.
Pages is an App and therefore could have folders now if Apple wanted to do it, just as you say GoodReader has. Nothing to do with iOS 4.

Similar Messages

  • Can I create folders in pages app?

    Can I create folders in pages app?

    Yes. While in thumbnail documents view yoy can hold down on a document icon until all icons wiggle. Drag one document on top of another one to creat the folder. Or tap the Edit button to get the icons to wiggle, Tap done when you are finished.

  • How can I create a new page in pages, without creating a new section?

    how can I create a new page in pages, without creating a new section?

    Good morning graywright,
    It sounds as if what you are wanting to do in the Pages application is to insert a Page Break. Follow the steps in this article -
    Pages '09: Inserting a Page Break
    In a word processing document, click where you want the break to occur, and then choose Insert > Page Break. 
    To remove a page break, click at the beginning of the line that follows the break and press the Delete key.
    In a page layout document, to insert a new page in your document, click Pages in the toolbar and choose from the template page options available.
    Thanks for using Apple Support Communities.
    Best,
    Brett L 

  • How can I create Folders in iPod and keep all bands & artists separate?

    Hi guys,
    How can I create folders for different artists and keep them separate? Is it somthing that I need to do in iTunes in my Mac or import them a certain way?
    Anyone please,
    Thanks in advance,
    Zia

    If you have the artist information entered in iTunes, then they should already be organized like that on iPod.
    Go to music-->artists
    btabz

  • How can I create a full page on Adobe Muse (without side space)?

    How can I create a full page with Adobe Muse (without side space)?

    Muse uses Fixed width Layouts so that is not 100% possible. You can extend images and box elements to full width but not actual content.

  • Can I create folders in iCloud?

    I have not used iCloud very much because I can't tell where my documents are.  I know that sounds silly and I do know literally where they are.  But it seems you cannot interact with them via a finder window.  You must go through individual applications.  However, I created a new document on my mac mini recently and when I opened my laptop several hours later it was sitting there ready to be worked on.  This is a great feature and I am interested in using it further but not if I can't create folders and organize iCloud like the rest of all my files.   Does anyone have any insights on Apple's plans for this?

    I'm not sure about Apple's plans, but see the thread below for information on creating folders in iCloud.
    https://discussions.apple.com/message/24335682#24335682

  • Can I create folders (albums) for my photos and move them?

    Can I create folders (albums), for my photos and then relocate said photos to specific folders?

    These links may be helpful.
    How To Create Photo Albums http://tinyurl.com/cxm4eoq
    How to Add New Albums in the Photos App on the iPad & Add Photos to the Album
    http://tinyurl.com/7qep7fs
     Cheers, Tom

  • Can I create folders within iWorks applications?

    How do you create folders within Pages or Number? I want to file documents locally by category.

    I'm certain you're aware of this already - if not, the new update (version 1.4) allows creation of folders within Pages, allowing you to group relevant documents to your own specification. Hope it helps (...sure has for me!)

  • Can I create folders into iCloud?

    Can I create  folders into iCloud?

    Welcome to the Apple community.
    I'm assuming that you are looking to create folders when storing iWork documents in iCloud. You can achieve this from an iOS device, by simply dragging one document on to another to create a folder into which they are both placed. After doing this, you can then rename the folder to the name of your choosing.

  • Can I create folders in mail?

    Can I create folders in mail?

    At the moment you can't do it directly in the Mail app. If it's an IMAP type account then you should be able to login to your account on a browser and create them there, and they should then appear in the Mail app. If it's a POP type account then unfortunately you're stuck with what you've got.
    With iOS 5 in the Autumn http://www.apple.com/ios/ios5/features.html#more says :
    Even add and delete mailbox folders on the fly

  • Can I create folders in Mail in the iPad?

    Can I create folders in Mail in the iPad?

    If you're fortunate enough to have an ISP that also has mail via Microsoft Exchange, you can kill the original account and re-create it as an Microsoft Exchange account. That will bring whatever folders you have set up in the mail's webmail app across to your iPad.
    The only downside is that you can only have one Exchange account, so if you already have one set up, you're stuck. But Frontier has my Internet business, so I was able to set up my second account via Exchange.  It's not perfect, but it works.
    It's a way to get by until they figure out that POP limitation... :-)

  • Can I create a blog page in Dreamweaver?

    Can I create a blog page in Dreamweaver?

    Yes and no.
    You could create the design you ultimately use for third party blogging software, like a Wordpress theme, in DW, but there's nothing built into DW that can create a blog in and of itself for you, no.

  • How can you create a customized page to change user password?

    Hello to all,
    I would like to create a customized page for a user to change their password. We are using Portal version 3.0.9 on Windows NT/2000. Currently there is a page in portal where a user can change their password.
    I tried linking to that page by copying the shortcut url and adding it as an html portlet. The problem is that we want to direct the users to a
    page of our choosing when they click on the "cancel" and "ok" buttons. I read in the forums that there is a selfreg.cmd script.
    I also read that there is some code that has been available.
    Has anyone implemented a customized user password change page? Do you know of any links that might have steps to follow or
    more informatioin?
    Thanks in advance,
    Lindsay

    Hi,
    I was able to customize the change password screen through a procedure. This is what I did:
    * Created a procedure under the Portal30_sso schema:
    CREATE OR REPLACE procedure reports_chage_password
    site2pstoretoken in varchar2 default null
    ,p_username in varchar2 default null
    ,p_error_code in varchar2 default null
    ,p_submit_url in varchar2 default null
    ,p_done_url in varchar2 default null
    ,p_pwd_is_exp in varchar2 default null
    ,p_password in varchar2 default null
    is
    begin
    htp.htmlopen;
    htp.headopen;
    htp.title ('<TITLE of Page>');
    htp.headclose;
    htp.bodyopen;
    htp.p('<table width="100%"><tr><td colspan=2 align=center><IMG SRC=<directory of image if you want>"><br><hr><br></td></tr>');
    htp.p('<tr><td colspan=2 align=center>');
    htp.p('<font COLOR="#000080" face="Times New Roman" size=+2><b>');
    htp.header(nsize => 1 ,cheader => 'Change Password');
    htp.p('</b></font>');
    htp.p('</td></tr><tr><td align=right>');
    htp.formopen(curl => p_submit_url );
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('Username:');
    htp.p('</td><td alight=left><font color="#000080" face="Times New Roman" size=+1>');
    htp.p(p_username);
    htp.p('</font>');
    htp.p('</td></tr>');
    htp.formHidden(cname => 'p_username',cvalue => p_username);
    htp.br;
    htp.p('<tr><td align=right>');
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('Old Password: ');
    htp.p('</font>');
    htp.p('</td><td align=left>');
    htp.p ( htf.formPassword(cname => 'p_old_password',csize => 30,cmaxlength => 30) );
    htp.p('</td></tr>');
    htp.br;
    htp.p('<tr><td align=right>');
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('New Password: ');
    htp.p('</font>');
    htp.p('</td><td align=left>');
    htp.p ( htf.formPassword(cname => 'p_new_password',csize => 30,cmaxlength => 30) );
    htp.p('</td></tr>');
    htp.br;
    htp.p('<tr><td align=right>');
    htp.p('<font color="#000080" face="Times New Roman" size=+1>');
    htp.p ('Confirm New Password: ');
    htp.p('</font>');
    htp.p('</td><td align=left>');
    htp.p ( htf.formPassword(cname => 'p_new_password_confirm',csize => 30,cmaxlength => 30) );
    htp.p('</td></tr>');
    htp.p('<tr><td rowsapn=2>');
    htp.formHidden(cname => 'p_done_url',cvalue => '<the url that you want users to go to when they are done>');
    htp.formHidden(cname => 'p_pwd_is_exp',cvalue => p_pwd_is_exp);
    htp.formHidden(cname => 'p_password',cvalue => p_password);
    htp.formHidden(cname => 'site2pstoretoken',cvalue => site2pstoretoken);
    htp.p('</td></tr>');
    htp.p('<tr><td align=right>');
    htp.formSubmit(cname => 'p_action',cvalue => 'OK');
    htp.p('</td><td align=left>');
    htp.formSubmit(cname => 'p_action',cvalue => 'CANCEL');
    htp.p('</td></tr></table>');
    if p_error_code is not null then
    htp.br;
    htp.fontOpen(ccolor=> 'red', csize=> 4);
    if p_error_code = 'auth_fail_err' then
    htp.p('Old password is incorrect');
    elsif p_error_code = 'pwd_rule_err' then
    htp.p('The new password does not follow '||
    'the password policies.');
    htp.br;
    htp.p('Verify with your System Administrator '||
    'about the Password Policies');
    elsif p_error_code = 'confirm_pwd_fail_txt' then
    htp.p('Confirmation for new passord is not '||
    'the same as the New Passowrd');
    elsif p_error_code = 'null_new_pwd_err' then
    htp.p('New password cannot be null');
    elsif p_error_code = 'null_old_pwd_err' then
    htp.p('Old password cannot be null');
    else
    htp.p ('Error: ' || p_error_code );
    end if;
    htp.fontClose;
    end if;
    end;
    * Grant this procedure to PUBLIC
    * Update the portal30_sso.wwsso_ls_configuration_info_$:
    UPDATE portal30_sso.wwsso_ls_configuration_info_$
    SET LOGIN URL = '<YOUR CUSTOM LOGIN URL OR THE WORD UNUSED IF YOU DON'T HAVE ONE> http://<MACHINE_NAME>.<DOMAIN>/pls/portal30_sso/portal30_sso.<NAME OF PROCEDURE>';
    * After you update the table, go to your account information link, and click on the change password link.
    * Then copy the url that you see in your address line
    * And if you want a change password link at the top of your portal page, just go to EDIT on your page, then edit the banner defaults. Then in the links add the Lable and the URL. The URL would be the URL you copied from the previous step.
    Hope this helps.
    I've customized the login page too if you would like some sample code for that. Let me know.
    Martin

  • Can I create a Desktop page on the wiki ?

    Hi there,
    I was using Arch since 1 or 2 weeks now, and I am still in the 'tune the system to get a working desktop' phase.
    On the way, I took extensive notes about everything I installed and set-up.
    So I was thinking about creating a wiki page (that could be named something like : "Desktop Arch : Zero2Heaven") that list every step to get a working desktop configuration.
    The idea is to provide a guide to set up a workstation easily for a non-guru arch new user like me.
    Before doing anything, I just wanted to be sure creating this kind of page isn't against some wiki protocol (I don't think so but better safe than sorry ).
    See you around
    Tereva

    karol wrote:
    axel668 wrote:Which desktop ? There is no such thing as THE desktop in Arch or even in Linux in general, so the only useful content of a desktop page might be a couple of links to other Wiki pages, maybe about Xorg and the most popular DEs (Gnome, KDE, XFCE, LXDE, Openbox, Enlightenment, ...)
    That's why OP's personal preferences should go to his user page and not as a regular article.
    I've seen wiki user pages that listed some configs that their authors found useful, nothing wrong with that.
    I think there is something missing in the documentation / wiki : How to mount 'quickly' a usable desktop configuration.
    The idea was to hook false beginner / 'young' intermediate Linux user, that want to give Arch a try, but don't have the knowledge/experience to sort all the info available in the wiki to install a desktop config.
    IMO this could help expand the user base.
    Tereva
    PS :  I was going for LXDE + java + audio/video codex + usb auto-mounting + some fonts...
    Of course I don't pretend this is THE ultimate desktop experience (everyone has his own preferences).
    But at least by following the guide I was thinking about, someone can have a -fast- usable desktop in 10 / 15 min.

  • Can not create template based page with customized page type.

    I built a customized page type (with persepective attribute) and wanted to build pages with this type. If the new pages do not based on any template, it works fine. However, if I wanted to use a template, the page type was set back to "standard"!
    Steps to reproduce it:
    1. create a new page type - test page type.
    2. create a new template = test template.
    3. create a new page - test page.
    3.1 choose the page type to be "test page type"
    3.2 fill in the form including the new attribute info.
    3.2 choose the page template to be 'test template"
    3.3 click finish
    4. click the properties of "test page", it shows that the page type is "standard" and the new attribute information is gone!
    If in step 3.2, no template is chosen, the properties of the new page shows the page type is "test page type".
    I tried to find a workaround.
    1. create a page with "test page type".
    2. covert the new page to template.
    I got this error message:
    Error while copying page. (WWC-44262)
    (WWC-00000)
    Looks like customized page type and template can not coexist. Is this a bug?

    How long should the upgrade take? And should it be attempted on a production (infrastructure on machine 1/middle-tier on machine 2) Windows 2000 architecture? Or should be wait for 9.0.4? Or ... should I ask this in a TAR? Thanks!
    Mike

Maybe you are looking for

  • Basic Output program need some help...Please

    import java.io.*; class FileOutputDemo public static void main(String args[]) int one=1, two=2, three=3;      FileOutputStream out; // declare a file output object      PrintStream p; // declare a print stream object      try           // Create a ne

  • Need help on how to use conference facility within adobe connect

    I need some help on how to use conference facility within adobe connect?

  • Spotlight in Time Machine

    I have noticed strange behavior of spotlight when searching in time machine backup. I open a folder, search for a file inside it (it is found) and then go to time machine. When folder is open in current state, the file stays found, but if I begin mov

  • AVCHD - how can I extract and save separate clips?

    My first go around with AVCHD which I know nothing about except that after buying a nice new Sony video camera I have as a result on my first try-out, a single file called AVCHD even though I took several separate clips. When I click on that file on

  • Table: show the line of lead selection

    Hello, I have a table with 691 lines, showing 20 lines per page. Is it possible to change the lead selection for example to line 60 and also jump to line 60. So that the table automatically shows the 3rd page with the line 60 - 80. I can change the l