I developed a String XML type and i just want to pass these XML String to Apex class and i want to iterate the values and i need to display .please share some example 开发者_开发百科Anil,
I am trying to expose self generated XML (or JSON) from VisualForce. However I cannot find the way to override the parent pages on an apex:page component so I am getting the whole menu, bars and all h
I\'m trying to fix my code posted for this ques开发者_开发知识库tion VisualForce: convert carriage returns to html line-breaks in a long text field
I have the following in my visualforc开发者_开发问答e page: <apex:pageBlock mode=\"{!pageBlockMode}\">
I\'m trying to install a MANAGED PACKAGE from my developer org to TRIAL Professional Edition, and it is resulting in following error:
Weare trying to build one simple website using force.com sites.Here开发者_如何学Go User logged into website and need to perform different actions by moving to different VF pages.
I want to return an array from apex custom controller class in visua开发者_JAVA百科lforce and use that array in JavaScript.
I have written a Base controller that I want to use to manage data pagination on sever controllers. I have an abstract method like so
It makes sense to me why you might want to have a property like public string var {get;} to make it read-only, or
I want to create events in Google Calendar by using a webservice not a the client library.Does anyone know how to do this?If you can show me sample for Adding, Updating and Deleting that would be grea