Changeset 1957

Show
Ignore:
Timestamp:
2008-05-07 11:06:21 (5 months ago)
Author:
w.olchawa
Message:

Applied #2142 request : HTML samples will now use sampleposteddata.php from php catalog in action parameter inside a form.

Location:
FCKeditor/trunk/_samples/html
Files:
2 removed
14 modified

Legend:

Unmodified
Added
Removed
  • FCKeditor/trunk/_samples/html/sample01.html

    r1947 r1957  
    3838        </div> 
    3939        <hr /> 
    40         <form action="sampleposteddata.php" method="post" target="_blank"> 
     40        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    4141                <script type="text/javascript"> 
    4242<!-- 
  • FCKeditor/trunk/_samples/html/sample02.html

    r1947 r1957  
    5353        </div> 
    5454        <hr /> 
    55         <form action="sampleposteddata.php" method="post" target="_blank"> 
     55        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    5656                <div> 
    5757                        <textarea name="FCKeditor1" rows="10" cols="80" style="width: 100%; height: 200px">&lt;p&gt;This is some &lt;strong&gt;sample text&lt;/strong&gt;. You are using &lt;a href="http://www.fckeditor.net/"&gt;FCKeditor&lt;/a&gt;.&lt;/p&gt;</textarea> 
  • FCKeditor/trunk/_samples/html/sample03.html

    r1947 r1957  
    106106        </table> 
    107107        <br /> 
    108         <form action="sampleposteddata.php" method="post" target="_blank"> 
     108        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    109109                <script type="text/javascript"> 
    110110<!-- 
  • FCKeditor/trunk/_samples/html/sample04.html

    r1947 r1957  
    6666        </table> 
    6767        <br /> 
    68         <form action="sampleposteddata.php" method="post" target="_blank"> 
     68        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    6969                <script type="text/javascript"> 
    7070<!-- 
  • FCKeditor/trunk/_samples/html/sample05.html

    r1947 r1957  
    7272        </table> 
    7373        <br /> 
    74         <form action="sampleposteddata.php" method="post" target="_blank"> 
     74        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    7575                <script type="text/javascript"> 
    7676<!-- 
  • FCKeditor/trunk/_samples/html/sample06.html

    r1947 r1957  
    4646        </div> 
    4747        <hr /> 
    48         <form action="sampleposteddata.php" method="post" target="_blank"> 
     48        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    4949                <script type="text/javascript"> 
    5050<!-- 
  • FCKeditor/trunk/_samples/html/sample07.html

    r1947 r1957  
    3838        </div> 
    3939        <hr /> 
    40         <form action="sampleposteddata.php" method="post" target="_blank"> 
     40        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    4141                <script type="text/javascript"> 
    4242<!-- 
  • FCKeditor/trunk/_samples/html/sample08.html

    r1947 r1957  
    149149        </div> 
    150150        <hr /> 
    151         <form action="sampleposteddata.php" method="post" target="_blank"> 
     151        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    152152                <script type="text/javascript"> 
    153153<!-- 
  • FCKeditor/trunk/_samples/html/sample09.html

    r1947 r1957  
    5858        </div> 
    5959        <hr /> 
    60         <form action="sampleposteddata.php" method="post" target="_blank"> 
     60        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    6161                Normal text field:<br /> 
    6262                <input name="NormaText" value="Plain Text" /> 
  • FCKeditor/trunk/_samples/html/sample10.html

    r1947 r1957  
    4040        <div id="xToolbar"></div> 
    4141        <hr /> 
    42         <form action="sampleposteddata.php" method="post" target="_blank"> 
     42        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    4343                Normal text field:<br /> 
    4444                <input name="NormaText" value="Plain Text" /> 
  • FCKeditor/trunk/_samples/html/sample11_frame.html

    r1947 r1957  
    3030</head> 
    3131<body> 
    32         <form action="sampleposteddata.php" method="post" target="_blank"> 
     32        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    3333                Normal text field:<br /> 
    3434                <input name="NormaText" value="Plain Text" /> 
  • FCKeditor/trunk/_samples/html/sample12.html

    r1947 r1957  
    7777        </table> 
    7878        <br /> 
    79         <form action="sampleposteddata.php" method="post" target="_blank"> 
     79        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    8080                <script type="text/javascript"> 
    8181<!-- 
  • FCKeditor/trunk/_samples/html/sample13.html

    r1947 r1957  
    126126        </div> 
    127127        <hr /> 
    128         <form action="sampleposteddata.php" method="post" target="_blank" onsubmit="PrepareSave();"> 
     128        <form action="../php/sampleposteddata.php" method="post" target="_blank" onsubmit="PrepareSave();"> 
    129129                <div id="Textarea"> 
    130130                        <input type="button" value="Switch to FCKeditor" onclick="Toggle()" /> 
  • FCKeditor/trunk/_samples/html/sample14.html

    r1947 r1957  
    4040        </div> 
    4141        <hr /> 
    42         <form action="sampleposteddata.php" method="post" target="_blank"> 
     42        <form action="../php/sampleposteddata.php" method="post" target="_blank"> 
    4343                <script type="text/javascript"> 
    4444<!--