• mmenafra
  • NEWBIE
  • 0 Points
  • Member since 2009

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 3
    Replies

Iam trying to use the dojo dijits on my page and am having trouble rendering the widgets apparently the CSS are not being imported correctly.

 

All dojo library is under the same static resource dojotool

 

heres my source code:

 

<apex:page >
   
    <apex:stylesheet value="{!URLFOR($Resource.dojotool, 'dojo/dijit/themes/tundra/tundra.css')}" />
    <apex:stylesheet value="{!URLFOR($Resource.dojotool, 'dojo/dojo/resources/dojo.css')}" />
   
    <script type="text/javascript" src="{!URLFOR($Resource.dojotool, 'dojo/dojo/dojo.js')}" djConfig="parseOnLoad:true, isDebug:false"/>
       
    <script type="text/javascript">
            dojo.require("dojo.parser");
            dojo.require("dijit.form.Form");
            dojo.require("dijit.form.DateTextBox");
            dojo.require("dijit.form.ValidationTextBox");
           
            window.onload = function(){
                dojo.parser.parse(dojo.byId('frmExecutive').innerHTML);
            }
    </script>
   
        hello
        <br />
            <form id="frmExecutive" method="post" dojoType="dijit.form.Form">
                <label for="name">Enter Name:*</label>
                <input id="name" name="name"
                       dojoType="dijit.form.ValidationTextBox"
                       required="true"
                       invalidMessage="Please enter Executives Name!"
                       value=""/><br />
           
                <label for="surname">Enter Surname:</label>
                <input id="surname" name="surname"
                       dojoType="dijit.form.ValidationTextBox"
                       required="true"
                       invalidMessage="Please enter Executives Surname!"
                       value=""/><br />
                       <br/>
                <input type="submit" value="Add Executive" />
                <input type="button" value="Cancel" />
            </form>
</apex:page>

Can server push technology be implemented using force.com platform? If so which tools are needed. In PHP for instance I have used jetty and Dojo . Any help on this subject is greatly apreciated.

Is anyone doing this successfully?  We're at a point where I'd like to migrate from just using regular code comments to using full blown javadoc-accessible documentation, to make it easier and more appealing for our devs to reuse code.

 

Can anyone provide any examples of generating javadoc html from the .cls files stored by Eclipse?

 am trying to install DiscussionForce application from Force.com Labs

 

to an sandbox environment am geting System.Queryexception : Inline query has too many rows for direct assignment, use FOR loop.Based in this error message i am suspecting an for loop failing please look in this issue.I am not sure about where i want post my error messages in appexchange.


***Begining Page Log (
discussionforce): SOQL query with 1001 rows finished in 145 ms
Cumulative profiling information:

1 most expensive SOQL operations:
(discussionforce): [ SELECT id, Name, FirstName, LastName, alias, Username FROM User ]: executed 1 time in 0 ms

No profiling information for SOSL operations.

No profiling information for DML operations.

No profiling information for method invocations.


***Ending Page Log for /apex/discussionforce__CreateNewDiscussionForum

 

  • October 19, 2009
  • Like
  • 0

I downloaded and installed the Wikiforce app from AppExchange and get the following error when posting text from an MS Word document.  This occurs when I paste directly into the editor or when I used the Paste for MS Word button (which opens a sub-window where I do the pasting). 

 

Since Wikiforce was created by Force.com Labs, it's not supported by anyone.  Can someone explain if this is a bug or if I'm doing something wrong?  

 

Thanks.

 

Error:

 

Index out of Bounds: String index out of range: 3

An unexpected error has occurred. Your solution provider has been notified. (wf)